http://fire.flux.com's Dashboard
This is your Player.*
Grab the javascript code below and add it to your web page. Check out the Integration Guide for complete instructions.Read the Guide
Add this to your <head>
<head>
<script type="text/javascript" src="http://partner.eyespot.com/javascript/share/eyespot_base_lib.js"></script> <script type="text/javascript"> window.onload = function() { // Partner ID var myPartnerId = 588; // Playarg of the video to be played in the media player var playArg = "playArgGoesHere"; // Request the media player var eyespotPlayerContainerId = "eyespotPlayerDiv"; var eyespotPlayer = getEyespotPlayer(myPartnerId, playArg); eyespotPlayer.write(eyespotPlayerContainerId); } </script>
Add this to your <body>
<body>
<div id="eyespotPlayerDiv">Eyespot Hosting Bundle Flash Player Container</div>