flash - Dynamically size javascript popup based on embedded swf size -


i embedding swf in popup window using javascript's window.open function. passing in static values popup's height , width corresponding height , width of embedded swf, so:

window.open('http://whatever.swf', 'popup', 'width=400,height=300,resizable=1');

a user can click on button in swf, , changes size of swf 400x300, 400x600. there way dynamically resize javascript popup window account size increase without reloading embedded swf?

any appreciated....

there javascript's

window.resizeto(x,y) 

that call via externalinterface flash.


Comments

Popular posts from this blog

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -