PDA

View Full Version : Songs, Video, and pics


TeamGBody
06-12-2006, 01:14 AM
MIKE,

can u please get on with the video for the songs and video? also how do you get a slide show for pics.........i have several pics that i want the home page to flip through

TeamGBody
06-12-2006, 01:18 AM
:confused:

MXWEBSITES
06-12-2006, 01:43 PM
<embed img src="http://www.linktosong.com/songname.mp3" width="144" height="15" controls="smallconsole" autostart="true" autoload="true" loop="1"></embed>


there is code for music but you need to host the song and put an EXACT link to the file.

I will dig up Video Code now!

MXWEBSITES
06-12-2006, 01:58 PM
if your videos are windows media player (WMV) then here is code to embed video. Be sure you insert proper link string to grab the video from the place its hosted.

<embed src="http://www.webaddress/moviename.wmv" autostart="true" controller="true" hidden="false">

Alternately you could use the more involved code that Microsoft recommends for streaming media at this site:
http://support.microsoft.com/defaul...85154&Product=w (http://support.microsoft.com/default.aspx?scid=kb;en-us;285154&Product=w)