Databases Reference
In-Depth Information
Line 8 (IE) and line 15 (non-IE): The quality parameter can have these values: low ,
autolow , autohigh , medium , high , best . Oracle APEX sets it to high by default.
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 the Flash Player
detects that the processor can handle it, anti-aliasing is turned on.
Autohigh : Emphasizes playback speed and appearance equally at first but
sacrifices appearance for playback speed if necessary. Playback begins with
anti-aliasing turned on. If the actual frame rate drops below the specified
frame rate, anti-aliasing is turned off to improve playback speed. Use this
setting to emulate the View Antialias setting in Flash.
Medium : Applies some anti-aliasing and does not smooth bitmaps. It produces
a better quality than the Low setting, but lower quality than the High setting.
High : Favors appearance over playback speed and always applies anti-
aliasing. If the object does not contain animation, bitmaps are smoothed; if
the object has animation, bitmaps are not smoothed.
Best : Provides the best display quality and does not consider playback speed.
All output is anti-aliased and all bitmaps are smoothed.
Line 9 (IE) and line 21 (non-IE): AllowScriptAccess controls the ability of that SWF
file to call JavaScript code. AllowScriptAccess has three possible values:
always : Unconditionally turns JavaScript access on.
never : Unconditionally turns JavaScript access off.
sameDomain : Turns JavaScript access on only if the SWF file is served from the
same domain and hostname as the Oracle APEX page itself.
Line 10 (IE) and line 22 (non-IE): allowNetworking controls a SWF file's access to
network functionality. Possible values are all , internal and none . The default is
all and you don't want to change that in your APEX application.
Line 11 (IE) and line 19 (non-IE): scale defines if the Flash object can scale.
Possible values:
default (Show all) makes the entire Flash object visible in the specified area
without distortion, while maintaining the original aspect ratio of the object.
Borders can appear on two sides of the object.
noborder scales the object to fill the specified area, without distortion but
possibly with some cropping, while maintaining the original aspect ratio of
the object.
exactfit makes the entire object visible in the specified area without trying
to preserve the original aspect ratio. Distortion sometimes occurs.
noscale prevents the Flash object from scaling when the Flash Player
window is resized. This is the default in Oracle APEX.
Search WWH ::




Custom Search