UnityWorks! Media Wiki

Page History: XSPF Player Stand Alone - Integration :: SWFObject v1.0

Compare Page Revisions



« Older Revision - Back to Page History - Newer Revision »


Page Revision: 2008/10/03 16:33


Application Overview –

The Stand Alone Player (XSPF Player) is an online application that consumes a dynamic web service provided by Unity Works Media to display a flowing video content experience.

Integration – SWFObject v1.0

The segment below will demonstrate a typical integration email sent from UnityWorks! Media as a SWFObject v1.0.

<SCRIPT src="http://www.dealervideos.com/xspfPlayer/swfObject.js" type=text/javascript></SCRIPT>
<div id="flashContent">
<SCRIPT type=text/javascript> 
var flashMovie = new SWFObject("http://www.dealervideos.com/xspfPlayer/xspfPlayer.swf?
ctx=###&vid=###","xspfPlayer", "###", "###", "6", "#FFFFFF"); flashMovie.write("flashContent"); </SCRIPT> </div>

Video content is determined by the values generated by UnityWorks! Media. These values are assigned to the CTX and VID variable locations. Other values such as HEIGHT and WIDTH will be adjusted by the predetermined content.

Integration will vary upon the specific request. However, attributes can be altered at the HTML level of the script. See "Stand Alone Client Preferences” below for options. (Inserting cid pid vid data is supported if the complete xspf path is added. Please contact UnityWorks! Media for additional details).

Stand Alone Client Preferences –

These options must to be inserted before the “.write” command and only after the “SWF Object” code line within the snippet above.

flashMovie.addVariable(“Option”,”Attribute”);

or as an addition to the location string...

"http://www.dealervideos.com/xspfPlayer/xspfPlayer.swf?ctx=###&vid=###&Option=Attribute"


Options and Attributes–

Options Attributes Default Description
AutoStart true / false true Auto plays the video content.
DisplayUWMLogo true / false true Display of the UnityWorks! Media Logo.
Debug true / false false Debug mode.
ScrubbingEnabled true / false true Scrub video ability.
ControlBehavior Static / Rollover Rollover User controls. (Static requires an additional 30 pixels in height).
IsMuted true / false false Mute video.
FullScreen true / false false Fullscreen ability.
autoCarfax true / false true Automatically launches carfax information.
exeFunction none none Executes a simgle command once XSPF tracks are completed.
exeTarget none none Specifies the target of the exeFunction.
playerResize true / false false Controls aspect ratio and resize capability.

2008 UnityWorks! Media