UnityWorks! Media Wiki

New Vehicle Player Express - Integration :: SWFObject v2.0

Modified: 2008/10/13 16:54 by admin - Categorized as: Integration
Application Overview –

The New Vehicle Player Express (NVPExpress) is an online application that consumes a dynamic web service provided by UnityWorks! Media to display a flowing video content experience.

Integration – SWFObject v2.0

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

<script type="text/javascript" src="http://www.dealervideos.com/scripts/swfobject.js"></script>
<script type="text/javascript">
var flashvars = { ctx: "###" };
swfobject.embedSWF("http://www.dealervideos.com/NVPExpress/NewVehiclePlayerExpress.swf",
"NewVehiclePlayer", "520", "366", "9.0.0",null, flashvars, {'wmode':'transparent','allowscriptaccess':'always','allowFullScreen':'true','swfLiveConnect':'true'}, "NewVehiclePlayer"); </script> <div id="NewVehiclePlayer"></div>

Video content is determined by the values generated by UnityWorks! Media. These values are assigned to the CTX variable locations. Other values such as WIDTH & HEIGHT can be adjusted by the host. The version of this application does not allow height alterations.

Integration will vary upon the specific request. However, attributes can be altered at the HTML level of the script. See "New Vehicle Player Express Client Preferences” below for options.

New Vehicle Player Express Client Preferences –

These options must to be inserted within the flashvars variable within the javascript code as noted below:

var flashvars = { ctx: "###", option:"attribute" };


Options and Attributes -

Options Variable Default Values Description
Width & Height Resizing width/height 520x366 Resizes application.
Team configuration CTX N/A Application configuration.
Tab Recognition tabFilter N/A Activates specific tab. *
Video Recognition vidFilter N/A Launches specific video. *
Make Filter makeFilter N/A Removes/Adds specific tabs.
DisplayUWLogo true / false true Display of the UnityWorks! Media Logo.
Dubug true / false false Debug mode.
(*) Video Recognition utilizes Tab Recognition to function correctly

2008 UnityWorks! Media