Hello everybody!
I’m having some trouble with a video (FLV) that I am trying to play while inserting an other layer above it.
I want my output SWF file to contain the whole video inside. The only method of doing so was to convert the FLV file into a SWF file, and embedding the SWF: [Embed(source=“file.swf”)]
The embedded video is uncontrollable. I can’t stop or mute the embedded swf… Even before adding it to the stage, the video’s sound is heard. Am I doing something wrong? Could there be a different method to embed a FLV file so my output SWF file will contain it (and there won’t be a need to load it through a URL).
Thanks a bunch in advance,
OML