Created
September 25, 2015 23:34
-
-
Save Maruskakonst/147f31b4727e113458af to your computer and use it in GitHub Desktop.
Dropbox - Dropbox-klient
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://www.dropbox.com/m/download_desktop?token=AACsZFn-wfl6pg0sf9fMRnrEPec-WzuXlsRhEFvt1V4DEIiocsx6dqucByNtLxOU_e_LuuePejtAfB9o5GUmwEc1# |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.system.Security;
import flash.text.TextField;
import flash.text.TextFormat;
[SWF(backgroundColor = 0xECECEC, width = 320, height = 480, frameRate = 16)]
public class SecuritySandbox extends Sprite
{
public var textField:TextField;
}
}