Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

primary flash vs primary html5


Hi
In case of embedding player, if do not set the primary settings to flash, no pre-roll shows up.
To make the situation clear enough, am using your demo pre-roll vast in an empty page only containing the player container... so if another setting is required there please let me know... (for sure in smart phones will need to see the ads as well)

you can see the test here

http://www.atv.com/trash/player/index.php

setup is simple and based on your sample pages, is called thru a function and variables get set...

jwplayer(container).setup({
file: _landing,
image: _thumbnail,
skin: 'PATHTO/modieus.xml',
autostart: true,
flashplayer: "PATHTO/jwplayer.flash.swf",
html5player: "PATHTO/jwplayer.html5.js",
primary: 'flash',
width: _width,
height: _height,
//aspectratio: "16:9",
logo: {
file: 'PATHTO/favicon.ico',
link: 'PATHTOSITE'
},
advertising: {
client: vast,
schedule:{
preroll: { offset:'pre', tag: xml_url }
}
}
});


Thanks,
Sep

1 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

Use this sample tag instead – http://demo.jwplayer.com/player-demos/assets/preroll.xml

This question has received the maximum number of answers.