skdzines
06-23-2005, 02:40 AM
Can someone please tell me how I can control a dynamically loaded external .flv file so that once it is loaded, you can visually see the movie but not have it play until you roll over it?
Currently, I am duplicated a movie clip based on data from a database and with an array telling each duplicated movie clip which .flv file to load. With each duplicated movie clip, I also create a unique Connection object and NetStream object for each one. When I use the command "myNetStream.play("myFLV.flv") all movies are loaded properly but start playing immediately. I don't want them to play until you roll over them. However I do want you to see the movie that is loaded though. If I use "myNetStream.stop("myFLV.flv") or "myNetStream.pause("myFLV.flv")" the movie is not visible anymore.
I can control it fine if the .flv files are imbedded into my .swf file, but I don't want them embedded as that will increase file size a great deal.
Has anyone worked with streaming .flv files and have any idea how I can control them?
Any help is appreciated.
Currently, I am duplicated a movie clip based on data from a database and with an array telling each duplicated movie clip which .flv file to load. With each duplicated movie clip, I also create a unique Connection object and NetStream object for each one. When I use the command "myNetStream.play("myFLV.flv") all movies are loaded properly but start playing immediately. I don't want them to play until you roll over them. However I do want you to see the movie that is loaded though. If I use "myNetStream.stop("myFLV.flv") or "myNetStream.pause("myFLV.flv")" the movie is not visible anymore.
I can control it fine if the .flv files are imbedded into my .swf file, but I don't want them embedded as that will increase file size a great deal.
Has anyone worked with streaming .flv files and have any idea how I can control them?
Any help is appreciated.