adobe

How to set tooltip for buttonbar button

I have a buttonbar that has 3 buttons. I'm trying to set a tooltip for each of the buttons, but not sure where. The ButtonBar itself has a skin, which in turn includes a skin for each of the buttons. <s:ButtonBar id="bb" selectedIndex="0" skinClass="skins.bbSkin"> <s:dataProvider> <s:ArrayList> <fx:Object la...

Starting with an empty dataProvider for a <List>

I'm using a List which I need to be empty at the start. I'm adding items to it as needed by clicking a button. Since it's empty, I haven't added a dataProvider property <s:List id="thelist" itemRenderer="listIR" /> To add an item, I'm adding it to the dataProvider directly thelist.dataProvider.addItem() but when I do that, it gives...

trimming strings with actionscript 3

I'm trying to trim white spaces from front and end of a string. Looks like as3 does not have a trim function. Anyone aware of how it can be done? ...

Export Adobe Illustrator images from .ai files

Hi, I am looking for a convenient way to export every images found in an AI file. I don't know the AI file format specification, but I guess that if a place a PNG image in an Illustrator Layer the bitmap data of my PNG is still there somewhere. Is there a tool / SDK / API that you could recommend to perform this operation without open...

Programmatically adjust color correction in Adobe AfterEffects

I want to alter the color correction values set within a project for Adobe's After Effects. Is creating a plugin for the app with Adobe's SDK the best way to go about this? ...

Can I use wysiwyg text editör in Adobe LC ES2 while a Pdf Page design period

I want to add a wysiwyg text editör in Adobe LC Es2 ? regards bk ...

Create submenu in context menu

Is it possible to create submenu in context menu (right click menu) in Adobe Flex? Menu1 > - Menu1.1 - Menu1.2 Menu2 > - Menu2.1 - Menu2.2 - Menu2.3 ...

In Flex 4.. how??

http://stackoverflow.com/questions/950571/how-can-i-set-window-application-as-light-weight-in-flex-still-not-get-answe There's a solution but how to do it in flex 4 using spark? Because it says it can't find "window"... ...

Adobe Flash player Secuirty Pop-Up question

I am building a Audio Recording tool using Flash and Wowza. I dont want to start the recording until the use clicks the Allow Button is the Security Pop-up question represented here http://www.macromedia.com/support/documentation/en/flashplayer/help/help05.html In Audio I dont get this until I attach the stream to it. In Video can get ...

Adobe 9 Check box required field

Hi, I've created reports in Adboe that have checkobxes and set then to required fields. But when i click the submit button all fields but the check boxes are validated. I.e If i dont complete the required textbox field the report will not submit, but when i do and the required checkbox fields are not checked it still submits. This o...

Sharing variables between mxml components

I have several mxml components in an app, all of which need the same variable called genericX. I've included that variable in the main mxml and made it public [Bindable] public var genericX:Number = 102; but I still can't access it from other mxml components. If I try to do this for example, it doesn't recognize the variable. <s:But...

AS3 Core Lib and Adobe Air update frameowork conflicts

Hello i am working on an Adobe air html/ajax application in which i need as3Core lib and Air update framework. Update framework work only if I remove as3Corelib from my code. But they both are essential for my project. Btw i am using only JpegEncoder from as3Core lib. Thanks For reading :) ...

xml parsing in adobe alchemy

hello can you prvide an example how to parse xml file in adobe alchemy. im trying to work on expat, however i got no luck on passing of bytearrays to and from the c code. do i need to pass the byte array of file to the alchemy, or is it enough to pass the filename. thanks. cbs ...

Setting button width with fx:Style

I have 4 buttons, all of them have the same width. <s:Button id="btn1" width="{btnWidth}" /> <s:Button id="btn2" width="{btnWidth}" /> <s:Button id="btn3" width="{btnWidth}" /> <s:Button id="btn4" width="{btnWidth}" /> Is it possible to set their width with Style, something like this: s|Button{ width: btnWidth; } I tried it, bu...

Handling Hide/Show dock icon menu in AIR on OS X

I'm trying to figure out how to access the Show/Hide option that OS X automatically adds to the dock icon menu. The problem is that no matter what I do to hide my app, the dock icon menu will always show Hide and only if I click that option does it switch to Show. I want to have my app toggle visibility using the Invoke event but if a...

what is different betwen .ipa and .app format in using iphone ?

i tried Adobe flash professional cs5 based to develop iphone application in windows os but when i publish it's out will be .ipa format , so is it working properly in iphone ? so could u know about ipa and app please explain me . And also is it possible to develop iphone application in Adobe flash professional cs5 and how can we get .app ...

is Adobe flash professional cs5 mac projector (.app) and iphone application (.app) same or not ?

i tried to developed iphone application using adobe flash professional cs5 in windows so i bought iphone digital certification and etc , when i move to app store they asked app format application so i tried to publish as app format using adobe flash cs5 . But i don’t know is it same? but it also publish ipa format .( App store support ip...

Adobe stratus VS Asterisk

What is the best way to create a simple application that make PC-to-PC call ? Why Stratus is better ? Why Asterisk is better ? Remember that stratus use a peer-to-peer protocol. ...

Do you know Best Practise and Design Patterns for Adobe Air/Flex Applications?

I'm going to write an application with the Air/Flex-Framework. I'm looking for Best Practise and general Design Patterns for designing software especially in Air/Flex. I have experience with this framework but never had the pleasure to write a piece of software from scratch. For instance: I stumbled across lots of software written in ...

how to put swf file to my website - adobe flash cs5

Okay so i have made my first animation video in adobe flash CS5. I used actionscript 3. When i save it i have two files trueEly.swf and trueEly.fla. Video is 1min 15sec long. its size 550x400px. Now i want to embed it into my website. What is the best way to go for? I have googled it a lot and read adobe documentation. what i gathered ...