1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: Remove the use of a flash video player
Author: Emmanuel Promayon <Emmanuel.Promayon@imag.fr>
Last-Update: 2014-05-02
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/sdk/applications/wizard/resources/ExtensionReadMe.html.in
+++ b/sdk/applications/wizard/resources/ExtensionReadMe.html.in
@@ -53,9 +53,8 @@
</ul>
</li>
<br/>
- <font size="4">The video below summarizes the steps mentioned above:</font>
+ <font size="4"><a href="https://forge.imag.fr/plugins/mediawiki/wiki/camitk/index.php/Create_your_component_for_CamiTK#Video_tutorial_from_the_Component-extension_compilation_to_the_load_in_IMP_application">This video</a> summarizes the steps mentioned above.</font>
<br/>
- <embed src="player.swf?file=VideoComponentExtension.mp4" quality="high" type="application/x-shockwave-flash" allowfullscreen="true" width="600" height="400"/>
@ENDIF_COMPONENT@
@IF_ACTION@
@@ -75,9 +74,8 @@
</ul>
</li>
<br/>
- <font size="4">The video below summarizes the steps mentioned above:</font>
+ <font size="4"><a href="https://forge.imag.fr/plugins/mediawiki/wiki/camitk/index.php/Create_your_own_custom_action_for_CamiTK#Video_tutorial_from_the_Action-extension_compilation_to_the_load_in_IMP_application">This video</a> summarizes the steps mentioned above.</font>
<br/>
- <embed src="player.swf?file=VideoActionExtension.mp4" quality="high" type="application/x-shockwave-flash" allowfullscreen="true" width="600" height="400"/>
@ENDIF_ACTION@
</font></ol>
</body>
|