|
Function to initialize the object that interfaces with the flash player. Function: /** *Constructor *@param id The id of the <object> that holds the player */ function JarisFLVPlayer(id); Example:
player = new JarisFLVPlayer("Id_Of_Player_Object");
|