STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228095
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/69734157?noj=FRM69734157-5DC" width="1" height="1"></div>

container.swf

This is the info page for
Flash #132260

(Click the ID number above for more basic data on this flash file.)


ActionScript [AS3]
Section 1
//Preloader (view.Preloader) package view { import flash.display.*; public class Preloader extends Sprite { public function Preloader(){ super(); } public function setProgress(p:Number):void{ } } }//package view
Section 2
//Container (Container) package { import flash.events.*; import flash.display.*; import view.*; import flash.net.*; import flash.system.*; public class Container extends Sprite { private var loader:Loader; private var preloader:Preloader; public function Container(){ super(); preloader = new Preloader(); addChild(preloader); loader = new Loader(); loader.contentLoaderInfo.addEventListener(ProgressEvent.PROGRESS, onApplicationProgress); loader.contentLoaderInfo.addEventListener(Event.COMPLETE, onApplicationLoaded); loader.load(new URLRequest("Application.swf"), new LoaderContext(false, ApplicationDomain.currentDomain)); } private function onApplicationLoaded(event:Event):void{ preloader.setProgress(1); removeChild(preloader); addChild(loader.content); } private function onApplicationProgress(event:ProgressEvent):void{ preloader.setProgress(((0.9 * event.bytesLoaded) / event.bytesTotal)); } } }//package

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata present, AS3.
SWFMetaData (77)Timeline Frame 1458 bytes "<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'><rdf:Description rdf:about='' xmlns ..."
ScriptLimits (65)Timeline Frame 1MaxRecursionDepth: 1000, ScriptTimeout: 60 seconds
EnableDebugger2 (64)Timeline Frame 131 bytes "u.$1$IP$8sUSSPwC90e.NJ7uf8Dzz/."
DebugMX1 (63)Timeline Frame 1
SerialNumber (41)Timeline Frame 1

Labels

"Container"Frame 1




http://swfchan.com/27/132260/info.shtml
Created: 19/2 -2019 14:37:10 Last modified: 19/2 -2019 14:37:10 Server time: 05/05 -2024 17:23:48