⟩ Can I resize the Internet Explorer browser window from Flex?
Use getURL() to communicate with JavaScript in the HTML wrapper:
getURL('javascript:window.resizeTo(1050,900)');
Use getURL() to communicate with JavaScript in the HTML wrapper:
getURL('javascript:window.resizeTo(1050,900)');
How do I get access to the J2EE session from my RemoteObjects?
Is double-clicking supported on various components?
Can Flex applications communicate with each other on the client?
Why are there errors with the macromedia.css.LocatorParser class and WebLogic?
Sometimes, if I do not move the mouse, "click" and "mouseDown" do not work. Why is that?
Why is myTreeNode.label or myTreeNode.attributes.label undefined?
How does item renderer work? How do we add item renderer at runtime in flex?
What keyword allows you to refer to private variables of a class in flex?
How do we overload functions in actionscript?
How polymorphism works on actionscript?