beautypg.com

Adobe Flash Professional CC 2014 v.13.0 User Manual

Page 892

background image

Value: true | false

Template variable: $DE

src attribute Specifies the name of the SWF file to be loaded. Applies to the embed tag only.

Value: movieName.swf

Template variable: $MO

movie parameter Specifies the name of the SWF file to be loaded. Applies to the object tag only.

Value: movieName.swf

Template variable: $MO

classid attribute Identifies the ActiveX control for the browser. The value must be entered exactly as shown. Applies to the object tag only.

Value: clsid:d27cdb6e-ae6d-11cf-96b8-444553540000

width attribute Specifies the width of the application either in pixels or as a percentage of the browser window.

Value: n or n%

Template variable: $WI

height attribute Specifies the height of the application either in pixels or as a percentage of the browser window.
Note: Because Flash Professional applications are scalable, quality doesn’t degrade at different sizes if the aspect ratio is maintained. (For
example, the following sizes all have a 4:3 aspect ratio: 640 x 480 pixels, 320 x 240 pixels, and 240 x 180 pixels.)

Value: n or n%

Template variable: $HE

codebase attribute Identifies the location of the Flash Player ActiveX control so that the browser can automatically download it if it is not already
installed. The value must be entered exactly as shown. Applies to the object tag only.

Value: http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0

pluginspage attribute Identifies the location of the Flash Player plug-in so that the user can download it if it is not already installed. The value
must be entered exactly as shown. Applies to the embed tag only.

Value: http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash

swliveconnect attribute (Optional) Specifies whether the browser should start Java™ when loading Flash Player for the first time. The default
value is false if this attribute is omitted. If you use JavaScript and Flash Professional on the same page, Java must be running for the
fscommand() function to work. However, if you use JavaScript only for browser detection or another purpose unrelated to fscommand() actions,
you can prevent Java from starting by setting SWLIVECONNECT to false. To force Java to start when you are not using JavaScript, explicitly set
the SWLIVECONNECT attribute to true. Starting Java substantially increases the startup time for a SWF file; set this tag to true only when
necessary. Applies to the embed tag only.

Use the fscommand() action to start Java from a stand-alone projector file.

Value: true | false

play attribute/parameter (Optional) Specifies whether the application begins playing immediately on loading in the web browser. If your Flash
Professional application is interactive, let the user initiate play by clicking a button or performing another task. In this case, set the play attribute to
false to prevent the application from starting automatically. The default value is true if this attribute is omitted.

Value: true | false

Template variable: $PL

loop attribute/parameter (Optional) Specifies whether the content repeats indefinitely or stops when it reaches the last frame. The default value is
true if this attribute is omitted.

Value: true | false

Template variable: $LO

quality attribute/parameter (Optional) Specifies the level of anti-aliasing to be used. Because anti-aliasing requires a faster processor to smooth
each frame of the SWF file before it is rendered on the viewer’s screen, select one of the following values based on whether your priority is speed
or appearance:

Low Favors playback speed over appearance and never uses anti-aliasing.

Autolow Emphasizes speed at first but improves appearance whenever possible. Playback begins with anti-aliasing turned off. If Flash
Player detects that the processor can handle it, anti-aliasing is turned on. Note: SWF files authored using ActionScript 3.0 do not
recognize the autolow value.

Autohigh Initially emphasizes playback speed and appearance equally, but sacrifices appearance for playback speed if necessary.
Playback begins with anti-aliasing turned on. If the frame rate drops below the specified frame rate, anti-aliasing is turned off to improve
playback speed. Use this setting to emulate the Antialias command (View > Preview Mode > Antialias).

Medium Applies some anti-aliasing and does not smooth bitmaps. It produces a better quality than the Low setting but a lower quality
than the High setting.

High Favors appearance over playback speed and always applies anti-aliasing. If the SWF file does not contain animation, bitmaps are
smoothed; if the SWF file has animation, bitmaps are not smoothed.

885