Code voor het extern inladen van een SWF file

From Edgar BV Wiki
Revision as of 09:13, 14 October 2009 by 192.168.0.35 (talk) (New page: var thisRequest:URLRequest = new URLRequest("digitalclock.swf"); var thisLoader:Loader = new Loader(); thisLoader.load(thisRequest); stage.addChild(thisLoader); thisLoader.x = 50; thisLoad...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

var thisRequest:URLRequest = new URLRequest("digitalclock.swf"); var thisLoader:Loader = new Loader(); thisLoader.load(thisRequest); stage.addChild(thisLoader); thisLoader.x = 50; thisLoader.y = 50;