When I try to play a remote video file using the following code, everything works as expected:
However, when I try to play a video ad from a Yahoo ad server (using the following code) it does not play. No NetStatus events are triggered either, it just appears to die.Code:ns.play("http://mydomain.com/movie.mp4");
Could it be that the URL is missing a file extension? Stumped.Code:ns.play("http://theirdomain.com/randomid");