View Full Version : floating swf
thenachox
June 5th, 2005, 08:06 PM
haven't you see sometimes a swf floating over a web page? like if you loadMovieNum a swf into a higher level, but in htm, i mean it loads transparently, like in a different layer. how do you do that???
SlowRoasted
June 5th, 2005, 10:03 PM
probably load it with javascript into a div and set the window mode to transparent.
unchew
June 5th, 2005, 10:49 PM
No, you make a DHTML layer in the HTML page and insert the flash movie inside it. Then add this to the parameters of the flash movie:
wmode / transparent
were transparent is the value. What this does is make the background of your movie transparent so it "floats" and has no margins. The DHTML layer let's you move it over the content without having to move the texts and tables.
SlowRoasted
June 6th, 2005, 12:18 AM
k cool, i was just guessing :D
thenachox
June 7th, 2005, 11:17 AM
great tnks ^_^
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.