PDA

View Full Version : Alternative to URL request


saxx
06-27-2008, 04:35 AM
var someThing:URLRequest = new URLRequest("thisswffile.swf");


How do i load it internally instead of externally? I'm making a preloader and i want it to load everything together (what its for right) and it gets to the frame with all the content and has to load that URL. So whats the alternative

Thanks alot