Forum Moderators: open

Message Too Old, No Replies

Delaying ActiveX content / Flash content

         

dainstructor

4:07 am on May 15, 2007 (gmt 0)

10+ Year Member



I'm currently having a problem with the order that my content is loading. Apparently my navigation is loading before the flash animation immediately below it. This is causing my drop down portion of the animation to become covered up.

I've tried changing the Z index of the div layers they are in but it doesn't fix the problem. Is there a way for me to use Java script to somehow delay the navigation loading until after the flash loads?

le_gber

2:00 pm on May 16, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



not sure if you want the flash to play on top or the js so:

if you want the flash on top, add this to your movie
<param name="wmode" value="transparent" />

if you want the json top, add this to your movie
<param name="wmode" value="opaque" />

if you don't want any of the two to touch each other add a div with height = to drop-down height in between the two.

phranque

9:26 pm on May 16, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



which platform (browser and operating system) are you using?