Family Features

Products

Video Set-Up Instructions

Adding video to your Web site is easy. Below are working examples of the four methods you can use to add a Family Features Video to your site, including both the end result and the code to implement the option.

  1. Direct Link
  2. Popup Window
  3. i-frame
  4. JavaScript

Need Help?

If you get stuck and need help, please don't hesitate to Contact Us or call 888-824-3337 x227.



This is the easiest and fastest way to add the video to your site. You link to the video using text or an image (which we provide) and the Web page goes directly to the video. To see this work, click on either the text or image link below. To the right of each example is the code used to implement it. Note, in most cases, the code do not have a line break as illustrated below.

Text Link Example Text Link HTML Code
View Video

<a href="http://mediasuite.multicastmedia.com/player.php?p=r2c25592" target="_blank" >Click To View Video </a>

Image Link Example Image Link HTML Code

Click To Play Video

<a href="http://mediasuite.multicastmedia.com/player.php?p=r2c25592" target="_blank" >
<img src="http://www.yoursite.com/images/ 6612Videos_Player.jpg"><br>Click To View Video </a>




This is very similar to the direct link above; however, when you click on the link, a new window pops up and displays the video. Click on either the text or video image link below to see the example. Below each example is the code used to implement it.

Text Link Example Text Link HTML Code
View Video

<script type="text/javascript">
function launchPlayerg3unt561() {
pwin = window.open(
"http://mediasuite.multicastmedia.com/player.php?p=r2c25592",
"newwindow", "height=460,width=700",
"toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no");
}
</SCRIPT>
<a href="javascript:launchPlayerg3unt561()">View Video</a>

Image Link Example Image Link HTML Code

Click To View Video

<script type="text/javascript">
function launchPlayerg3unt561() {
pwin = window.open(
"http://mediasuite.multicastmedia.com/player.php?p=r2c25592",
"newwindow", "height=460,width=700",
"toolbar=no,menubar=no,resizable=no,scrollbars=no,status=no,location=no");
}
</SCRIPT>
<a href="javascript:launchPlayerg3unt561()"><img src="http://www.yoursite.com/images/6612Videos_Player.jpg">
<br>Click To View Video </a>



With this method, the video is added to your Web page with an i-frame. Below the example is the code used to implement it.

i-frame Example
i-frame Code Example
<iframe frameborder="0" scrolling="no" align="middle" src="http://mediasuite.multicastmedia.com/player.php?p=r2c25592" height="460" width="700" allowtransparency="true"> </iframe>

This method adds the video to your Web page using a different style of coding than the i-frame. It looks identical to the i-frame, but works a bit differently. Below the example is the code used to implement it.

JavaScript Example
JavaScript Code Example

<div id="mediaSuitePlayer_r2c25592"></div>
<script type="text/javascript" src="http://mediasuite.multicastmedia.com/templates/js/swfobject.js"></script>
<script language="javascript" type="text/javascript">
function get_url_parse(name){name = name.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]"); var regex = new RegExp("[\?&]"+name+"=([^&#]*)"); var results = regex.exec(window.location.href); return results == null ? "" : results[1];}
var video_uuid = get_url_parse('video_uuid');

var playerDiv = document.getElementById("mediaSuitePlayer_r2c25592").style;
playerDiv.display = "inline";
var so = new SWFObject("http://mediasuite.multicastmedia.com/templates/V0-400h.swf", "live_player", "432", "430", "9", "#FFFFFF");
so.addVariable("ts", "1296848042");
so.addVariable("projectid", "85077");
so.addVariable("projectuuid", "r2c25592");
so.addVariable("programid", video_uuid);
so.addVariable("programuuid", video_uuid);

so.addVariable("gfToken", "");
so.addVariable("loadingdomain", "http://mediasuite.multicastmedia.com");
so.addVariable("serviceURL", "http://mediasuite.multicastmedia.com/services/index.php");
so.addVariable("doResize", "false");
so.addParam("allowFullScreen", "true");
so.addParam("allowScriptAccess", "always");
so.addVariable("typePlayer", "vod");
so.write("mediaSuitePlayer_r2c25592");
</script>


5825 Dearborn Street, Mission 66202-2745 | (888) 824-3337 | Fax: (913) 789-9228
Terms of Use | Site Map | FAQs | Contact Us |