In media I assume you mean audio and video.
Audio and video can be embedded withing html, and played with the available media player on the visitors computer.
There is no software for you to use.
Once you embed the correct tags into html. The users computer will then select the program that is needed to play the media type that you have embedded into the html page.
There are two ways of embedding media into html.
1) Link to the source file of the media.
-- Link
2 use the embed or object tags.
-- embed tags:
-- Note: seach google for the embed and object tags, there is more too it.
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
Sorry I was a bit vague.
1) Link to the source file of the media.
-- Link
2 use the embed or object tags.
-- embed tags:
-- Note: seach google for the embed and object tags, there is more too it.
ext - is the media extension. Example: mov, asf, asx etc.
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
Hi,I mean do like this: http://www.ryoni.com/news/123/ photos can be seen,when click on them,the videos play
Simple, first make sure your picture is in your C: drive
and your movie is in your C: drive
Then open a notepad file and type this:
<html>
<head>
</head>
<body>
<p>
<a title="iamthwee" href="C:/yourmovie.mpeg">
<img border="0" src="C:/yourpicture.bmp" width="30" height="35"></a></p>
</body>
</html>
Change the words in red and blue to the names of your files, with the correct extensions.
Save the file as Yourfile.html
God bless
iamthwee
Posting Expert
5,950 posts since Aug 2005
Reputation Points: 1,543
Solved Threads: 439
Hi,I mean do like this: http://www.ryoni.com/news/123/ photos can be seen,when click on them,the videos play
You may have noticed that when you clicked on an image, it took you to a new page, with the video embedded within the page.
The image link:
[HTML]
[/HTML]
on some_page.php, they have the video embedded.
[HTML][/HTML]
This is copied directly from : http://www.ryoni.com/news/124/ARTICLE/1258//728.php
As you can see. Its just html. No php involved.
digital-ether
Nearly a Posting Virtuoso
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101