Hi There,
I am currently working on a custom implementation ( as3.0 ) of OVA in a videoplayer. Everything is working fine.
JSON config is being parsed ok etc etc
i am using _vastCOntroller.streamSequence as the playlist.
The only thing is cant manage to get working is how to insert a video ad after you clicked a nonlinear ad. In this case a video from the streamsequence is alrdy playing....but how do i insert the new video and track this correctly... i use _vastController.adSchedule.getSlot( displayEvent.adSlotKey ); to get the adslot...... but how do i intergrate this in de shedule ?
Or is there another way to do it.. ?
I have read most docs but the only thing i can find on this subject is the example from flowplayer...
Any tips / help ?
thnx in advance
Rackdoll
So now what i do is just playing the stream i get back from the overlay click. But i get the feeeliung this is not good bec i dont get any click overlay or "this advertisement runs for x seconds".