PDA

View Full Version : Overlapping flash pages


blakerblaker
12-08-2006, 08:09 PM
I was wondering if there was any code that would allow different SWF files to be overlapped in multiple HTML layers...

I'm trying to create a site with a background SWF file that stretches 100% with the browser, while the foreground SWF files never change size (similar to http://www.diesel.com/campaigns/aw06/ )

If any one can help solve my problem I would be in forever debt and would credit you much on my new flash site.

apolloman
12-08-2006, 08:23 PM
thats just containers inside the flash. using CSS to layer flash on top of flash is GLITCHY!!! I've tried it before. It's not needed to achieve this type of site. Simply loading separate SWF files into containers in the main SWF file.

example...

you have a movieclip on your stage called 'pageContainer'

just use...


pageContainer.loadMovie('homePage.swf');


thats it.

anonymous
12-09-2006, 02:33 AM
http://www.tutorio.com/tutorial/liquid-flash-layout

blakerblaker
12-09-2006, 07:10 AM
Thanks all soo much!

anonymous
12-10-2006, 02:21 AM
Ÿou're welcome. ;)