[pLog-svn] r5541 - plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jun 13 16:43:42 EDT 2007


Author: oscar
Date: 2007-06-13 16:43:42 -0400 (Wed, 13 Jun 2007)
New Revision: 5541

Modified:
   plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio/editor_plugin.js
Log:
Whoever wrote this, left a hardcoded link to somebody's mp3 player...

Modified: plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio/editor_plugin.js
===================================================================
--- plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio/editor_plugin.js	2007-06-13 20:15:37 UTC (rev 5540)
+++ plog/branches/lifetype-1.2/js/tinymce/plugins/insertaudio/editor_plugin.js	2007-06-13 20:43:42 UTC (rev 5541)
@@ -241,7 +241,7 @@
 	var html =	'<object data="'+baseUrl+'/flash/mp3player/mp3player.swf" type="application/x-shockwave-flash" width="320" height="20" class="ltPlayer">'+
 			'<param name="quality" value="best" />'+
 			'<param name="bgcolor" value="#FFFFFF" />'+
-			'<param name="movie" value="http://asaxweb.org/classes/flash/mp3player/mp3player.swf" />'+
+            '<param name="movie" value="' + playerUrl + '" />' +
 			'<param name="FlashVars" value="&amp;file='+url+'&amp;height=20&amp;width=320" />'+
 			'</object>';
 	



More information about the pLog-svn mailing list