PDA

View Full Version : Linked video file in a presentation


leazfe
05-21-2004, 09:31 AM
I want to build a slide in which i can play automatically a external video (.mov),itīs, as long as i achive this slide the video should start in the hole screen. I have tryed things like: getUrl("video")
But it start the video in another windows. Also, i have to put this code in a button or something like that and i want the video to start as long i load the slide containing it.

I have read through the help but itīs not clear enought for a newbie, i am trying with the video object but i canīt get it:

Var nc:New connection=new connection();
nc.connect(null);
var ns:NetStream=new NetStream(nc);
myvideo.attachVideo(ns);
ns.play("video.mov")

prisma
05-22-2004, 11:40 AM
Reading the Flash help on the NetStream object I got the impression it only works with FLV files.
Never used it though, so I can't confirm that.