Hi ,
I am trying to place silverlight 1.0 control on my existing aspx page.
Now while trying to view the page on media center the page displays fine, the problem occurs while trying to put the silverlight control on page which changed his scale with document.body.style.zoom .
The view is corrupted and the silverlight cotrol placed on left top corner of the page.
the whole line :
function
onScaleEvent(){
document.body.style.zoom = document.body.clientHeight / 480
}
while moving those lines the silverlight control displayed fine , but all other controls are diplayed in small .
My question is : Is there any way to make the zooming on every html controls except silverlight control?
I am sure that the problem not related to silverlight control, but to zooming action. I belive that there is special working with controls like that. Is anyone met problem like that?
Thanks,