Menu

Tree [r2318] / osmf / trunk / apps / samples / libs / VPAIDAdSequencingUnitTest /
 History

HTTPS access


File Date Author Commit
 assets 2010-05-21 briggs@adobe.com [r1766] Additional fix for FM-899: Check-in assets need...
 html-template 2010-05-21 briggs@adobe.com [r1768] Additional fix for FM-899: Check-in assets need...
 src 2010-05-21 briggs@adobe.com [r1763] Fix FM-899: Compile errors in VPAID, VASTNew, a...
 .actionScriptProperties 2011-08-29 cdobre [r2294] Clean-up for sample applications
 .project 2010-05-19 briggs@adobe.com [r1741] Initial check-in of VAST2 and VPAID sample libr...
 readme.txt 2010-05-19 briggs@adobe.com [r1741] Initial check-in of VAST2 and VPAID sample libr...

Read Me

VPAIDTestplayer.as is already set up to run multiple ad sequences.
In order to test various sequences, the user will need to modify the String being sent to updateSerialElement()

Steps to Test:
1) Open VPAIDTestplayer.as
2) Locate updateSerialElement("preroll/overlay"); at the end of the constructor.
3) Modify the String being sent as a parameter to this function to test differenct ad sequences.

		"preroll/overlay"
		Preroll - Overlay(Content Video) - Postroll

		"overlay"
		Preroll - Overlay(Content Video)

		"preroll/postroll"
		Preroll - Preroll - Content Video - Postroll - Postroll

		"preroll"
		Preroll - Preroll - Preroll - Content Video

		"postroll"
		Content Video - Postroll
		
4) Publish VPAIDTestPlayer.fla
5) Launch VPAIDTestPlayer.html

Additional Instructions:
To test other creatives, change chosenLinear to any of the other constants in the list preceding it. E.g.:
		public static const chosenLinear:String = LINEAR_VPAID;
		public static const chosenNonLinear:String = NONLINEAR_VPAID;
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.