Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2002
    Location
    Yuba City, CA
    Posts
    358

    Why doesn't this Flash file play in Firefox?

    Greetings.

    Go to www.classyhats.com with the Firefox browser. When I go there with Firefox, the flash animation won't play. But it does with IE.

    Any ideas?
    David
    Beenanza, LLC

  2. #2
    Hi DaveNET,

    Looking at the source code of the page, it seems like there might be an error. Can you try to do the following change and see if it solves your problem:

    change this:

    <param name="movie" value="slide_show.swf">
    <param name="quality" value="high">
    <embed src="hats.swf" quality="high"

    to:

    <param name="movie" value="slide_show.swf">
    <param name="quality" value="high">
    <embed src="slide_show.swf" quality="high"
    Submit your site to Asia Web Directory and get it known to the world.

  3. #3
    Join Date
    Jan 2002
    Location
    Yuba City, CA
    Posts
    358
    That sure was it. Thanks alot yktan.
    David
    Beenanza, LLC

Posting Permissions

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