Difference between revisions of "Documentation Talk:WebPlugin"
Jump to navigation
Jump to search
(vlc WebPlugin... nor working) |
(Forum is dedicated to questions but wiki is not.) |
||
Line 1: | Line 1: | ||
+ | |||
+ | == HTML integration issue == | ||
i ve tried this code | i ve tried this code | ||
Line 5: | Line 7: | ||
<embed id="vlc" type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" width="500px" height="500px" src="VIdeo/sampurna.avi"/> | <embed id="vlc" type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" width="500px" height="500px" src="VIdeo/sampurna.avi"/> | ||
− | |||
− | |||
− | |||
<script type="text/javascript" language="Javascript"> | <script type="text/javascript" language="Javascript"> | ||
Line 15: | Line 14: | ||
//!--> | //!--> | ||
</script> | </script> | ||
+ | |||
+ | Hello, | ||
+ | You should ask support questions to the forum instead. This wiki is used for reference documentations. | ||
+ | Regards. |
Revision as of 10:19, 23 December 2013
HTML integration issue
i ve tried this code
its not working can any body help me ?
<embed id="vlc" type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" width="500px" height="500px" src="VIdeo/sampurna.avi"/>
<script type="text/javascript" language="Javascript"> </script>
Hello, You should ask support questions to the forum instead. This wiki is used for reference documentations. Regards.