Author: tkoomzaaskz
Date: 2010-01-19 00:12:23 +0100 (Tue, 19 Jan 2010)
New Revision: 26855
Modified:
plugins/tdAudioPlugin/trunk/modules/tdSampleAudio/templates/showSuccess.php
Log:
[td][audio] fixed xml link file bug
Modified:
plugins/tdAudioPlugin/trunk/modules/tdSampleAudio/templates/showSuccess.php
===================================================================
--- plugins/tdAudioPlugin/trunk/modules/tdSampleAudio/templates/showSuccess.php
2010-01-18 23:11:40 UTC (rev 26854)
+++ plugins/tdAudioPlugin/trunk/modules/tdSampleAudio/templates/showSuccess.php
2010-01-18 23:12:23 UTC (rev 26855)
@@ -11,6 +11,6 @@
<script type="text/javascript">
var so = new SWFObject("/tdAudioPlugin/swf/playerMultipleList.swf",
"mymovie", "295", "200", "7", "#FFFFFF");
so.addVariable("autoPlay","no")
- so.addVariable("playlistPath",<?php echo
url_for('@td_sample_track_album_show_xml?id=1') ?>)
+ so.addVariable("playlistPath","<?php echo
url_for('@td_sample_track_album_show_xml?id=1') ?>")
so.write("flashPlayer");
</script>
--
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en.