Hi
i'm writing a simple player to stream a flv file; video streams fine but the netstream onstatus and the nestream onmetadata are not invoked. Any help?
Here is my code:
var nc:NetConnectio n = new NetConnection;
var ns:NetStream;
var bufferLength:Nu mber = 3;
var fileToPlay:Stri ng;
initCon();
function initCon(){
nc.connect("... .server url...");
...
User Profile
Collapse
-
Netstream onStatus and onMetadata problem
-
please cUrl help
Hello
I'm trying to write some code to upload video to YahooVideo!
I'm using cUrl..
Basically I go trough the following steps:
1 call the login page
2 get challenge and user values
3 send the login form
4 get the _crumb and Sig values
5 send the upload form
the login process is fine and I get the upload page.. but after submitting the upload form i get the following...
No activity results to display
Show More