PDA

View Full Version : Expanding Flash Content Over HTML Etc


tomjelfs
08-30-2006, 04:20 AM
Hey everyone,

OK so I'm building some Flash content for my Myspace page and was wondering if anyone knows how you go about creating that effect where when you mouse over or click on a link the content expands to a larger flash movie and covers the other content on the page.

An example is the Crank advertisements on this page http://www.maximmag.co.uk/

Any advice greatly appreciated

Viath
08-31-2006, 03:41 PM
wmode=transparent

tomjelfs
09-01-2006, 03:15 AM
No that just makes the background transparent. I'm starting to assume it involves some sort of Javascripting.

blackpepper
09-02-2006, 01:04 PM
wheres the flash example on that page? , my guess without seeing it done is that you could just do it with actionscript by changing the width and height of the movie to 100%... however that may conflict with the <embed> heights and widths so JS may be a solution to change them to 100

tomjelfs
09-04-2006, 03:35 AM
wheres the flash example on that page?


They were the Crank Advertisments at the side but it looks like they've beend replaced with DOA advertisments now.

I think if the embed size changed it would move the html content along with it.