Chronometer for linux, windows and mac

Posted by shadow_of__soul | Posted in Uncategorized | Posted on 30-12-2008

0

HI,

the other day i needed to measure how much time take a flash app to make a action. the best way going to be to make a timestamp in the code but for diferents reason i was unable to do that.

so, for that i search for a chronometer app for my ubuntu but i dont find anything :(

so i make a basic chronometer usign java, you can download it from here:

Chronometer

i hope you enjoy it :)

Regards,

Shadow.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]

Play remote videos in agriya player

Posted by shadow_of__soul | Posted in Uncategorized | Posted on 04-12-2008

0

Hi,

today i finish a proyect what involve the import of flv videos in the script and played in the agriya elite flash player. i was checking the config.xml and playlist.xml to know where i need to modify the values, i changed it to the url with http:// where it’s located the file but it anyway dont work, and i dont get any message from the player telling me what going on. after trying again and again, i was dissapointed to not geeting work, so i use the great google to search a solution, has been something hard but i founded the solution :D you need to add this to your initialization obejct:

[code]

so1.addVariable("flv", "http://URLto_the_video/name.flv");
so1.addParam("allowSciptAccess", "always");

[/code]

i hope you find it useful :D

Regards,

Shadow.

[Slashdot] [Digg] [Reddit] [del.icio.us] [Facebook] [Technorati] [Google] [StumbleUpon]