View Full Version : can we export transparent Flash??? see this
ahmdsaad
11-27-2001, 11:07 AM
please have a look on this link and tell me if this is transparent flash or what?
http://www.mascord.com/
there is a flash movie at the top. when you right click on the text, you will see the flash menu and when you right click on the spaces between the text letters, you will see html menu.
please tell me what is this???? :-)
Ricod
11-27-2001, 11:47 AM
yep, its a transparent swf. Why ? U want the spaces to be swf also or sumthing like that ?
Jungl3M4n
11-27-2001, 09:33 PM
You can make it by addng in the html in the parameters to the swf file the following lines:
wmode = transparent
in dreamweaver its easy to do.
look at your html code and copy the line in my this code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="760" height="420">
<param name=movie value="filename.swf">
<param name=quality value=high>
<param name="wmode" value="transparent">
<embed src="filename.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="760" height="420" wmode="transparent">
</embed>
</object>
Greets,
stephenF
11-29-2001, 12:49 AM
This only works with Internet Explorer, and only in Windows. Please contradict me, because I'd love it to work for Netscape and on macs...
Strok
11-29-2001, 01:15 AM
it's never will work for netscape
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.