playerFile = PLAYER_URL.'/hd_flv_player/hdplayer.swf'; $swfobj->FlashObj(); //Writing Param $swfobj->addParam('allowfullscreen','true'); $swfobj->addParam('allowscriptaccess','always'); $swfobj->addParam('flashvars','playlistXML=http://localhost/clipbucket/2.x/2/upload/player/hd_flv_player/xml/playlist.xml'); $swfobj->addVar('file',BASEURL.'/files/videos/'.$vid_file); $swfobj->CreatePlayer(); return $swfobj->code; }else return false; } register_actions_play_video('hdflvplayer'); } ?>