Forum Moderators: open
I have a problem with my flash code. I wanted to make it html compliant but here comes the problem. Some users when they click on the ad nothing happens, but it works for me in both browsers. So I am not sure what is going on.
Here is the flash code
<object type="application/x-shockwave-flash" data="http://www.#*$!#*$!xx.info/images/stories/bannerfront.swf" height="300" width="400">
<param name="movie" value="http://www.#*$!#*$!xx.info/images/stories/bannerfront.swf" />
<p>You need the Flash plugin.</p>
<p><a href="http://www.macromedia.com/go/getflashplayer/">Download Macromedia Flash Player</a></p>
</object>
can someone tell me what it does not work?
Im too sure as to what is happening here either. Though i do have another option you could try.
If you have access to the .fla file you can make a square graphic, and turn it into a movieclip, on a new layer on top of all the others that fills the the whole of the ad. Then turn the alpha down to 0% so it is not visible and add this code to the object:
on(release){
getURL('http://www.website.com');
}
Hope this helps.
Adrian