UnityWorks! Media Wiki
Navigation
Main Page
Categories
All Pages
Login/Logout
Your Profile
Create Account
Language Selection
Create a new Page
Administration
File Management
Quick Search
Advanced Search »
Back
History
New Vehicle Player Express - Integration :: SWFObject v2.0
'''<font color="#000000">Application Overview –</font>''' 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. '''<font color="#000000">Integration – SWFObject v2.0</font>''' 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: "<font color="green">'''###'''</font>" }; swfobject.embedSWF("http://www.dealervideos.com/NVPExpress/NewVehiclePlayerExpress.swf",{BR}"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 <font color="green">'''CTX'''</font> variable locations. Other values such as <font color="brown">'''WIDTH'''</font> & <font color="brown">'''HEIGHT'''</font> 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 <font color="green">"New Vehicle Player Express Client Preferences”</font> below for options. '''<font color="#000000">New Vehicle Player Express Client Preferences – </font>''' These options must to be inserted within the flashvars variable within the javascript code as noted below: <center>(((var flashvars = { ctx: "###", '''option:"attribute"''' };))) </center> '''<font color="black">Options and Attributes - </font>''' <table border="1" cellpadding="5"> <tr> <td bgcolor="#CCCCCC"><font color="brown">'''Options'''</font></td> <td bgcolor="#CCCCCC"><font color="brown">'''Variable'''</font></td> <td bgcolor="#CCCCCC"><font color="brown">'''Default Values'''</font></td> <td bgcolor="#CCCCCC"><font color="brown">'''Description'''</font></td> </tr> <tr> <td>'''Width & Height Resizing'''</td> <td>width/height</td> <td>520x366</td> <td>Resizes application.</td> </tr> <tr> <td>'''Team configuration'''</td> <td>CTX</td> <td>N/A</td> <td>Application configuration.</td> </tr> <tr> <td>'''Tab Recognition'''</td> <td>tabFilter</td> <td>N/A</td> <td>Activates specific tab. *</td> </tr> <tr> <td>'''Video Recognition'''</td> <td>vidFilter</td> <td>N/A</td> <td>Launches specific video. *</td> </tr> <tr> <td>'''Make Filter'''</td> <td>makeFilter</td> <td>N/A</td> <td>Removes/Adds specific tabs.</td> </tr> <tr> <td>'''DisplayUWLogo'''</td> <td>true / false</td> <td>true</td> <td>Display of the UnityWorks! Media Logo.</td> </tr> <tr> <td>'''Dubug'''</td> <td>true / false</td> <td>false</td> <td>Debug mode.</td> </tr> </table> (*) Video Recognition utilizes Tab Recognition to function correctly
2008
UnityWorks!
Media