Everything in this code seems to work as expected except for the scrollbars...I can't get rid of them it seems. Am I missing something?
Code: Select all
local tWindowId
put the windowid of this stack into tWindowId
local tBrowserId
put revBrowserOpen(tWindowId,"C:/Users/Dennis/Desktop/pbc_app/addy.html") into tBrowserId
if tBrowserId is not an integer then
answer "Error opening browser: " & tBrowserId
exit altBrowserOn
end if
put tBrowserId into sBrowserId
revBrowserSet sBrowserId, "rect", the rect of image "ytPlayer"
revBrowserSet sBrowserId, "scrollbars", false
revBrowserSet sBrowserId, "showborder", false