A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: mozilla player - different behaviour

  1. #1
    Junior Member
    Join Date
    Apr 2004
    Posts
    2

    mozilla player - different behaviour

    I have a project where my content movie clips are loaded into container in a base movie. Also, background images are loaded into background image container. All works fine in IE Flash Player, but in Mozilla it appears to ommit some parts, sometimes it does not load content movies, sometimes it does. I believe the problem might be in getBytesTotal/Loaded, but i am not sure.
    Are there any known issues or workarounds?

  2. #2
    Member
    Join Date
    Oct 2003
    Location
    The Netherlands
    Posts
    41
    i had a problem with mozilla too. removing the first line of html

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    (from the html code flash generates) did the trick for me. hope it helps.

    de_hertog

  3. #3
    Junior Member
    Join Date
    Apr 2004
    Posts
    2
    I don't use this header.
    However, I've found out that instead container.loadMovie(file) which does not work, loadMovie(file,container) works. Strange.

  4. #4
    Member
    Join Date
    Oct 2003
    Location
    The Netherlands
    Posts
    41
    hhmmm, that is strange .. i'll keep it in mind

    de_hertog

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center