View Single Post
  #11  
Old November 28th, 2005
LarryKu LarryKu is offline
Member

Playing guitar for what seems like forever.
 
Join Date: Oct 2005
Last Online: 3 Hours Ago 09:47 PM
Location: Ohio
Posts: 55


I took a look at the page source and noticed that the <embed></embed> tag is missing within the <object> </object> tags. If you look at Kirk's old style pages, you will find a sample of the tag format. It should read something like:

<embed type="application/x-mplayer2" pluginspage="http://microsoft.com/windows/mediaplayer/en/download/" id="mediaPlayer" name="mediaPlayer" displaysize="4" autosize="-1" bgcolor="darkblue" showcontrols="true" showtracker="-1" showdisplay="0" showstatusbar="-1" videoborder3d="-1" autostart="0" src="media/video.wmv" designtimesp="5311" loop="false" height="309" width="320">

This should make it visible in all browsers that currently do not see the videos.

Larry

Reply With Quote