Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Embedding Video (merged thread hijacking)
Old 10-31-2009, 08:53 AM Embedding Video (merged thread hijacking)
Average Talker

Posts: 22
Name: lakshmi
Trades: 0
Please do not hijack threads.

Last edited by chrishirst; 11-04-2009 at 09:23 AM..
lakshmiyb is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-04-2009, 05:47 AM embeding vlc player in my site
Average Talker

Posts: 22
Name: lakshmi
Trades: 0
hi,
I have a problem with emeding vlc player in my site

i have the thuimbnails retrived from database
and when the thumbnail is clicked the navigation must be to the player and the video belonging to that thumbnail in the db must be played .
what should be done to get this process.

can any one help me
thank u.
lakshmiyb is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 08:17 AM embeding vlc player in my site
Average Talker

Posts: 22
Name: lakshmi
Trades: 0
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
lakshmiyb is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 08:31 AM Re: embeding vlc player in my site
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Quote:
i need to embed the vlc with plugins, i tryed many times but i am not able to do that
And there is a reason for that: you can not.

Either convert the vids to flash video, and use an flv player embedded in your page, or convert them to a format understood by every other players available. Like mpg, or divx.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 11-04-2009, 08:44 AM Re: embeding vlc player in my site
Average Talker

Posts: 22
Name: lakshmi
Trades: 0
i have my videos in .avi and mp4 such formats
and i have VLC player installed in my system
but i am not able to play the videos in my program.
lakshmiyb is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 09:00 AM Re: Removing autoplay from video embed code
Average Talker

Posts: 22
Name: lakshmi
Trades: 0
hey frnds,
i have the problem with this i have the videos wit .avi and mp4 format
what can i do to play them with this code

can u please hepl me
thank u.
lakshmiyb is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 09:03 AM Re: Streaming .FLV
Average Talker

Posts: 22
Name: lakshmi
Trades: 0
hey truly,

i am not able to play my AVI videos in my site
can u please help me in that
thanku
lakshmiyb is offline
Reply With Quote
View Public Profile
 
Old 11-04-2009, 10:04 AM Re: Embedding Video (merged thread hijacking)
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Ho, if it's just for you then, it's something else.
Did you read the VLC manual?
Because it's explained there:
http://www.videolan.org/doc/play-howto/en/ch04.html

First, the vlc plugin is available for firefox/mozilla and safari only.
To install it, as the documentation state:
Quote:
Windows
1)Quit Firefox or Mozilla
2)Copy the two files in VLC_Installation_folder\mozilla (usually C:\Program Files\VideoLAN\VLC\mozilla) to your mozilla plugins directory (Usually C:\Program Files\Mozilla\plugins or C:\Program Files\Mozilla Firefox\plugins).
3)Restart Firefox or Mozilla
And then, you can check if the plugin is really active via the url about:plugins

Next, you can find examples of embedding videos for VLC in this page:
http://www.videolan.org/doc/play-howto/en/ch04.html
HTML Code:
<html>
<head><title>Demo of VLC mozilla plugin</title></head>

<body>

<h1>Demo of VLC mozilla plugin - Example 1</h1>

<embed type="application/x-vlc-plugin"
         name="video1"
         autoplay="no" loop="yes" width="400" height="300"
         target="http://server.example.org/video1.vob" />
<br />
  <a href="javascript:;" onclick='document.video1.play()'>Play video1</a>
  <a href="javascript:;" onclick='document.video1.pause()'>Pause video1</a>
  <a href="javascript:;" onclick='document.video1.stop()'>Stop video1</a>
  <a href="javascript:;" onclick='document.video1.fullscreen()'>Fullscreen</a>

</body>
</html>
__________________
Only a biker knows why a dog sticks his head out the window.

Last edited by tripy; 11-04-2009 at 10:06 AM..
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Reply     « Reply to Embedding Video (merged thread hijacking)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.43262 seconds with 12 queries