Results 1 to 3 of 3

Thread: IE6: video not displaying properly on page with script

  1. #1
    Join Date
    Nov 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IE6: video not displaying properly on page with script

    1) Script Title: All Levels Menu Generator

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici.../generator.htm

    3) Describe problem:
    I have just taken over development of this site:

    http://thepathfinder.net.au/audio.html

    which uses a DD menu in the sidebar. Works beautifully in most browsers, but in IE7 on this particular page, the embedded YouTube videos flash on and off.

    Only happens when you hover over a menu with a submenu option.

    I thought it might have had something to do with the menu overlapping the video, but I recreated a similar page (ignore the horrible layout!) and still have the same problem:

    http://thepathfinder.net.au/audio1.html

    any ideas?
    thanks ... rae

  2. #2
    Join Date
    Sep 2007
    Location
    The Netherlands
    Posts
    1,881
    Thanks
    49
    Thanked 266 Times in 258 Posts
    Blog Entries
    56

    Default

    This may be caused by the fact that your include code is not valid.
    You might try this one:
    Code:
    <!--[if IE]><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
    style="position:relative;height:200px;width:200px"><![endif]--><!--[if !IE]><!--><object type="application/x-shockwave-flash" style="position:relative;height:200px;width:200px" data="http://www.youtube.com/v/U3KoI6Uchbw"><!--<![endif]--><param name="movie" value="http://www.youtube.com/v/U3KoI6Uchbw"><param name="allowFullScreen" value="true"><param name="wmode" value="transparent"></object>
    Arie Molendijk.

  3. #3
    Join Date
    Nov 2009
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The page is created within a CMS and it seems to ignore your include code.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •