Question
attachMovie and attachVideo question
Hello everyone,
I have looked at some tutorials and realised that they have used the following actionScript to play a movie:
attachMovie("FLVPlayback", "my_FLVPlybk", 10, {width:320, height:240, x:90, y:100});
I was wonuder if it is possible to replace this line of script with something which uses :
theVideo.attachVideo();
If this is possible, could you tell me how the script should be for it?
Thank you very much for your help and have a great day.
Babak 🐵
I have looked at some tutorials and realised that they have used the following actionScript to play a movie:
attachMovie("FLVPlayback", "my_FLVPlybk", 10, {width:320, height:240, x:90, y:100});
I was wonuder if it is possible to replace this line of script with something which uses :
theVideo.attachVideo();
If this is possible, could you tell me how the script should be for it?
Thank you very much for your help and have a great day.
Babak 🐵
