Help - Search - Members - Calendar
Full Version: Play video files inside table?
HTMLHelp Forums > Web Authoring > Graphics, Flash and Multimedia
mjz55
I would like to use media player and when you click on a link it opens a new window with a player in it. You also can't rightclick to download the link either. Is this possible, simply? An example site is FileCabi.net
mjz55
This is what I have so far...

<object type="video/x-ms-wmv"
data="http://www.sarahsnotecards.com/catalunyalive/ »
fishstore.wmv"
width="320" height="260">
<param name="src"
value="my video i want to play.mpeg" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>

However, it leaves an open blank window on my page and what I want is for a page full of multiple links (to videos) that will open this player in a seperate page of smaller size.
pandy
You have to link to another page with the video, not directly to the video. See http://www.htmlhelp.com/faq/html/links.html#new-window and http://www.htmlhelp.com/faq/html/links.html#window-specify .
jimlongo
QUOTE(pandy @ Nov 22 2006, 03:21 AM) *

You have to link to another page with the video, not directly to the video.[/url] .


Why not? You could have a poster movie that loads a frame and then plays the video on command. I don't know about wmv but a reasonable player architecture would allow this.

EDIT
Well now that I've read the OP I think i sidetracked the question.
QUOTE
I would like to use media player and when you click on a link it opens a new window with a player in it.

So you make a regular link to a new page that then has your object tag inside of that.


This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.