I have a slideshow template I have been using for a client that is simple, just audio and slides.
However, the client now wants to add a video clip to 3 of the slides.
I am able to get the video to play back fine when I test my swf, but the problem is, that swf that plays the video needs to be nested inside 2 “higher up” swfs, and somehow that causes the video to not play.
My project is set up as:
MAIN.SWF
—loads SHELL.SWF
-------which loads SHOW.SWF (which plays the slides and video. The video is in the same folder as the SHOW.SWF).
I have tried playing the flv via both the MediaPlayback component, and the tag team of MediaController and MediaDisplay. Both methods work great until the swf is nested.
In the component inspector, for “URL” I just have the flv’s name “Ataxin3.flv”, no file path or anything.
Am I missing something?
any ideas?
Thanks for your help!