Actionscript NetStream.play drops port in relative URLs
Posted
by Steve Middleton
on Stack Overflow
See other posts from Stack Overflow
or by Steve Middleton
Published on 2009-11-19T20:55:21Z
Indexed on
2010/04/22
11:03 UTC
Read the original article
Hit count: 227
Hi, the current page my flash application is running from is http://localhost:3000/. I'm trying to play a video using NetStream.play(relativeURL) by using a relative URL (e.g. "myVideo.flv"), but when I look at the actual request made by actionscript, it's dropping the port number. (e.g. http://localhost/myVideo.flv).
Is there something I can do on the flash side to make this work? Is anyone else having this problem?
© Stack Overflow or respective owner