Hi
In the Javascript that opens the pop-up (located in the HTML holding the flash movie) there should be something looking like this :
Code:
window.open (url, 'experiment','scrollbars=no,resizable=yes,titlebar=no,toolbar=yes,width=640,height=300,left=0,top=0,dependent=1');
//change this to
window.open (url, 'experiment','scrollbars=yes,resizable=yes,titlebar=no,toolbar=yes,width=640,height=300,left=0,top=0,dependent=1');
The javascript might also be in the actual Flash movie so check there as well.
Also make sure there is no scroll="no" attribute in the body tag. This will affect IE/win32 users only as it's non-standard code. eg <body scroll="no">
HTH
James
Bookmarks