|
From: OryNider <ory...@us...> - 2008-05-28 23:32:00
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv677 Modified Files: music_flv.php Log Message: Licensing The FLV Media Player is licensed under a {Creative Commons License}. It allows you to use, modify and redistribute the script for free for noncommercial purposes. For corporate use, {please apply for a 20 euros commercial license}! Index: music_flv.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/music_flv.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** music_flv.php 12 Mar 2008 07:15:31 -0000 1.1 --- music_flv.php 28 May 2008 23:31:50 -0000 1.2 *************** *** 459,463 **** $template->assign_block_vars('flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'music_player.swf'; } else if ( ( $song_filetype == 'jpg' ) || ( $song_filetype == 'gif' ) || ( $song_filetype == 'png' ) ) --- 459,463 ---- $template->assign_block_vars('flv', array()); $url_download = mx_append_sid(this_mo_mxurl("music_mode=music_download&song_id=$song_id")); ! $url_video = $music_root_path . 'mediaplayer.swf'; } else if ( ( $song_filetype == 'jpg' ) || ( $song_filetype == 'gif' ) || ( $song_filetype == 'png' ) ) *************** *** 773,777 **** $template->assign_block_vars('flv', array()); $url_download = ''; ! $url_video = $music_root_path . 'music_player.swf'; if (@file_exists($mx_root_path . $flv_file)) --- 773,777 ---- $template->assign_block_vars('flv', array()); $url_download = ''; ! $url_video = $music_root_path . 'mediaplayer.swf'; if (@file_exists($mx_root_path . $flv_file)) |