by Peter deHaan on October 26, 2008
in Embed, Flex
The following example shows how you can use the [Embed] metadata in Flash CS4 to embed assets into a Flash document using ActionScript.
Full code after the jump.
For more examples of Flash CS4 and Flex SDK integration, see my coworker Tareq AlJaber’s Flash Authoring blog.
by Peter deHaan on October 26, 2008
in Embed, Flex
The following example shows how you can use the [Embed] metadata and the Flex SDK to embed assets within your Flash applications (instead of manually importing assets into the Library panel).
Full code after the jump.
For more examples of Flash CS4 and Flex SDK integration, see my coworker Tareq AlJaber’s Flash Authoring blog.
by Peter deHaan on October 25, 2008
in General
I’ve been checking out the Flash CS4 release lately and was reminded of some Flash Quick Starts I recently updated for the Flash Developer Center:
Creating a new Label instance
To create a new instance of the Label class using ActionScript, drag a copy of the component from the Components panel into your current Flash document’s library. [...]