

FLASH ACTIONSCRIPT 3.0 METHODS FULL
Moved to Sound class, and renamed to full wording withoutįį Moved to DisplayObject class, removed initial underscore. Removed initial underscore from name, and changed to use Underscore from name, and changed to use camelCase. Moved to InteractiveObject class, removed initial Moved to Sprite class, initial underscore removed fromį All event handlers have been replaced by event objects in Note: Many of the MovieClip methods have been moved to otherĬlasses in AS3. Hyperlink goes to Adobe documentation for property. Example below, partial for the MovieClip class. This allows your ActionScript file access to the 'YouTubeLoader.as' and 'YouTubeLoaderEvent.as' classes.Full list there in a prettier graphic design table format. Creating a YouTubeLoader Objectīefore you can create an instance of the YouTubeLoader Object in your Flash/Flex project, you first must make sure the package (folder) of required files is in the same directory as your project (see Figure 2), or defined with your projects Classpath. Note: To test any of these calls, you must have your file running on a webserver or modify the Security Settings of your Flash Player, as the Flash player restricts calls between local files and the Internet. It will only work when embedded into an XHTML page and properly connected to the youTubeLoader JavaScript functions. Since all of the functionality within Flash is controlled via the JavaScript API, you will NOT be able to load any YouTube content within Flash's 'Test Movie' player. It's critical to understand that from here, everything that the YouTubeLoader does within the flash file, is controlled via the JavaScript functions. Your Flash/Flex source file will create a instance of the YouTubeLoader ActionScript class your XHTML page embeds the flash file and registers it with the functions within the youTubeLoader JavaScript file. The ActionScript 3.0 Wrapper consists of essentially two interconnected parts, the ActionScript 3.0 class files located in src/choppingblock/video/ (Figure 2), and the 'youTubeLoader.js' JavaScript file located in deploy/_assets/js/ (Figure 3). Adobe ExternalInterface Class Documentation.Official YouTube JavaScript Player API Reference.
FLASH ACTIONSCRIPT 3.0 METHODS DOWNLOAD
