Our FamilyForum

FamilyForum Documentation & Help => FamilyForum Features & Guidelines => Code & Stuff => Topic started by: Ken on February 09, 2007, 02:32:55 PM

Title: Embeded Windows Media Player {real media}
Post by: Ken on February 09, 2007, 02:32:55 PM
Code: [Select]
[html]
<i>... it may take 25-30 secs for file to load
<!-- begin embedded RealMedia file... -->
 &nbsp; &nbsp; &nbsp;<table border='0' cellpadding='0' align="center">
 &nbsp; &nbsp; &nbsp; &nbsp;<!-- begin video window... -->
 &nbsp; &nbsp; &nbsp; &nbsp;<tr><td>
 &nbsp; &nbsp; &nbsp; &nbsp;<OBJECT id='rvocx' classid='clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'
 &nbsp; &nbsp; &nbsp; &nbsp;width="520" height="340">
 &nbsp; &nbsp; &nbsp; &nbsp;<param name='src' value="http://www.mykimbrell.com/VideoFiles/Pets/Jakes Dance.wmv">
 &nbsp; &nbsp; &nbsp; &nbsp;<param name='autostart' value="true">
 &nbsp; &nbsp; &nbsp; &nbsp;<param name='controls' value='imagewindow'>
 &nbsp; &nbsp; &nbsp; &nbsp;<param name='console' value='video'>
 &nbsp; &nbsp; &nbsp; &nbsp;<param name='loop' value="true">
 &nbsp; &nbsp; &nbsp; &nbsp;<EMBED src="http://www.mykimbrell.com/VideoFiles/Pets/Jakes Dance.wmv" width="520" height="340"
 &nbsp; &nbsp; &nbsp; &nbsp;loop="true" type='audio/x-pn-realaudio-plugin' controls='imagewindow' console='video' autostart="true">
 &nbsp; &nbsp; &nbsp; &nbsp;</EMBED>
 &nbsp; &nbsp; &nbsp; &nbsp;</OBJECT>
 &nbsp; &nbsp; &nbsp; &nbsp;</td></tr>
 &nbsp; &nbsp; &nbsp; &nbsp;<!-- ...end video window -->
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<!-- ...end embedded RealMedia file -->
 &nbsp; &nbsp; &nbsp; &nbsp;</td></tr>
 &nbsp; &nbsp; &nbsp;</table> [/html]