Author: tkoomzaaskz
Date: 2010-01-24 23:45:37 +0100 (Sun, 24 Jan 2010)
New Revision: 27145
Modified:
plugins/tdVideoPlugin/trunk/modules/tdSampleVideo/templates/showSuccess.php
plugins/tdVideoPlugin/trunk/package.xml
Log:
[td][video] reorganized uploads and samples - release 0.1.4
Modified:
plugins/tdVideoPlugin/trunk/modules/tdSampleVideo/templates/showSuccess.php
===================================================================
--- plugins/tdVideoPlugin/trunk/modules/tdSampleVideo/templates/showSuccess.php
2010-01-24 21:05:03 UTC (rev 27144)
+++ plugins/tdVideoPlugin/trunk/modules/tdSampleVideo/templates/showSuccess.php
2010-01-24 22:45:37 UTC (rev 27145)
@@ -16,7 +16,7 @@
<span class="value"><?php echo (false !== strtotime($video['recorded_at'])
? format_date($video['recorded_at'], "f") : ' ') ?></span>
</div>
- <a href="<?php echo video_path('flv'.'/'.$video['file']) ?>"
style="display:block;width:520px;height:330px" id="player"></a>
+ <a href="<?php echo '/uploads/td/video/'.$video['file'] ?>"
style="display:block;width:520px;height:330px" id="player"></a>
<script>
flowplayer("player", "<?php echo video_path('swf/flowplayer-3.1.5.swf')
?>");
Modified: plugins/tdVideoPlugin/trunk/package.xml
===================================================================
--- plugins/tdVideoPlugin/trunk/package.xml 2010-01-24 21:05:03 UTC (rev
27144)
+++ plugins/tdVideoPlugin/trunk/package.xml 2010-01-24 22:45:37 UTC (rev
27145)
@@ -10,7 +10,7 @@
<email>[email protected]</email>
<active>yes</active>
</lead>
- <date>2010-01-25</date>
+ <date>2010-01-24</date>
<time>11:00:00</time>
<version>
<release>0.1.4</release>
--
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.