HighDots Forums  

Flash not transparent

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Flash not transparent in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Michael Tucker
 
Posts: n/a

Default Flash not transparent - 11-29-2004 , 08:16 AM








Hi there,

I am having trouble with making a flash file transparent in Opera (7.23) and
Netscape 7.2. I have no trouble with IE 6. Any ideas would be greatly
appreciated. Thanks in advance.

Regards,

Michael Tucker



Reply With Quote
  #2  
Old   
Alexandro Colorado
 
Posts: n/a

Default Re: Flash not transparent - 11-29-2004 , 09:47 AM






On Mon, 29 Nov 2004 15:16:48 +0200, Michael Tucker <michael (AT) qualit (DOT) co.za>
wrote:

Quote:

Hi there,

I am having trouble with making a flash file transparent in Opera (7.23)
and
Netscape 7.2. I have no trouble with IE 6. Any ideas would be greatly
appreciated. Thanks in advance.

Regards,

Michael Tucker


There is not such thing as transparency for non-IE browsers. I think there
was a label somewhere on the dialog saying that transparency option is IE
exclusive.

--
Alexandro Colorado
------------------------------
Support Engineer
InterAKT Online
http://www.interaktonline.com
Tel: 40(21) 312.5312


Reply With Quote
  #3  
Old   
Gary White
 
Posts: n/a

Default Re: Flash not transparent - 11-29-2004 , 09:50 AM



Michael Tucker wrote:

Quote:
I am having trouble with making a flash file transparent in Opera (7.23) and
Netscape 7.2. I have no trouble with IE 6. Any ideas would be greatly
appreciated. Thanks in advance.

Not sure what problem you're seeing in NN7.2, but it's simply not
possible in any version of Opera, nor is it possible in any browser on a
Mac prior to OSX.


Gary


Reply With Quote
  #4  
Old   
David Stiller
 
Posts: n/a

Default Re: Flash not transparent - 11-29-2004 , 10:12 AM



Quote:
There is not such thing as transparency for non-IE browsers.
Not so. Flash transparency is available in Mac IE and Safari, at least
(provided you have OSX) and in Netscape 7+, in addition to Win IE 5.5+. I
haven't tried Opera, but your Netscape shouldn't be an issue.

Can you post a URL?


David
stiller (at) quip (dot) net
"Luck is the residue of good design."




Reply With Quote
  #5  
Old   
Michael Tucker
 
Posts: n/a

Default Re: Flash not transparent - 11-29-2004 , 10:21 AM



Yes, a basic example is www.qualit.co.za/retail.htm Check it out in ie. That
is what it should look like. In Netscape the flash background is black and
the picture "below" it is not visible. Thanks.

"David Stiller" <stiller-NO-SPAM- (AT) quip (DOT) net> wrote

Quote:
There is not such thing as transparency for non-IE browsers.

Not so. Flash transparency is available in Mac IE and Safari, at least
(provided you have OSX) and in Netscape 7+, in addition to Win IE 5.5+. I
haven't tried Opera, but your Netscape shouldn't be an issue.

Can you post a URL?


David
stiller (at) quip (dot) net
"Luck is the residue of good design."





Reply With Quote
  #6  
Old   
Michael Tucker
 
Posts: n/a

Default Re: Flash not transparent - 11-29-2004 , 10:23 AM



Is the transparency only available using Mac?

"David Stiller" <stiller-NO-SPAM- (AT) quip (DOT) net> wrote

Quote:
There is not such thing as transparency for non-IE browsers.

Not so. Flash transparency is available in Mac IE and Safari, at least
(provided you have OSX) and in Netscape 7+, in addition to Win IE 5.5+. I
haven't tried Opera, but your Netscape shouldn't be an issue.

Can you post a URL?


David
stiller (at) quip (dot) net
"Luck is the residue of good design."





Reply With Quote
  #7  
Old   
David Stiller
 
Posts: n/a

Default Re: Flash not transparent - 11-29-2004 , 10:31 AM



Michael,

You have incorrectly added the wmode attribute.

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
width="600" height="300" align="absmiddle">
<param name="movie" value="/future.swf">
<param name="quality" value="high">
<embed src="/future.swf" width="600" height="300" align="absmiddle"
quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash"></embed>
<param name=wmode value=transparent>
wmode="transparent"
</object>


.... in the <object> tag, a new <param> tag is required, which you have done
correctly:

<param name=wmode value=transparent>

.... but the <embed> tag (which is what Netscape uses) needs wmode as an
attribute. That "wmode='transparent'" needs to reside inside the <embed>
tag, like the other attributes (width, height, align, etc.). Follow suit
with those and you'll find success.


David
stiller (at) quip (dot) net
"Luck is the residue of good design."



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.