Embedding the Video Player

To the right, you see a sample video using an I-Frame served by Autocast Streaming Solutions. To play this video on your website, just copy-and-paste the I-Frame code in the gray box below into one of your web pages.

<iframe src="http://myautocast.com/streams/player.php?acc=0001&ch=1&title=ac_sample_standard" width="480" height="400" frameborder="0" scrolling="no" name="Autocast_CH1" id="Autocast_CH1" marginheight="0" marginwidth="0"> <noframes> Sorry, your web browser does not support frames. </noframes> </iframe>

This same process is used to place your video(s) into your website. Once you upload your video(s), we will email you the video link and website code necessary to post the webcast on your site. That's it! The code for your site may vary slightly, and of course, you or your webmaster will need to fit the player visually into your website.

Want to know more?

Let's break down the code line by line:

  • <iframe - This begins the code.
  • src="http://myautocast.com/streams/player.php?acc=0001&ch=1&title=ac_sample_standard"
    This is the link to the player page served from the Autocast servers.
  • width="480" - This defines how wide the frame will be. Do not change.
  • height="400" - This defines how high the frame will be. Do not change.
  • frameborder="0" - Hides the border of the frame. Otherwise specify a pixel value, like 3.
  • scrolling="no" - Hides any scroll bars. Turn them on by changing this to "yes".
  • name="Autocast_CH1" - The element name of this frame.
  • id="Autocast_CH1" - The ID of this element.
  • marginheight="0" marginwidth="0"> - Distance to other objects on your web page. Set pixel values as desired.
  • <noframes> Sorry, your web browser does not support frames. </noframes> - For older web browsers.
  • </iframe> - Important! It closes the code section.

 

Site by Element Engage