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

HD Plugin in the news JW Player Version - Free Version


what is wrong. The HD Option dosn't work. Is this for the aktual Version okay ?

Currently I still use the free version

Website....

The HD plugin for the JW Player gives your viewers a way to toggle between a high definition and standard definition version of your videos. It works in both Flash and HTML5. The HD toggle is displayed in the dock:

<!div id='player'>Get Flash to see the video</div>
<!script type="text/javascript>
jwplayer('player').setup({
file: '/assets/standard.mp4',
flashplayer: '/assets/player.swf',
plugins: {
'hd-2': {
file: '/assets/highdef.mp4'
}
}
});
<!/script>


http://www.longtailvideo.com/support/addons/hd-plugin/12641/hd-plugin-guide

10 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

In JW6, it is like this – http://www.longtailvideo.com/support/jw-player/29248/sd-and-hd-qualities

JW Player

User  
0 rated :

Thanks. it works almost.

can i change the player wide size from 480 to 640 ?

like this ?

<!div id="video">
<!div id="myElement"></div>
<!script>
jwplayer("myElement").setup({
playlist: [{
width: 640,
image: "http://www.kl-1.de/_sivp/video/Vorstellung_Team_08_HD.jpg",
height: 360,
sources: [{
file: "http://www.kl-1.de/_sivp/video/Vorstellung_Team_08_ipad_SD.mp4",
width: 640,
height: 360
},{
file: "http://www.kl-1.de/_sivp/video/Vorstellung_Team_08_640_360_SD.mp4",
width: 1280,
height: 720
}]
}]
});
<!/script>
<!/div>

With the other script my Video wide size was 597.

JW Player

User  
0 rated :

Like this...

http://www.kl-1.de/jwplayer

Ethan Feldman

JW Player Support Agent  
0 rated :

Yes, just make the overall width, to the size you want.

JW Player

User  
0 rated :

what is the correct code?

JW Player

User  
0 rated :

it dosn't work with this:

<!div id="myElement"></div>
<!script>
jwplayer("myElement").setup({
playlist: [{
width: 640,
image: "http://www.kl-1.de/_sivp/video/Vorstellung_Team_08_HD.jpg",
height: 360,
sources: [{
file: "http://www.kl-1.de/_sivp/video/Vorstellung_Team_08_640_360_SD.mp4",
width: 640,
height: 360
},{
file: "http://www.kl-1.de/_sivp/video/Vorstellung_Team_08_ipad_SD.mp4",
width: 1280,
height: 720
},{
file: "http://www.kl-1.de/_sivp/video/Vorstellung_Team_08_HD.mp4",
width: 1920,
height: 1080
}]
}]
});
<!/script>

JW Player

User  
0 rated :

A few minutes I changed my access to an Premum account.

Ethan Feldman

JW Player Support Agent  
0 rated :

Do you mean you want the player size to change when you are switching to HD?

JW Player

User  
0 rated :

yeh!!!!! thanks alot!!!!

Ethan Feldman

JW Player Support Agent  
0 rated :

Ah, got it, no that is not supported.

This question has received the maximum number of answers.