When using a swf file as a banner for a website is there any way I can make the banner into a hyperlink? a href=http:\\ Does anyone know a way or can this be done?
Thanks in advance,
J Stephens
Thanks in advance,
J Stephens
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
on (release) {
getURL(clickTAG,"_blank");
}
<object type="application/x-shockwave-flash" data="myMovie.swf?clickTAG=[URL unfurl="true"]http://www.anywhere.com"[/URL] width="350" height="350">
<param name="movie" value="myMovie.swf?clickTAG=[URL unfurl="true"]http://www.anywhere.com"[/URL] />
<param name="loop" value="false" />
<param name="wmode" value="transparent" />
</object>