lakshmiyb Posted November 4, 2009 Share Posted November 4, 2009 hi friends, i have the thumbnails retrived from database when the thumb is clicked i nee the player to play the video of that thumb for that i need to embed the vlc with plugins, i tryed many times but i am not able to do that please can any one help me Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 4, 2009 Share Posted November 4, 2009 i don't think that's how it works, your operating system selects what player you will use. in order to do what your saying, you would need to have an (completely not worth it) object witch imports a downloaded player which has been installed automatically onto your system. Quote Link to comment Share on other sites More sharing options...
lakshmiyb Posted November 4, 2009 Author Share Posted November 4, 2009 s, i have the VLC player installed in my system and i am not able to embed it in my code. Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 4, 2009 Share Posted November 4, 2009 * SRC: URL of resource to be embedded * WIDTH: width of area in which to show resource * HEIGHT: height of area in which to show resource * ALIGN: how text should flow around the picture * NAME: name of the embedded object * PLUGINSPAGE: where to get the plugin software * PLUGINURL: where to get the JAR archive for automatic installation * HIDDEN: if the object is visible or not * HREF: make this object a link * TARGET: frame to link to <EMBED SRC="/cgi-bin/whack.slack.cgi" HEIGHT=170 WIDTH=150 PLUGINSPAGE="WhackSlackPlugin.html" > If the browser has not already prompted you to retrieve the plugin software, and if you have the type of browser which supports plugins, try clicking on the plugin space above. http://www.htmlcodetutorial.com/embeddedobjects/_EMBED_PLUGINSPAGE.html Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 4, 2009 Share Posted November 4, 2009 http://www.dotnetspider.com/forum/229008-Embed-vlc-media-player.aspx.aspx Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 4, 2009 Share Posted November 4, 2009 http://wiki.videolan.org/ActiveX - this is how you do it not embed Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 4, 2009 Share Posted November 4, 2009 http://wiki.videolan.org/Documentation:WebPlugin Quote Link to comment Share on other sites More sharing options...
nadeemshafi9 Posted November 4, 2009 Share Posted November 4, 2009 <html> <title>VLC Mozilla plugin test page</title> <body> <embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" version="VideoLAN.VLCPlugin.2" width="640" height="480" id="vlc"> </embed> <script language="Javascript"> <!-- var vlc = document.getElementById("vlc"); vlc.audio.toggleMute(); !--> </script> </body> </html> Quote Link to comment Share on other sites More sharing options...
lakshmiyb Posted November 9, 2009 Author Share Posted November 9, 2009 i am only able to display the border not the player. with this Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.