linking a video file - a simple question?

T

thedarkman

Thank you for the answers - they were no help at all. Let me spell it
out.

Below the asterisk line is the code from one of my site files; it is a
very simple file; it displays one picture and links to other pages. Now
take the line of code:

<p><a href="ram_2nd_appeal_22.html">To Twenty-Second Page Of
Judgment</a>

there is a paragraph break and then a link; if you click on this link
it takes you to page 22. Now what I would like to do instead of going
to page 22 is to play a video file; a wmv or mpg file, but let's say
wmv for the moment. Can anyone write me a simple line of code - just
one line - to do this?

Thanks a lot

**********************************************************************************************************



<html>
<head><title>REGINA v RAM, 1995 COURT OF APPEAL JUDGMENT (page 21) -
satpalramisguilty website</title></head>

<!-- this file is satpalramisguilty/ram_2nd_appeal_21.html -->

<FONT COLOR="#FF0000"><center><h1>REGINA v RAM:
<h3><br>1995 COURT OF APPEAL JUDGMENT<FONT COLOR="#000000">
<br>Page 21</h1></center>

<h3>
<FONT COLOR="#000000">
<p><a href="ram_2nd_appeal_22.html">To Twenty-Second Page Of
Judgment</a>
<br><a href="ram_2nd_appeal_20.html">Back To Previous Page</a>
<br><a href="ram_display_images.html">Return To Scanned Document
Index</a>
<hr></h3>
<img src="ram_2nd_appeal_21.jpg" alt="Regina v Ram, (1995) Court of
Appeal judgment - 21">
<FONT COLOR="#000000">

</html>
 
J

Jukka K. Korpela

Scripsit thedarkman:
Thank you for the answers - they were no help at all.

Probably because you didn't understand them. Maybe that's the reason you
don't quote or paraphrase any of the previous discussion to give context.
Below the asterisk line is the code from one of my site files; it is a
very simple file;

It isn't. And you should post a URL, not fragments of code.
<p><a href="ram_2nd_appeal_22.html">To Twenty-Second Page Of
Judgment</a>

there is a paragraph break and then a link;

The paragraph break (actually, start tag of a paragraph) is irrelevant.
Now what I would like to do instead of going
to page 22 is to play a video file;

To play? Links are relations. They're data. Data does not do things, except
in Star Trek.

The way to link to a video file is just the same as linking to an HTML file.
For example,

<a href="foo.wmv">Foo Bar Video</a> (WMV format)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,019
Latest member
RoxannaSta

Latest Threads

Top