Results 1 to 5 of 5

Thread: Javascript fade-in effect not working in Firefox (flash issue)

  1. #1
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default Javascript fade-in effect not working in Firefox (flash issue)

    1) Script Title: AnyLink CSS Menu v2.2

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

    3) Describe problem:
    This seems to work in IE, but not in Firefox.
    My example is here: http://www.cresseyphotography.com/ph...ngs/test1.html

    If you mouseover "Photo Categories" you will see the last item "Travel" does this abrupt motion where the javascript fade-in effect isn't loading over the flash slideshow.. I have <param name="wmode" value="transparent" /> added in the object tag in the flash movie as well.

    Any ideas on how to fix this for Firefox users?
    Last edited by eatworksleepdie; 04-06-2010 at 02:12 PM. Reason: updating title for searching purposes

  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

    Flash can be weird. But try adding it to the embed tag as well:

    Code:
    <embed wmode="transparent" src="slideshows/kero_podwoiski.swf" quality="high" bgcolor="#ffffff" width="760" height="534" name="kero_podwoiski" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    - John
    ________________________

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

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    eatworksleepdie (04-06-2010)

  4. #3
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    awesome!! all better now, thanks jscheuer1 !!1!

    So it looks like I should be putting the [wmode="transparent"] in the embed tag instead of as a [<param name="wmode" value="transparent" />]
    silly me.

    definitely not a dynamic drive issue, but a flash issue!

  5. #4
    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

    Not instead. You will need it both places in most cases. One is for IE, the other is for all others.
    - John
    ________________________

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

  6. The Following User Says Thank You to jscheuer1 For This Useful Post:

    eatworksleepdie (04-06-2010)

  7. #5
    Join Date
    Apr 2010
    Posts
    3
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    makes sense. I was just playing around with that and started to come up with the same conclusion.

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
  •