![]() |
Javascript Question: Getting Run Time of Flash Video?
Is there a way to get the run time of a Flash video using Javascript? Any help would be greatly appreciated. Thanks :thumbsup
|
are you trying to have the video time length next to it without it playing?
like on tube sites and members areas? |
dont think so but you could use the php-ffmpeg module
<? $movie = new ffmpeg_movie('trailer.flv'); $duration = $movie->getduration(); ?> and echo accordingly |
Quote:
Quote:
|
Now that'd be an interesting feat. Your best bet is probably to just rebuild the player, and write your JS code to do the div container replacement with ExternalInterface.call("WhateverYourRoutineIs");
|
Quote:
|
Quote:
|
Quote:
|
All times are GMT -7. The time now is 03:38 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123