Can't see what I'm forgetting here
Hi,
been a long time since I tried to attach an external video with AS, but I have this working code in some other file and I can't get it to work on a new one. I can't see what could be wrong with the code.
I've saved the file and have a copy of the video in the same folder s the FLA and it doesn't play either.
The component is inside the properly named clip, properly linked...
Code:
this.attachMovie("vHolder", "vHolder", this.getNextHighestDepth());
var my_nc:NetConnection = new NetConnection();
my_nc.connect(null);
var my_ns:NetStream = new NetStream(my_nc);
vHolder.my_video.attachVideo(my_ns);
vHolder.my_video.smoothing;
my_ns.play("http://webs.ono.com/jpdurba/FoundLookingFor.flv");
Thanks for any help