Tyrus Smith
05-12-2004, 01:30 AM
I want to make a video of my band accessible to the veiwers of my website, but I do not know the correct way to link to it. Whn i link to it the same way as a .jpeg file it doesnt work. Can anyone help me?
|
View Full Version : Making Videos Accessible to viewers? Tyrus Smith 05-12-2004, 01:30 AM I want to make a video of my band accessible to the veiwers of my website, but I do not know the correct way to link to it. Whn i link to it the same way as a .jpeg file it doesnt work. Can anyone help me? stargrl329 05-12-2004, 02:15 PM Try this code: <embed src="url_of_video" autostart="true" /> (Change the bold parts where needed.) Monkey Bizzle 05-12-2004, 04:38 PM that is the correct code but keep in mind that a jpeg is an image, not a video file. i have vids on my site and the best way to show them in as a wmv file. it is smaller so it takes less time to load. you can convert your videos to wmv by using windows movie maker... it is very easy to use and comes with newer versions of windows. stargrl329 05-12-2004, 05:27 PM I think what they meant was they were linking their video like you would for a jpeg file, with an img src tag -- not that their movie was in jpeg format. ;) Monkey Bizzle 05-12-2004, 06:09 PM oh, der... i read it wrong! |