Forum Discussion
newchannel
12 years agoRoku Guru
In case it is helpful to other code newbies, I used this per Joel and it fixed it:
[code]If mode="HDTV" then
bmp=createobject("roBitmap","pkg:/images/xxxxx_HD.png")
else
bmp=createobject("roBitmap","pkg:/images/xxxxxx_SD.png")
end if[/code]