Flash Question
- Started
- Last post
- 4 Responses
- signor
I'm loading an external movie clip that has streaming audio into the main time line. The MC works fine on it's on but when called into the main timeline everything works but the audio, although it shows it's loading.
Here's the code that won't play audio
_root.createEmptyMovieClip("cont...
container4.loadMovie("player.swf...
container4._x = 90 ;
container4._y = 500 ;yet
loadMovie("player.swf", 6);
works but I can't position.
Any ideas, this shit is killing me
- alloyd0
container4 is on _root.
use _root.container4.loadMovie("play...
then reposition container clip.
the number after "player.swf" in load movie method refers to a variable not level....if ur thinking level's, use loadMovieNum....
- mrbee28280
stop using _root
- signor0
the same thing, it displays the movie but still no audio.
- alloyd0
It should, check ur Publish settings 4 audio for the main movie, make sure u don't have code telling it to turn audio off...etc
How r u playing that audio in the loaded swf?