HI, I am getting an issue, that might be simple to solve it, but I`m stuck in it, so.... here is my code:
I have recently converted a Flex3 AIR project to Flex4, so it now uses Flex4.1 sdk and <s:WindowedApplication>. It is a large project and having painstakingly updated all the vital bits of code
I am creating a application in which Live video streaming in publishing in mx:video object. I want t开发者_StackOverflow社区o capture. If any one can help me out it will great for me.
I\'m attempting to build a window-based application system (a mini GUI, if you will) within an Adobe Air environment (Flex 4). When implementing window dragging, I account for the z-order by updating
In flex 4 I\'m using a PopUpButton with a Menu populated with records from the database. For one of our clients, 开发者_开发技巧the data provider of the Menu has more than 50 elements.
I have been working on a Flex application that sends a feed from my webcam to the Flash Media server. The application connects to the server fine but for some reason the camera is not sending anything
I\'m looking to create a component like an Alert but with a bunch of components inside the pan开发者_运维技巧e. How can I create the blur effect below a pane?Have a look at the AS docs here, there\'s
I have an item in which has two states, best described as open and closed, and they look like this: and
I would like to开发者_Go百科 know if it\'s possible to add some jobs on the onload of my air app, what I mean is:
I have a simple MOVE animation effect on my component in MXML. I need this animation to run with same speed (not accelerate at s开发者_开发技巧tart, not slowly at the end animation (its default). I ne