-- Lingo syntax _movie.enableFlashLingo // JavaScript syntax _movie.enableFlashLingo;
Movie property; determines whether a sprite with Flash content can make any direct scripting callbacks when using the Flash getURL() method. Read/write.
The Flash getURL() method loads a new URL into a blank browser window.
If enableFlashLingo is set to TRUE, a sprite with Flash content can execute any valid script command (subject to standard Shockwave Player-safe rules) when getURL() is called.
If enableFlashLingo is set to FALSE, a sprite with Flash content is prevented from executing script commands when getURL() is called. The default value of this property is FALSE.
This property is useful when creating a movie that displays Flash content of unknown origin, such as in a projector that browses a system folder for SWF files, or a movie with Shockwave content that accepts a URL for a SWF file from an end user.
This statement sets the enableFlashLingo property to TRUE:
-- Lingo syntax _movie.enableFlashLingo = TRUE // JavaScript syntax _movie.enableFlashLingo = true;
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/director/mx2004/release_update_en/09_pr214.htm
Comments
Mark Whybird (w*rk) said on Dec 1, 2004 at 12:16 AM :