firefoxian
03-31-2011, 11:43 PM
this is the start of code to run direct sites through this system. this is for all the media center geeks like me. ever want to play video sites like freetv.com or dozens of others with only a pc remote? very shortly i will have everything together to do just that. don't forget about site like tvguide.com, winamp radio and anything else you can think of. you will be able to download my files.
just create a hyperspin option for this and firefox will open whatever site you preconfigure. then navigate with arrows or entering numbers for page links. if you navigate to a video the system will automatically play most in fullscreen using vlc. and that means you can fully control the video use your remote's media button! don't have one of these remotes? i got mine for $7 on ebay.
this is the code to add to hyperlaunch. you will need to add portable firefox and .url files to get going. i will post mine when the coding is complete and tested.
;************************************************* ****************
;Browser Launcher - mouse off
;set up kiosk mode browsers - like firefox running rkiosk and mouseless browsing
else if (executable = "firefoxportable.exe" )
{
Run, %Executable% "%romPath%%romName%%romExtension%", %EmuPath%, Hide UseErrorLevel
}
;************************************************* ****************
;Browser Launcher - mouse on
;set up kiosk mode browsers - like firefox running rkiosk and mouseless browsing
else if (executable = "firefoxportable2.exe" )
{
Run, %Executable% "%romPath%%romName%%romExtension%", %EmuPath%, Hide UseErrorLevel
SystemCursor("On")
}
;************************************************* ****************
just create a hyperspin option for this and firefox will open whatever site you preconfigure. then navigate with arrows or entering numbers for page links. if you navigate to a video the system will automatically play most in fullscreen using vlc. and that means you can fully control the video use your remote's media button! don't have one of these remotes? i got mine for $7 on ebay.
this is the code to add to hyperlaunch. you will need to add portable firefox and .url files to get going. i will post mine when the coding is complete and tested.
;************************************************* ****************
;Browser Launcher - mouse off
;set up kiosk mode browsers - like firefox running rkiosk and mouseless browsing
else if (executable = "firefoxportable.exe" )
{
Run, %Executable% "%romPath%%romName%%romExtension%", %EmuPath%, Hide UseErrorLevel
}
;************************************************* ****************
;Browser Launcher - mouse on
;set up kiosk mode browsers - like firefox running rkiosk and mouseless browsing
else if (executable = "firefoxportable2.exe" )
{
Run, %Executable% "%romPath%%romName%%romExtension%", %EmuPath%, Hide UseErrorLevel
SystemCursor("On")
}
;************************************************* ****************