Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes, you can!

    You have to use the HTML tags object or embed

    Example:

    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="width-of-your-movie" height="height-of-your-movie">
    <param name="movie" value="link.to.your.swf">
    <param name="quality" value="high">
    <embed src="link.to.your.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="width-of-your-movie" height="height-of-your-movie" ></embed>
    </object>

    But please, the next time, post in the correct forum (in this case, the “How-To and Troubleshooting” forum

    Does anyone know how to add a link to a flash banner ? I am adding a flash banner to my wordpress blog at http://www.iwreckedmyride.com

    thank you

    Thanks, but I guess I wasn’t very clear about what I wanted to do. I was looking for a way to create a hyperlink associated to the flash banner. I was not able to this in html. I ended up creating a button and write an action script to create the link. Here is how:

    1. put a ractange on top of the whole animation, convert to button, change properties to alpha (0% – transparent)
    2. in the action script area put in this code:
    on (release) {
    getURL(“http://www.iwreckedmyride.com&#8221;, “_self”);
    }
    3. one problem, you would have to copy the button to each frame on your top layer.

    Works great. I have a link on my webpage (www.iwreckedmyride.com) so you can look at it.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘FLash’ is closed to new replies.