Hello,
First of all, I would like to thank the helpers on this forum. They really are very impressive. More power . . . .
My question goes something like this,
In flash movies having WHITE BACKGROUNDS, flash has a parameter called “WMODE” which enables flash movies with white background to be transparent when viewed in INTERNET EXPLORER. Thus, when you RIGHT CLICK on the white portion of the movie, it would display the MACROMEDIA CONTEXT but instead show an HTML CONTEXT. However, I tried viewing my website under FIREFOX and found out that this parameter below
<param name=“wmode” value=“transparent”>
does not work in FIREFOX. Is there any equivalent code for that wherein it will work for FIREFOX & maybe OPERA too? The entire code goes like this:
<param name="movie" value="swf/homepage.swf">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
<param name="bgcolor" value="000000">
set in the HTML SOURCE CODE and the effects can be shown in the file I have attached together with this thread.
Cheers,
Allan