adobe

Flex-Mate, How To Back PopUp (Dialog) With A Model

I'm using MATE on an Adobe Flex project for MVC. On one of our pages, we have a dialog window that is presented to the user that displays them information that comes from RPC. The pages where this dialog pops up is unrelated to the data being displayed so this is a separate model. How do I create a MATE mapping file that will create t...

Does Adobe Air support KEEP ALIVEs / persistent HTTP connections

As far as I can tell Adobe Air does not support persistent HTTP connections via KEEP ALIVEs. Does anyone know any different? Thanks ...

Retrieving a single cell value from a datagrid in Adobe Flex

I'm using CF to retrieve values from a database that are then being stored in a datagrid in Flex. I then want to selectively take the value from one cell of the datagrid and store it as a string variable. I've searched around, but I haven't been able to come about a solution. The users will not be interacting at all with the datagrid as ...

Increasing number of image per second with flash ?

Hi all, I'm beginner in Flash CS4 and I'd like to know how to increase the number of image per second of my sequence because I want more smooth morphing. The time will not change. Actually, I have 24 image per second and I'd like to put 48. Is there a way to make it automatically without changing all by hand. for automatically : I mean...

How to convert AS3 ByteArray into wchar_t const* filename? (Adobe Alchemy)

How to convert AS3 ByteArray into wchar_t const* filename? So in my C code I have a function waiting for a file with void fun (wchar_t const* filename) how to send to that function my ByteArray? (Or, how should I re-write my function?) ...

Drawing a dashed line across the tops of Flex Column Chart

Hi all, Please find the below code <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"> <mx:Script> <![CDATA[ [Bindable] public var testAC:Array = [ {date:"without", close:50}, {date:"with", close:45} ]; ]]> </mx:Scr...

Editing EPS and AI (Adobe Illustrator) files with PHP

I'm looking for PHP tool to edit *.eps or *.ai files? I need to add any new shapes or text to these files. Is there any way to do this? ...

flashplayer on infokiosk application

I have to build a series of information kiosks and I was considering using flash technology. However, the Adobe license prohibits redistributing the flashplayer with embedded projects. Does anyone had experience with Adobe with similar projects? Is there a commercial license for the player? Thanks a lot! ...

Flex, can't custom style the tooltip

I'm having trouble changing the font size of my TextInput tooltip. The text input looks like this: <s:TextInput id="first" toolTip="Hello"/> then I create a style like this: <fx:Style> @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/halo"; mx|ToolTip { fontSize: 24...

SVG Using Adobe in IE doesn't work when loading page, but saving the page and then loading it works...

So I'm trying to get a SVG document to load in IE. I can see it fine, but all calls to .getSVGDocument() fail, the svg onload="onload()" function never gets called and the right-click Adobe SVG Viewer context menu doesn't show up when right-clicking on the svg. It seems as though I'm managing to crash the adobe SVG viewer or something b...

Flex dynamic form height

I'm not sure if this is possible, is there a way to get the <mx:Form> to set its own height based on the position of an element within it? For example something like this: <mx:Form height="{submitBtn.y + submitBtn.height}"> <mx:FormItem>... </mx:FormItem> <mx:FormItem>... </mx:FormItem> <mx:FormItem>... </mx:FormItem> ...

actionscript flex, how to send browser width to the swf itself

I'm working with flex, but actionscript ideas are just as good. The flex <s:Application> tag has height="100%" width="100%" so the swf fits the browser as the browser gets resized. My problem is that I have a <s:Label> that I need to position based on the real/current size of the browser. <s:Application height="100%" width="100%"> ...

Converting mxml Rect & SolidColor to actionscript

I'm trying to learn how to use actionscript over mxml for flexibility. I have this simple block of mxml that I'm trying to convert to actionscript, but I'm stuck half way though <s:Rect id="theRect" x="0" y="50" width="15%" height="15%"> <s:fill> <s:SolidColor color="black" alpha="0.9" /> </s:fill> </s:Rect> I can convert...

Why Flex SDK is free and Flash CS4 not ? Where is the trick ?

Why Flex SDK is free and Flash CS4 not ? Where is the trick ? ...

problem with setting rectange width in actionscript

I have a rectange that I've created and set its individual properties like so var aRect:Rect = new Rect(); aRect.width = "15%"; aRect.height = "15%"; Problem is the compiler chokes on 15% and "15%", with or without the quotes, neither works. ...

does actionscript addChild require a display object first

Solution: if you have the same problem, addElement() instead of addChild() is what did it I'm trying to move away from mxml to actionsctipt. I have a <s:Rect> that I've created and set its properties, but having trouble adding it. var aRect:Rect = new Rect(); //set properties like aRect.x, aRect.y, aRect.width, aRect.height //trie...

the correct actionscript to find if object already exists

I have a Rect object that I'd like to create and set its properties only once. After that, I want to just modify its properties since it already exists. This is my general idea if(theRect == undefined){ Alert.show("creating"); var theRect:Rect = new Rect(); //then set properties addElement(theRect); //then add it using addElem...

Can I use an Application developed with Flex Builder Trial ??

Can I create an application with Flex Builder Trial ( that I have just downloaded ) and use that application on my website ? But all of you that use Flex Builder have the licence ?? It's very expensive for me ;( ...

Website created by Flex Builder works on every browser that use flash ?

Does websites created by Flex Builder works on every browsers that use Flash ? ...

Installing jQuery API Browser AIR

Can someone tell me how to install this? I go here: http://api.jquery.com/browser/ and click the INSTALL NOW button. After that it says "Download and open the AIR file to begin the Installation". I have AIR installed but can't figure out where the file is for the API Browser. I'm definitely missing something obvious... ...