I am wondering if someone could tell me the right way to write this code to have HTML5 the primary but fall back to Flash if HTML5 is not supported, and keep iphones, etc.. working.
I have some family that are on old computer, OS, bowsers and only Flash will work for them so that is why my code is set to Flash as primary right now. when I set to HTML5 Primary the videos wont play for them. I want to use HTML5 as primary but still have it work for the Flash only folks.
My Code:
------------------------------------------------------------------
playlist: [{
image: "/images/wowza/alyssa_recital_1.jpg",
title: "Alyssa's First Piano Recital.",
description: "Alyssa's first recital, she has been playing piano for 3 months.",
file: "http://70.167.119.116:1935/vod/smil:Alyssa_recital_1.smil/jwplayer.smil"
},{
image: "/images/wowza/alyssa_recital_1.jpg",
title: "Alyssa's First Piano Recital.",
description: "Alyssa's first recital, she has been playing piano for 3 months.",
file: "http://70.167.119.116:1935/vod/smil:Alyssa_recital_1.smil/playlist.m3u8"
},{
image: "/images/wowza/recital-practice-1.jpg",
title: "Practicing Recital Songs.",
description: "Alyssa's practicing her two recital songs with her piano teacher.",
file: "http://70.167.119.116:1935/vod/smil:recital-practice-1.smil/jwplayer.smil"
},{
image: "/images/wowza/recital-practice-1.jpg",
title: "Practicing Recital Songs.",
description: "Alyssa's practicing her two recital songs with her piano teacher.",
file: "http://70.167.119.116:1935/vod/smil:recital-practice-1.smil/playlist.m3u8"
}],
"width": "80%",
"aspectratio": "16:9",
"primary": "flash",
"hlshtml": "false"
↧