I need to zip the flash SWF but when I relocated the swf, my sounds and video doesn't show up. I'm using ULRrequest, but what can i use instead? I really need help!!
Code:
import flash.media.Sound;
import flash.net.URLRequest;
var req3:URLRequest = new URLRequest("lady.mp3");
var lady: Sound = new Sound();
lady.load(req3);