Loading flv movies dynamically

i have 9 flv files which i’ve created swf files for

each swf is just the standard flv player component put on the stage and linked to the appropriate flv file

they all work individually and when i put them on an HTML page they work fine

now i want to create a container movie that when a button is pressed it will load an swf

so on the button i put this action


on (press) {
	_root.container.loadMovie ("toload/1A.swf");
}

then when i play the container movie and press the button it loads the appropriate swf file, but the flv doesn’t come in and play.

how can i fix this?

should i maybe put the component in the container movie and somehow on(press) change what flv file the component player is linked to?

is there another way to stream / play flv files?

thanks :slight_smile: