Click to See Complete Forum and Search --> : links


ashers
06-17-2003, 08:40 AM
How to I turn a flash thingy into a link?

<EMBED ID="PlugIn1" SRC="images/banner.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>

Cheers

pyro
06-17-2003, 08:43 AM
Ummm... how about do it with ActionScript right in Flash?

on (release) {
getURL("yourpage.htm");
}

ashers
06-20-2003, 07:37 AM
I dont have flash, can I add something to the existing code?
Thanks

pyro
06-20-2003, 07:41 AM
Not sure if this will work or not:

<a href="somepage.htm"><EMBED ID="PlugIn1" SRC="images/banner.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed></a>

ashers
06-20-2003, 07:44 AM
Thanks but I've allready tried that, its wierd,
cause when you mouse over it it does display the link or url at the bottom, but it doesnt open the link.
Cheers