I’m trying to load an .flv from a child .swf of the main clip. The child .swf has a line like this:
myVideo.source = “flvs/planets.f4v”;
myVideo.skin = “TransSkin.swf”;
On its own it works fine, but obviously once it gets imported into the main movie it breaks. The problem is that if I change the path to what it will be once it gets imported, it won’t export. Is there a simple way around this, or am I missing some fundamental point? Thanks in advance for any help.