UnityWorks! Media Wiki

New Vehicle Player Classic - Integration :: FlashObject v1.0

Modified: 2009/01/22 16:34 by admin - Categorized as: Integration
Application Overview –

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

Integration – FlashObject v1.0

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

<object width="###" height="550">
<param name="movie" value="http://www.dealervideos.com/newcars/DrillDown.swf?ctx=###"></param>
<param name="wmode" value="transparent"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowScriptAccess" value="always"></param>
<param name="swfLiveconnect" value="true"></param>
<embed src="http://www.dealervideos.com/newcars/DrillDown.swf?ctx=###" 
type="application/x-shockwave-flash" allowscriptaccess="always" 
wmode="transparent" swfLiveconnect="true" allowFullScreen="true" width="###" height="550"></embed>
</object>

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 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 Client Preferences” below for options.

New Vehicle Player Client Preferences –

These options must to be inserted in 2 locations within the source of the file.

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


Options and Attributes -

Options Variable Default Values Description
Width Resizing width (Not a vailable option) 900 Resizes application width.
Team configuration CTX N/A Application configuration.
Tab Recognition tabFilter N/A Activates specific tab. *
Video Recognition vidFilter N/A Auto 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