Normal
Jimba I think mediaportal have a tutorial on how to create a simple plugin in the wiki if you're looking for a starter. I typically do most of my coding in another Console Application project, mainly because testing in mediaportal is far too slow.I've been messing with the new HD, personally, I don't really care for HD but it might work. This is what I have so far...[CODE]<embed type="application/x-shockwave-flash" src="http://www.bbc.co.uk/emp/9player.swf?revision=8812" quality="high" wmode="default" allowfullscreen="true" allowscriptaccess="always" flashvars="name=bbc_emp_embed_bip-play-emp&embedReferer=http://www.bbc.co.uk/iplayer/hd&embedPageUrl=http://www.bbc.co.uk/iplayer/episode/b00jwck2/hd/&domId=bip-play-emp&config=http://www.bbc.co.uk/emp/iplayer/hd/config.xml&playlist=http://www.bbc.co.uk/iplayer/playlist/b00jwck2/hd&guidanceunknownamp;config_settings_guidance_state=false" height="395" width="640" pluginspage="http://www.adobe.com/go/getflashplayer"></embed>[/CODE]This shows an HD holding image although the stream, when played, is the regular one. The BBC don't set a cookie to define HD so i'm guessing its a flashvar or combination of flashvars that tell the player to select the HD stream.Embed tags on bbc are made up from javascripts:http://www.bbc.co.uk/iplayer/r12088/script/js/playback.jshttp://www.bbc.co.uk/emp/embed.js20 pence and a biscuit to the first person that can figure this out
Jimba I think mediaportal have a tutorial on how to create a simple plugin in the wiki if you're looking for a starter. I typically do most of my coding in another Console Application project, mainly because testing in mediaportal is far too slow.
I've been messing with the new HD, personally, I don't really care for HD but it might work. This is what I have so far...
[CODE]<embed type="application/x-shockwave-flash"
src="http://www.bbc.co.uk/emp/9player.swf?revision=8812"
quality="high"
wmode="default"
allowfullscreen="true"
allowscriptaccess="always"
flashvars="name=bbc_emp_embed_bip-play-emp&
embedReferer=http://www.bbc.co.uk/iplayer/hd&
embedPageUrl=http://www.bbc.co.uk/iplayer/episode/b00jwck2/hd/&
domId=bip-play-emp&config=http://www.bbc.co.uk/emp/iplayer/hd/config.xml&
playlist=http://www.bbc.co.uk/iplayer/playlist/b00jwck2/hd&guidanceunknownamp;config_settings_guidance_state=false"
height="395"
width="640"
pluginspage="http://www.adobe.com/go/getflashplayer">
</embed>[/CODE]
This shows an HD holding image although the stream, when played, is the regular one. The BBC don't set a cookie to define HD so i'm guessing its a flashvar or combination of flashvars that tell the player to select the HD stream.
Embed tags on bbc are made up from javascripts:
http://www.bbc.co.uk/iplayer/r12088/script/js/playback.js
http://www.bbc.co.uk/emp/embed.js
20 pence and a biscuit to the first person that can figure this out