I was trying to find a way to embed a video on to my homepage and still use the RMS. I did a quick search and the only thing i could find was related to embedding youtube vids or vids from other sources, not 1 specific video, from site. I did find one about setting a specific users video album to homepage.
Since I do not ave a lot of time to look through thousands of posts, I figured it out on my own. In case anyone else has the same question, here is my solution.
Create a new html block on homepage and position it where you want to. Edit the block, and lang string/nlock name, etc as usual. Click html to edit html block using code and not wysiwyg.
Enter the following code:
<div style="width: 250px;" class="viewFile">
<div style="text-align: center;" id="video_player">
<object height="330" width="100%" style="display: block; margin-left: auto; margin-right: auto;" data="/flash/modules/global/app/holder_as3.swf" type="application/x-shockwave-flash" id="ray_flash_video_player_object">
<param name="data" value="/flash/modules/global/app/holder_as3.swf" />
<param name="name" value="ray_flash_video_player_embed" />
<param name="allowScriptAccess" value="always" />
<param name="allowFullScreen" value="true" />
<param name="base" value="http://your_site_here/flash/modules/video/" />
<param name="bgcolor" value="#FFFFFF" />
<param name="wmode" value="opaque" />
<param name="flashvars" value="url=http://your_site_here/flash/XML.php&module=video&app=player&id=id_of_video&user=&password=13d1222710ab71c2788010884e889c24521f6445" />
<param name="src" value="/flash/modules/global/app/holder_as3.swf" />
</object>
</div>
</div>
Look in your database in the RayVideoFiles table for the id number of the video you wish to display.
Replace password with the md5 password from any member in profile table
