Archive for the ‘Multimedia’ Category

Intro to Flashvars | Passing variables to flash actionscript from the html embed | Tutorial | passing dynamic variable from php file

The property “FlashVars” can be used to import root level variables to the flash movie or swf. The flashvars propery is used in codes for embedding flash in the html page. The string of variables passed in as flashvars, will be imported into the top level of the movie when it is first instantiated. Variables are created before the first frame of the SWF is played. The format of the string is a set of name=value combinations separated by ampersand (&) symbols. Here’s some sample embed codes, including object and embed tags:

Leave a Comment

ffmpeg video When I submit a node, a thumbnail gets created, but a 0 byte FLV file is created that is unusable…

ffmpeg video When I submit a node, a thumbnail gets created, but a 0 byte FLV file is created that is unusable…

Leave a Comment

Installing FFmpeg On LInux in easy method

FFmpeg is an audio/video conversion tool. It includes libavcodec, the leading open source codec library. An experimental streaming server for live broadcasts is also included.

Leave a Comment