A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: [RESOLVED] NetStream not playing remote video file

  1. #1
    Senior Member
    Join Date
    Jun 2007
    Posts
    130

    resolved [RESOLVED] NetStream not playing remote video file

    When I try to play a remote video file using the following code, everything works as expected:

    Code:
    ns.play("http://mydomain.com/movie.mp4");
    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://theirdomain.com/randomid");
    Could it be that the URL is missing a file extension? Stumped.

  2. #2
    Senior Member
    Join Date
    Jun 2007
    Posts
    130
    I developed a separate bare-bones player to debug and it played just fine, strange.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center