I have seen on many websites flash that lays over the material on the website. It's very cool... e.g. planes flying across a travel page, done in flash. I haven't figured out how to export an swf without a background. Any ideas?
Printable View
I have seen on many websites flash that lays over the material on the website. It's very cool... e.g. planes flying across a travel page, done in flash. I haven't figured out how to export an swf without a background. Any ideas?
There have been some threads on this in the GH forum:
http://board.flashkit.com/board/show...hreadid=224784
http://board.flashkit.com/board/show...hreadid=223183
OR
A quote from Gary022576:
you can do it one of two ways:
1) go to file->publish settings->HTML
for "Window Mode" choose "Transparent Windowless"
this will add the correct param tag to the resulting HTML generated when you publish the movie (Shift-F12)
2) go to the html page in which you embedded the swf movie and add the following tag INSIDE the object tag:
<PARAM name="wmode" value="transparent">
Note: transparency only works with the IE browser, and does not work with Netscape....
Hope That Helps
OR
http://www.macromedia.com/support/fl...ents/wmode.htm
Thanks, I'll check it out!
thanks megatoon
<PARAM name="wmode" value="transparent">
this works well