Results 1 to 2 of 2

Thread: Image Thumbnail Viewer II and flash in ie6

  1. #1
    Join Date
    May 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image Thumbnail Viewer II and flash in ie6

    URL: http://www.dynamicdrive.com/dynamici...thumbnail2.htm

    I have come accross a bug with this script, in ie6, the script is disabled with no errors when flash is embeded in the same page, while in ie7, the script is disabled if a flash sniffer is used on the same page - firefox and opera have no problem with this, and report no errors.

    Is this a known bug? And is there any way to fix this? I would use an iframe, but the CMS i'm using wont allow them in the content.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Try getting rid of (highlighted and red):

    Code:
    <script type="text/javascript" src="thumbnailviewer2.js" defer="defer">
    
    /***********************************************
    * Image Thumbnail Viewer II script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
    * Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
    * This notice must stay intact for legal use
    ***********************************************/
    
    </script>
    That may fix one or both of the problems. However, conflicts with other scripts are always possible and do not constitute a bug. If you want more help:

    Please post a link to the page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •