I have my Firefly Snapstream working almost perfectly. I'd just like to bind 2 new functions to it.
Function 1: Toggle Zoom level while in a movie or hulu. This is especially important on hulu, when i load it up by default it seems to not go full screen.
Function 2: When browsing a directory with lots of files, i need a better way to scroll. When you have 1000+ Items in a directory, holding the down button to get to whale wars can be kind of a pain.
Code:<!-- snapstream firefly --> <remote device="Snapstream_Firefly"> <pause>PAUSE</pause> <stop>STOP</stop> <forward>FWD</forward> <reverse>REW</reverse> <left>LEFT</left> <right>RIGHT</right> <up>UP</up> <down>DOWN</down> <select>OK</select> <pageplus>CH+</pageplus> <pageminus>CH-</pageminus> <back>EXIT</back> <menu>MENU</menu> <title>PLAY</title> <info>INFO</info> <skipplus>NEXT</skipplus> <skipminus>REPLAY</skipminus> <display>OPTION</display> <start>Home</start> <record>REC</record> <volumeplus>VOL+</volumeplus> <volumeminus>VOL-</volumeminus> <mute>MUTE</mute> <power>CLOSE</power> <myvideo>VIDEO</myvideo> <mymusic>MUSIC</mymusic> <mypictures>PHOTOS</mypictures> <mytv>TV</mytv> <one>1</one> <two>2</two> <three>3</three> <four>4</four> <five>5</five> <six>6</six> <seven>7</seven> <eight>8</eight> <nine>9</nine> <zero>0</zero> </remote>


Reply With Quote
Bookmarks