These instructions assume that the flash file (.swf
format) is ready to be embedded into a web page.
Before proceeding make sure:
For Site Manager 2: Turn on the object flash-media
for the page that contains the video.
If you are embedding this using news or events module, make sure that the object flash-media
is activated for news-detail.cfm / event-detail.cfm
For Site Manager 1: Copy and paste the following code into the <head>
section of the HTML, usually in the template.
<script type="text/javascript" src="http://datasearch2.uts.edu.au/common-assets/jwmediaplayer/swfobject.js"></script>
<div id="banner-wrapper">
<script type="text/javascript">
swfobject.embedSWF("<sm object="site url" server="Folders" />/images/css/pg.swf", "mediaholder", "900", "240", "9", "http://datasearch2.uts.edu.au/common-assets/jwmediaplayer/expressInstall.swf");
</script>
<div id="mediaholder">
<p>To view this video please upgrade your Flash Player or turn Javascript on.</p>
</div>
</div>
If you are embedding this using news or events module, you must use an absolute URL for the .swf file, eg. use the live URL.