This content has been marked as final.
Show 4 replies
-
1. Re: track how many times flash video is played
ntbdy Feb 4, 2008 1:42 PM (in response to rboye0)you can make an HTTP request each time the button is pushed, and have a server program (in PHP or Java or whatever) keep a total -
2. Re: track how many times flash video is played
rboye0 Feb 4, 2008 2:46 PM (in response to rboye0)thank you for the idea. doing that doesn't make the user click a link to another web page with the flv file does it? (i'd like to keep the file on the first web page) -
3. Re: track how many times flash video is played
ntbdy Feb 4, 2008 3:25 PM (in response to rboye0)no, the user wouldn't/shouldn't have to do anything further
E.g., with AS3, you'd maybe have a handler function that would listen for the playingStateEntered event on your FLVPlayback object. Then your handler would use a URLLoader object to contact the server. -
4. Re: track how many times flash video is played
rboye0 Feb 4, 2008 3:27 PM (in response to rboye0)ok, i'll try that and get back to you. thanks.
