Flashing FLV icon on loaded swf

I’m having an issue with flv files playing in a loaded movie clip. I have a main swf that is just a loader for the other clips. The app first loads an index clip and then loads a presentation depending upon what selection the user made. The presentation is a video with corresponding slides synced using cue points. I am dynamically loading in the cue points from xml and the slides are pngs. The videos for the presentations are in videos/ and the xml is in xml/. The presentations work fine when playing the swf directly or playing their published projector files, but I get the blinking flv icon and no slides when the presentations are loaded by my main application. All the paths are relative. CS3, AS3.

I’m comfortable with other languages, but somewhat of a Flash/AS noob. Any input is appreciated. Thanks.

i got that problem too… im trying to load AS3/CS3 swf(flv) files from my main flash file which is AS2/CS3 it loads fine when i just put loadmovie (“xx.swf”, _root) but when i want to load it to the place i want it doesnt work… just a blinking flv icon.

btw AS2 files work fine… i wanted AS3 because of the fullscreen feature…

Please any help…

Thanks in advance