User Profile

Collapse

Profile Sidebar

Collapse
eliana
eliana
Last Activity: May 15 '08, 12:53 PM
Joined: Jan 31 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eliana
    started a topic Netstream onStatus and onMetadata problem

    Netstream onStatus and onMetadata problem

    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...");
    ...
    See more | Go to post

  • eliana
    started a topic please cUrl help
    in PHP

    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...
    See more | Go to post
    Last edited by ronverdonk; Mar 4 '08, 11:46 PM. Reason: code tags
No activity results to display
Show More
Working...