Flash 8 Button text not displaying in Flash 7 player

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

  1. #1

    Default Flash 8 Button text not displaying in Flash 7 player

    I've encountered a problem several times over the past couple weeks. Sometimes,
    but not every time, button text in a SWF published as Flash 8 format won't show
    up in browsers using the Flash 7 plugin.

    I've seen this in IE on the PC. Not sure about OSX.

    isobarxx Guest

  2. Similar Questions and Discussions

    1. Flash Forms - Displaying text
      I am using a Flash form to update several tables. In my form, I want to be able to display some of the information as display/read-only, but do not...
    2. Why does flash player 8 use wingdings for text?
      I'm having some problems playing certain flash movies and games. It seems that flash player sometimes likes to display text in the windings font...
    3. MAJOR Flash Player 8 BUG ... Standalone environmentsecurity settings in Flash Player 8??
      MAJOR Flash Player 8 BUG ... Standalone environment security settings in Flash Player 8?? Regarding the New Security in Flash Player 8... Our...
    4. Animated button in Flash Player 7
      I'm using the following action script on a simple button that fades in on mouse over, and out on mouse out onClipEvent (enterFrame) if...
    5. Can i remove the "flash Player", close,Mimimize button from flash exe file
      Hi, Is it possible to remove from .exe file, "flash player, and the close - button, i mean the menu from the flash exe? I have used,...
  3. #2

    Default Re: Flash 8 Button text not displaying in Flash 7 player

    :confused;

    Yes I am having the exact same problem here as well. My main swf is just a
    bunch of individual swfs loaded into movieclip containers using action
    scripting. Problem is half the content and text does not appear when viewing
    under flash player 7. I was hoping to find information on how to check if a
    person is running Flash Player 8 first and direct them to download it prior to
    viewing my page. I am familiar with asp.net (c#) and php so any method would
    be nice.

    nmckaskle Guest

  4. #3

    Default Re: Flash 8 Button text not displaying in Flash 7 player

    Hi mmckaskle is your <object> <embed> code saying your content is Flash version
    7.x? I have a hunch that's why.

    Publishing my .swf as Flash 7 format fixed the issue for me. I believe using
    the object embed code Flash 8 outputs will prompt users to upgrade, though I
    haven't had a chance to test it out.

    isobarxx Guest

  5. #4

    Default Re: Flash 8 Button text not displaying in Flash 7 player

    You cannot display Flash 8 SWF static text in Flash Player 7 or earlier.

    This is a documented issue. There are similar issues with some shapes as
    well.

    Flash 8 uses a completely new and different tag in the SWF file for static
    text that earlier flash players will simply ignore.

    You really need to ensure that the user has the required player ... old
    players cannot be expected to play newer SWF files. If your SWF IS able to
    be played in and older player(because it doesn't use newer features) then
    you should publish it for that older player. There is little advantage in
    publishing for a higher version of player than what you need .. it just
    reduces your possible audience.
    --
    Jeckyl


    Jeckyl 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