PROBLEM READING FLASH MOVIE ON MACINTOSH

Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default PROBLEM READING FLASH MOVIE ON MACINTOSH

    Hi,

    My movie clip is ok in Internet explorer (PC)
    But some picture are grey or invisible when i look from a macintosh

    Tks to help me
    [email]jprudel@yahoo.fr[/email]
    --
    Jean-Pascal
    jp Guest

  2. Similar Questions and Discussions

    1. Flash Movie Problem
      http://wmsgroup.com/client_temp/osps/activities.html If you open in Contribute, you'll see that the flash movie covers half the text on the page....
    2. [PROBLEM] midi by javascript in flash movie
      i'm going to make a movie with a midi as background sound. i've found a small code (MM_controlsound) that call a js function from swf to start the...
    3. Macintosh - Font issues when viewed on macintosh
      Just created a website on Pub2003 and when viewing site on a Mac, fonts on some pages are enlarged and distorted. Help!
    4. Problem loading a jpg file into flash movie
      I got problem loading a jpg file into a movieclip instance in my root timeline, I create a movie clip and set its instance name to 'imgHolder',...
    5. Problem posting variables from a flash movie to C
      I have a flash quiz that posts the results to a ColdFusion template. The quiz (.swf) file is hosted on a different server than the calling page....
  3. #2

    Default Re: PROBLEM READING FLASH MOVIE ON MACINTOSH

    jp wrote:
    > My movie clip is ok in Internet explorer (PC)
    > But some picture are grey or invisible when i look from a macintosh
    Does your html that the swf is embeded in contain both the object and
    embed tags? The object tag is used by IE on PC (activeX), but the embed
    is used on mac and on netscape/firefox browsers on PC. (IE on PC is the
    only one that actually uses the activeX plugin)
    --
    Brandon Bradley
    Macromedia Certified Instructor
    [url]http://www.attconline.org/[/url]
    Brandon Bradley Guest

  4. #3

    Default Re: PROBLEM READING FLASH MOVIE ON MACINTOSH

    Y dijo Brandon Bradley, el 03/03/2005 18:53:<br>
    > Does your html that the swf is embeded in contain both the object and
    > embed tags? The object tag is used by IE on PC (activeX), but the embed
    > is used on mac and on netscape/firefox browsers on PC. (IE on PC is the
    > only one that actually uses the activeX plugin)
    ¿Would IE show the Flash movie if i only use the embed tag? I mean, IE
    understands the object tag, but ¿Can it understand the embed tag if no
    object tag is present?

    JW
    Johnny Walker Guest

  5. #4

    Default Re: PROBLEM READING FLASH MOVIE ON MACINTOSH

    >> Does your html that the swf is embeded in contain both the object and
    >> embed tags? The object tag is used by IE on PC (activeX), but the embed
    >> is used on mac and on netscape/firefox browsers on PC. (IE on PC is the
    >> only one that actually uses the activeX plugin)
    >
    > ¿Would IE show the Flash movie if i only use the embed tag? I mean, IE
    > understands the object tag, but ¿Can it understand the embed tag if no
    > object tag is present?
    Why not simply have both as every other web site does that wants to be
    viewable by the most browsers. Easy fix.
    --
    All the best,
    Jeckyl


    Jeckyl Guest

  6. #5

    Default Re: PROBLEM READING FLASH MOVIE ON MACINTOSH

    Jeckyl wrote:
    >>>Does your html that the swf is embeded in contain both the object and
    >>>embed tags? The object tag is used by IE on PC (activeX), but the embed
    >>>is used on mac and on netscape/firefox browsers on PC. (IE on PC is the
    >>>only one that actually uses the activeX plugin)
    >>
    >>¿Would IE show the Flash movie if i only use the embed tag? I mean, IE
    >>understands the object tag, but ¿Can it understand the embed tag if no
    >>object tag is present?
    >
    >
    > Why not simply have both as every other web site does that wants to be
    > viewable by the most browsers. Easy fix.
    Agreed. The best and recomended solution is to wrap the embed tag inside
    a object tag just like Flash does by default when you use it's published
    html.

    As to whether IE would use the embed tag: Only IE on Mac. IE on PC
    requires the use of ActiveX object tags. I do not recall what version
    that started at, but it was near IE 4.

    --
    Brandon Bradley
    Macromedia Certified Instructor
    [url]http://www.attconline.org/[/url]
    Brandon Bradley Guest

  7. #6

    Default Re: PROBLEM READING FLASH MOVIE ON MACINTOSH

    Brandon Bradley wrote:
    > Jeckyl wrote:
    >
    >>>> Does your html that the swf is embeded in contain both the object
    >>>> and embed tags? The object tag is used by IE on PC (activeX), but
    >>>> the embed is used on mac and on netscape/firefox browsers on PC. (IE
    >>>> on PC is the only one that actually uses the activeX plugin)
    >>>
    >>>
    >>> ¿Would IE show the Flash movie if i only use the embed tag? I mean,
    >>> IE understands the object tag, but ¿Can it understand the embed tag
    >>> if no object tag is present?
    >>
    >>
    >>
    >> Why not simply have both as every other web site does that wants to be
    >> viewable by the most browsers. Easy fix.
    >
    >
    > Agreed. The best and recomended solution is to wrap the embed tag inside
    > a object tag just like Flash does by default when you use it's published
    > html.
    >
    > As to whether IE would use the embed tag: Only IE on Mac. IE on PC
    > requires the use of ActiveX object tags. I do not recall what version
    > that started at, but it was near IE 4.
    >
    And screw validation. Who needs that anyway. yes?
    SpaceGirl Guest

  8. #7

    Default Re: PROBLEM READING FLASH MOVIE ON MACINTOSH

    SpaceGirl wrote:
    > And screw validation. Who needs that anyway. yes?
    No. Validation is a good thing to consider, but you have to make
    informed decisions about the possible problems that the validation gives
    back. This is especially true when the validation throws a warning. In
    this case the object tag contains the embed, which is a known tactic
    that causes any browser that recognizes the object tag to ignore the
    embed. It is designed that way for a reason.

    On the same hand ther ar ethings that you can use like table columns
    that will validate just fine because they are in the spec, but that are
    not supported by any browser to date. Just because it validates doesn't
    make it a good idea to use them though.

    End rule is make informed decisions. That is why you are the web developer.

    --
    Brandon Bradley
    Macromedia Certified Instructor
    [url]http://www.attconline.org/[/url]
    Brandon Bradley Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139