hello
I am trying to find some actionscript that returns the current frame of a .flv
Or, a boolean return - if the FLV is at the begining or not.
Thanks very much
Printable View
hello
I am trying to find some actionscript that returns the current frame of a .flv
Or, a boolean return - if the FLV is at the begining or not.
Thanks very much
Just found out myself
If anyone was wondering its:
playheadTime();
eg
trace (videoinstance.playheadTime);