A Flash Developer Resource Site

Search:

Type: Posts; User: chris (macromedia)

Search: Search took 0.02 seconds.

  1. In Flash MX, you can load an external JPG file...

    In Flash MX, you can load an external JPG file using loadMovie(). You can also isolate your video into a separate video-only SWF file.

    When you want to deliver your movie to a new client, you do...
  2. The problem is that the Flash Player 6 uses...

    The problem is that the Flash Player 6 uses Unicode and your French text is not Unicode. If you do not want to use UTF-8 Unicode, then a simple workaround is to use the following ActionScript on your...
  3. Replies
    3
    Views
    410

    You cannot play RealAudio files within a Flash...

    You cannot play RealAudio files within a Flash movie, but you can play streaming MP3 files. Check out Sound.loadSound(). This function lets you dynamically play external MP3 files using a URL.
  4. Replies
    2
    Views
    414

    I don't think the Flash Player support playing...

    I don't think the Flash Player support playing WAV files. Try using loadSound() on an MP3 file.
  5. Replies
    6
    Views
    988

    You should be able to just save your external...

    You should be able to just save your external text file as UTF-8 without setting useCodepage=true. For a better explanation, a description from Flash Blog:...
  6. Replies
    6
    Views
    520

    You are saving your FLA file as a Flash 5 FLA...

    You are saving your FLA file as a Flash 5 FLA file. However, the FLA file is only used by the Flash authoring tool. The Flash Player uses the published SWF file. To create a Flash 5 compatible SWF...
  7. Replies
    1
    Views
    346

    If you would like to publish a movie using Flash...

    If you would like to publish a movie using Flash MX that can be played by the Flash Player 5, you can change your Publish Settings (under the File menu) from Flash Version 6 to 5. By default, the...
Results 1 to 7 of 7




Click Here to Expand Forum to Full Width

HTML5 Development Center