Quote: Originally Posted by
TeamRSX 
Great Skin, like it a lot.
Just having one problem with HD Radio. I have it set in ExecTBL.ini by default to goto Radio_Player_HD.skin automatically as this is the only radio i have.
When i go to the radio i get volume and everything but it doesn't mute my other audio source. I can still hear both my radio and music. I have to pause the music in order to hear the radio and when i exit the radio skin to go back to music player my hd radio doesn't get muted.
I'm asuming there is a command i will need to add. I just though that the HDRadioComm.dll takes care of that.
Any Suggestions?
Just to note my hd radio works fine with dfx4.
Thanks..
i think i know whats going wrong.
/................If you want to selec between different radios
"RADIO","MENU;POPDOWN.skin"
/,.............. If you want to fix the ICE Radio as the only radio
/,"RADIO","LOAD;RADIO_PLAYER_ICE.skin||PAUSE||radio _unmute"
/,............... If you want the SILABS/ADS Radio as the only radio
/,"RADIO","Load;SRadio.skin"
/,............... If you want the FM Radio as the only radio
/,"RADIO","Load;Radio_Player_FM.skin"
/,............... If you want the HD Radio as the only radio
/,"RADIO","Load;Radio_Player_HD.skin"
/,............... If you want the ADS/SILABS Radio as the only radio
"RADIO","Load;Radio_Player.skin"
thats the table of switching to the different radios.
if you only use the hd radio, delete the exist Radio_Player.skin file. after that rename the file Radio_Player_HD.skin into Radio_Player.skin file.
the reason should be that roadrunner only switched between radio and audio path if you use radio_player without any other letters.
your selection in the exectbl.ini should be "RADIO","Load;Radio_Player.skin"