Flash video stops javascript dropdowns from working in Mozilla

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bogorman
    New Member
    • Aug 2007
    • 7

    Flash video stops javascript dropdowns from working in Mozilla

    Am trying to add a "video" to a webpage which is based on a template containing a javascript menu. The site has hundreds of pages all based on this template and the menu works fine

    The page can be viewed: www.faith.org.u k/Testindex.html
    In IE7 it works fine. The video shows and the dropdowns of the menu work correctly.

    In Mozilla Firefox, although the video works the dropdowns do not show.
    I have been told that everything works ok in OS X on a Mac.

    If I remove the block of coding (which is, by the way, generated by a DMXZone extension):

    <object classid="clsid: d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macrom edia.com/pub/shockwave/cabs/flash/swflash.cab#ver sion=7,0,0,0" width="514" height="129" id="testshow" align="middle">
    <param name="FlashVars " value="xmlFile= testshow.xml&pr eloaderBackColo r=0x0099FF&prel oaderBorderColo r=0xCCCCCC" />
    <param name="movie" value="slidesho wpro.swf" />
    <param name="quality" value="best" />
    <param name="scale" value="noscale" />
    <param name="wmode" value="transpar ent" />
    <param name="bgcolor" value="#000000" />
    <embed src="slideshowp ro.swf" id="testshow" wmode="transpar ent" quality="best" flashvars="xmlF ile=testshow.xm l&preloaderBack Color=0x0099FF& preloaderBorder Color=0xCCCCCC" scale="noscale" bgcolor="#00000 0" type="applicati on/x-shockwave-flash" width="514" height="129" pluginspage="ht tp://www.macromedia. com/go/getflashplayer" />
    </object>

    The page works in both browsers and the menu dropdowns appear correctly.

    I would be most grateful for anyone's advice on this.
Working...