A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: ..gulp..(help puhleese?) Site Designed on Mac: Problem on (PC) IE 5.5 and Flash 5

  1. #1
    Junior Member
    Join Date
    May 2001
    Posts
    2

    Post

    OK. Here's the big question.

    The site in question was designed on a Mac
    (which supports browser version Internet Explorer 5)
    Has an intro in Flash 5, which can be viewed on most except PC's with Internet Explorer 5.5.

    Does anyone know about "publishing" a Flash movie on the Mac to be compatible with IE 5.5 on the PC.

    this is painful, but if anyone can find the solution it's the internet community . Should I post this for someone on a PC to find? Thanks in advance.

    http://www.reitdesign.com/

  2. #2
    juggernart me2222's Avatar
    Join Date
    Jun 2000
    Posts
    1,322
    Hi,
    if you publish a Flash as SWF it is in most cases cross-platform compatible (there are some special action script commands that don´t work on Mac, but that´s another story)

    Your problem is a wrong object/embed embedding of your SWF.
    I can see that you made your html with Golive4 (the meta name="generator" content="Adobe GoLive 4" in your html head. You can delete this and also disable it in the preferences.)
    Golive4 has a problem with correct object embedding of Flash, it is fixed in Golive5 (I use it).
    So you have to put the object/embed code manually in Golive4.

    finally your problem:
    Your object code is missing the movie param, in your case it is
    param name="movie" value="media/index.swf"

    you can delete
    param name="attr" value="value"
    and also in the embed
    attr="value"
    which are nonsense.

    I also suggest you not to use the GoliveAction for opening the new browser window.
    It makes the html more than twice as big.
    Why not putting a "normal" link to the download site with choosing "_blank" as the target?

    cheers
    Markus

  3. #3
    Junior Member
    Join Date
    May 2001
    Posts
    2

    thanksMARKUS!

    thank you for your help! it worked! THANKYOUTHANKYOU!

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