Presentation Launcher Script - ARCHIMEDES FINANCIAL PLANNING
This document describes how to add code to your site to launch your Imediat IRCAST streaming A/V presentation in a javascript framed window.
Step One:
Ensure your DOCTYPE declaration is using standards mode as recent versions of jquery no longer support quirks mode.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-- or --
<!DOCTYPE HTML>
Step Two:
Include the following code in the HEAD section of your HTML document (between the <head> </head> tags):
<!-- If jQuery and JQuery UI are already in use on your page then these two files do not need to be included again -->
<!-- These files should be hosted locally with your site content -->
<script type="text/javascript" src="http://ircast.com.au/conferences/online/common/js/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="http://ircast.com.au/conferences/online/common/js/jquery-ui-1.10.3.custom.min.js"></script>
<!-- This file MUST be linked to Imediat -->
<script type="text/javascript" src="http://ircast.com.au/conferences/online/common/js/launcher.js"></script>
<!-- This file should be hosted locally and can customised if required -->
<link type="text/css" href="http://ircast.com.au/conferences/online/common/css/ui-lightness/jquery-ui-1.10.3.custom.css" rel="stylesheet" />
Step Three:
Copy and paste the following line into your HTML code where you want the link to be displayed
<a href="#" class="launch_pres" data-event="m2k14" data-pres_id="2111">ARCHIMEDES FINANCIAL PLANNING - MR NOLL MORIARTY</a>
- An optional data-titlebar="title bar text" attribute can be added to the link to override the text that appears in the presentation window title bar. If not specified the event name will be used.
- The link text identified in red above can be changed to suit your requirements.
Final Result (& Demo):
The end result should work like this:
ARCHIMEDES FINANCIAL PLANNING - MR NOLL MORIARTY