hi,
i am making a playlist through which we can play .flv files in flvplayer, at present i am
using “callback” function which in return assigned to a .php file which saves 4 variables
in a text file.
the 4 variables shows 1. .flv file total bytes
2. .flv file starting time
3. .flv file stop time
4. .flv file name which we accessed
so now i want to define these variables in flash, and want to send these using POST
method to webservices in to a database. so how can i define these & send to
webservices, and can i retrieve these information later…
thnx in advance