MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY User Manual

Other manuals for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY: Manual

Summary of FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY

  • Page 1

    Flash lite user guide.

  • Page 2

    Trademarks add life to the web, afterburner, aftershock, andromedia, allaire, animation powerpack, aria, attain, authorware, authorware star, backstage, bright tiger, clustercats, coldfusion, design in motion, director, dream templates, dreamweaver, drumbeat 2000, edje, ejipt, extreme 3d, fireworks,...

  • Page 3: Contents

    3 contents chapter 1: introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5 about using macromedia flash mx professional 2004 to author flash lite content 5 chapter 2: getting started . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ....

  • Page 4

    4 contents.

  • Page 5: Chapter 1

    5 chapter 1 introduction macromedia has created a new flash player version, called macromedia ® flash ™ lite, that runs on a new class of consumer mobile devices. This format is designed to run optimally on devices with limited resources (memory, processor speed, display area). Content created for f...

  • Page 6

    6 chapter 1: introduction.

  • Page 7: Chapter 2

    7 chapter 2 getting started flash lite features this section describes, at a high level, the features and restrictions for authoring a flash lite compatible movie. For different target devices there may be further feature restrictions or enhancements. Please consult the appropriate authoring guideli...

  • Page 8

    8 chapter 2: getting started actionscript functions and properties macromedia does not guarantee that all flash 4 actionscript and properties will run on all devices. Consult the appropriate authoring guidelines document for details. The following general restrictions apply to using actionscript whe...

  • Page 9: Chapter 3

    9 chapter 3 developing content for flash lite this chapter describes the process of developing content for flash lite and the issues to be aware of when authoring flash lite compatible movies. The following tutorials are provided to help you accomplish the following tasks: • creating a simple flash ...

  • Page 10

    10 chapter 3: developing content for flash lite ■ in the version pop-up menu, select flash lite 1.0. ■ click ok. After setting the publish settings to flash lite 1.0, you can see what flash lite actionscript is supported in the actions window. Open the actions window (window > actions), click index ...

  • Page 11

    Tutorial i—creating a simple movie for flash lite (no sound) 11 testing flash lite compatible content once you’ve set the publish settings for flash lite, flash mx professional 2004 test movie player can play any flash lite compatible content. When you select control > test movie, new information, w...

  • Page 12

    12 chapter 3: developing content for flash lite 4 if the button is not selected on the stage, click it once. In the actions panel (select window > development panels > actions if the panel is not visible), type the following: on (release) { geturl("http://www.Macromedia.Com", _top); } 5 select contr...

  • Page 13

    Flash lite sound 13 9 associate the proxy sound with the mysound.Mid file by doing the following: ■ select window > library and find the sound that you added earlier. Select the sound and right-click it to open the context menu. Select properties from the context menu. The sound properties dialog bo...

  • Page 14

    14 chapter 3: developing content for flash lite.

  • Page 15: Appendix A

    15 appendix a warning/error messages this appendix lists all the possible error messages that you might see when creating content for flash lite in general. They may not all apply for a specific deployment platform. Message identifier message explanation swfs016 detected loadmovie - will be ignored....

  • Page 16

    16 appendix a: warning/error messages swfs021 _droptarget property not supported. The flash player detected that the swf movie contains a getproperty or setproperty actionscript command referring to the _droptarget property, which is not supported by flash lite. No modifications will be made to the ...

  • Page 17

    17 swfs032 detected fscomamnd - will be ignored. The flash player detected that the swf movie contains a fscommand actionscript command, which is not supported by the specified device’s flash player. No modifications will be made to the device- specific swf file – this is just a warning. Swfs033 not...

  • Page 18

    18 appendix a: warning/error messages swfs040 uncompressed sound found. The flash player detected that the swf movie contains uncompressed sound. Which is not supported by the specified device’s flash player. No modifications will be made to the device-specific swf file - this is just a warning. Swf...

  • Page 19

    19 ftpe013 text fields are not selectable. While testing the movie, an attempt was made to select a text field. Flash lite for i-mode does not support input text fields – they are rendered as non-selectable text fields. Ftpa002 fscommand is ignored. While testing the movie, a fscommand actionscript ...

  • Page 20

    20 appendix a: warning/error messages ftpa014 geturl is ignored. While testing the movie, a geturl actionscript command was encountered. It will be ignored because specified device's flash player doesn't support it. Ftpa015 the call to loadmovie for was ignored because there was more than one reques...

  • Page 21

    21 ftps011 only a single sound can be played at a time (no mixing). While testing the movie, a sound was started while another sound was already playing. Flash lite does not support sound mixing, so the first sound will be stopped to allow the second sound to play. Ftps012 event sound was ignored be...

  • Page 22

    22 appendix a: warning/error messages.