In case Flash no longer exists; a copy of this site is included in the Flashpoint archive's "ultimate" collection.

Dead Code Preservation :: Archived AS3 works from wonderfl.net

for external swf ONLY

ドキュメントクラス
Get Adobe Flash player
by ile 28 Oct 2011
    Embed
/**
 * Copyright ile ( http://wonderfl.net/user/ile )
 * MIT License ( http://www.opensource.org/licenses/mit-license.php )
 * Downloaded from: http://wonderfl.net/c/4uUv
 */

package 
{
    import flash.display.Sprite;
    import flash.system.Security;
    public class Buttonile extends Sprite
    {
        public function Buttonile()
        {
            Security.allowDomain("*");
        }
    }
}