954,587 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

How to make media photos at my site?

How can I make media photos at my site?When click them,the medias play.Which sofware should I use?Can you tell me how?

steven01
Light Poster
32 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

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

steven01
Light Poster
32 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 
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
Moderator
1,293 posts since Sep 2005
Reputation Points: 461
Solved Threads: 101
 

How can I get the picture from the video?

steven01
Light Poster
32 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

you have to make screenshot.
do this using the Print Screen button on your keyboard and then croping it to the right size with paint or another image editing program. :)

lucas
Newbie Poster
2 posts since Dec 2005
Reputation Points: 10
Solved Threads: 0
 

How can I put my domain on videos? :cry:

steven01
Light Poster
32 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You