Jump to content

embeding VLC player in my site


lakshmiyb

Recommended Posts

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

Link to comment
Share on other sites

    * 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

 

Link to comment
Share on other sites

<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>

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.