Skip to content

Instantly share code, notes, and snippets.

@soundkitchen
Created July 5, 2010 08:37
Show Gist options
  • Save soundkitchen/464143 to your computer and use it in GitHub Desktop.
Save soundkitchen/464143 to your computer and use it in GitHub Desktop.
/**
* linkage view and logic cross over each swf.
*/
package com.example.ui
{
import flash.display.*;
[Embed(source='path/to/assets.swf', symbol='com.example.assets.SomeClass')]
public class SomeClass extends Sprite
{
public function SomeClass()
{
// (snip)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment