PDA

View Full Version : Dynamically resize flash menu depending upon screen size



Eveann
09-16-2004, 10:22 AM
I have created a flash menu for an html website, but note that the menu does not dynamically resize itelf if a toolbar, for example, is opened to the left of the browser window. How can I amend this movie so that the flash menu bar will dynamically resize?

I am new to flash and would appreciate very basic instructions.

With thanks in advance to anyone who helps!

NTD
09-16-2004, 05:10 PM
Hi,

Well, I was thinking that you could resize the flash menu if the page lost focus......


<HTML>
<BODY onFocus="alert&#40;'you have focus'&#41;;" onBlur="alert&#40;'blur'&#41;;">
test focus
</BODY>
</HTML>


however, if the toolbar is on the browser, the page wont lose focus. Not sure about this one.