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

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -