Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
TheEndless
Channel Surfer

Re: PHP cURL script to control Roku box not working

"bryanharley" wrote:
Someone else wrote this javascript, but I was not able to get it to work client-side in a browser. Any idea why?

I believe XDomainRequest is a IE only object, so that script will only work in Internet Explorer.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
bryanharley
Visitor

Re: PHP cURL script to control Roku box not working

Right, and I've been testing it in IE 11 on a computer on the same network as my Roku. Can't get it to work though.
0 Kudos
bryanharley
Visitor

Re: PHP cURL script to control Roku box not working

Ah, looks like XDomainRequest is depreciated in IE 11, need to use XMLHttpRequest instead.
0 Kudos