amaze
September 30, 2004, 9:01am
1
Hi all,
Please have a look at this site http://www.greekbiz.com and tell me how can I fix the “bug” with the “Memberships” flash.
The problem is that although i used the wmode=“transparent” it doesn’t seem to work properly.
You can find it on the right side of the page where log in is.
Thanks in advance. :pleased:
system
September 30, 2004, 9:19am
2
amaze:
Hi all,
Please have a look at this site http://www.greekbiz.com and tell me how can I fix the “bug” with the “Memberships” flash.
The problem is that although i used the wmode=“transparent” it doesn’t seem to work properly.
You can find it on the right side of the page where log in is.
Thanks in advance.
Hi,
First: Nice website.
Your answer: The problem i noticed while viewing the source is you have written parameter wmode=‘transparent’ only for center.swf. I couldnt find it for other .swf files u have used. You might have skipped those. Just apply and let me know, i think it should work.
aShIsH
system
September 30, 2004, 9:31am
3
[SIZE=2]First, thanks for your reply :te:
That’s what I see when viewing the source code:
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 ” width=“90” height=“54”>
<param name=“movie” value=“img/flash/memberships_en.swf”>
<param name=“quality” value=“best”>
<param name=“menu” value=“false”>
[COLOR=Red]<param name=“wmode” value=“transparent”>[/COLOR]
<embed src=“img/flash/memberships_en.swf” quality=“best” menu=“false” [COLOR=Red]wmode=“transparent”[/COLOR] pluginspage=“http://www.macromedia.com/go/getflashplayer ” type=“application/x-shockwave-flash” width=“90” height=“54”></embed></object>
I use both <param> TAG and wmode=“transparent” in the <embed> TAG to make the transparency compatible with all browsers.[/SIZE]
system
September 30, 2004, 10:25am
4
Hi
Sorry
I think i got it:
<object classid=“clsid27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 ” width=“90” height=“54” wmode=“transparent” >
Just give a try with this one, instead of writing :
<param name=“wmode” value=“transparent”>
I wish it should work
aShIsH