Saving my Movie Clip Positions with PHP and MySQL
hello,
i have created movie player (flv) plays movie clips. works fine , add new button save position movie has been played till. so, can come later , have option play movie point stopped previous time. therefore, need save movie clip positions php , mysql.
so far have created button saves position of movie clip "ns.time" variable. displaying variable need export php file gets sorted being sent mysql database. tell m e how can down or can find more material (tutorial) done.
i have tried export useing "geturl(url,window,method)" points php file. reason when sends lots of information php , not movie clip position. have realised address line trying send millions of information movie data-rate, etc.
i have realised flash trying send information listbox , tree list of movie clips have. not sure why trying send informations!!! there anyway can stop flash sending information php file , sends value of 1 variable?
this how sending value of input variable php file....
geturl(" http://www.mydomainname.com/aishopper/test2/matrix.php","","get");
thank , have great day.
babak
i have created movie player (flv) plays movie clips. works fine , add new button save position movie has been played till. so, can come later , have option play movie point stopped previous time. therefore, need save movie clip positions php , mysql.
so far have created button saves position of movie clip "ns.time" variable. displaying variable need export php file gets sorted being sent mysql database. tell m e how can down or can find more material (tutorial) done.
i have tried export useing "geturl(url,window,method)" points php file. reason when sends lots of information php , not movie clip position. have realised address line trying send millions of information movie data-rate, etc.
i have realised flash trying send information listbox , tree list of movie clips have. not sure why trying send informations!!! there anyway can stop flash sending information php file , sends value of 1 variable?
this how sending value of input variable php file....
geturl(" http://www.mydomainname.com/aishopper/test2/matrix.php","","get");
thank , have great day.
babak
i'd suggest using loadvars class instead of geturl, if must use geturl, add variable need url srtring instead of sending of timeline variables (which doing now)
geturl(" http://www.mydomainname.com/aishopper/test2/matrix.php?streamtime="+yourtimevariable);
geturl(" http://www.mydomainname.com/aishopper/test2/matrix.php?streamtime="+yourtimevariable);
More discussions in Adobe Media Server
adobe
Comments
Post a Comment