Home > Article > Backend Development > javascript - How to get the played time and total playing time of swf in js? ?
I know that the
Since I am making a homemade flash video player, the APIs that I know about js to control flash are:
Play()
StopPlay()
CurrentFrame()
TotalFrames()
I only know a few APIs. Is there anyone who can generously provide a comprehensive js-controlled flash API like the video tag in h5? Thanks again (if not, please solve this problem)!
I know that the
Since I am making a homemade flash video player, the APIs that I know about js to control flash are:
Play()
StopPlay()
CurrentFrame()
TotalFrames()
I only know a few APIs. Is there anyone who can generously provide a comprehensive js-controlled flash API like the video tag in h5? Thanks again (if not, please solve this problem)!