thanx endless for reply. i am writing code as:
bm=createobject("roBitmap", images comes here randomely)
m.screen.DrawScaledObject(FIX(marginX), FIX(marginY), imageWidth / bm.GetWidth(), imageHeight / bm.GetHeight(),&HFFFFFF00, bm)
it give's me error .
As you suggest: This is not available on the legacy 3.x firmware.
i am working on roku2XD device. please tell me what is the process to check legacy 3.x firmware?
and please suggest me how to pass fourth parameter for alpha as opacity in DrawScaledObject.
Any help would be thankful to me.