Flash Dropdown
- Started
- Last post
- 4 Responses
- kyo
Hey Guys,
Was wondering if theres a script that can be used to allow flash dropdowns to expand outside the boundaries of the flash movies (.swf) or is it forever constrained within?
thanks.
- jpea0
you can use javascript calls from within flash to dynamically change the height of the DIV that it's sitting in. other than that, yer screwed.
- version30
not really, what about those ads that slip out, get a hold of that code and you should be good
- ********0
you can use js to have flash floating over other content (like flash overlay ads as v5 mentioned). I have only ever used media services own setup to do this, but i'm sure having a hunt on google will turn something up.
- Mick0
In html create a DIV or layer on top of your page - this will have to be perfectly aligned to your design (depending on your design, this may be tricky). Place flash in this layer/DIV and in the object/embed code set your flash to wmode=transparent which will allow it to contain a transparent background (not support all browsers, but most modern browsers).