adobe

can i add FLVplayback to .fla file -- in adobe flash

so the question is can i add the FLV playback to my .fla file and how? i am not able to add .fla as a source to the FLVPlayback once dragging it into my timeline. how can i add the ability to stop pause and play my animation? (its .fla file and i opened actionsctipt3). i would super appreciate any answers. ...

Adobe popping out of the browser

Hi, Im building a web application that displays a xfdf document. When we are testing in adobe 5 and we can't stop adobe opening outside the webpage. The user clicks the report and it should open in the browser but instead it opens in adobe it appears to work in everything but adobe 5. We have previously done this with out any problems...

Is jQuery forcing Adobe ColdFusion to abandon the dead flash product line?

I have been reading a lot about how flash development/design had died, and as jQuery and in the near future html5 comes out, will this start to push Adobe/Coldfusion away from flash towards less product linking? I mean, I love coldfusion, and want that to continue to grow, however, if Adobe only bought Coldfusion from Macromedia, so the...

Setting the gap of layout

I usually set the layout like this <s:Group> <s:layout> <s:VerticalLayout gap="10"/> </s:layout> </s:Group> but not sure how to specify the gap if I want to use new VerticalLayout ...

Coming up to speed in Adobe Cocomo

I have a project that uses Adobe's Cocomo service on the backend, with Flash files on the browser. Reviewing the documentation confuses me a bit - there's a nice library documentation, but there doesn't seem to be a straightforward tutorial out there readily visible. Most official tutorials seem to be videos, which are not very good to c...

How to sart Adobe Air App with arguments?

How to sart Adobe Air App with arguments, is it possible, at least with native apps? ...

Item Renderer having trouble updating

I have a list ItemRenderer that has 2 states. When it initializes, I set it to 1 state and listen for an event that switches it to state 2. protected function onCreationComplete(event:FlexEvent):void{ currentState = "state1"; addEventListener(CustomEvent.Event1, switcherfunc); } protected function switcherfunc(event:FlexEvent):vo...

How to insert data into MySQL using Adobe AIR?

How to insert data into MySQL using Adobe AIR? ...

Publishing SWF using Adobe Flash

Hello everyone, I have a SWF file which contains of an image (1keyframe) and also, it contains an AS3 file with the following codes: var loader:Loader=new Loader(); var ur:URLRequest=new URLRequest("1.swf"); loader.load(ur); addChild(loader); so basically, i am trying to play the swf file (1.swf - an audio) while the image is being d...

flex List Size not updating when itemRenderer resizes itself

I've got a list with a custom itemRenderer that's just a rectangle of specific size. The list <s:List id="thelist" width="100%" dataProvider="{thelistdata}" itemRenderer="ListItem" borderVisible="true" /> Note the list's border is visible to help with debugging The itemRenderer <s:Rect id="box" width="50...

How to create Adobe LiveCycle component as maven project?

I need to create component for Adobe LiveCycle ES. Standard result of packaging should be jar file with this structure: componentX.jar: \META-INF\manifest.mf (auto generated) \com\test\TestComponent.class (compiled src) \component.xml (resources) \dependency-lib-1.jar (some of dependencies as specified in pom.xml) \dependency-lib-...

Obtaining photo 'stars' rating using PHP

I am trying to extract the photo 'stars' rating from .jpg files using php code. My intent is to show the highest rated images as part of a slideshow. I found that using the PHP_JPEG_Metadata_Toolkit_1.11 I am able to get the rating of the file if the rating is set from within Vista (Right click -> Properties -> Details -> Set rating by...

ActionScript variable inside HTML

How to access ActionScript-variable inside the HTML control(HTML area) in Adobe AIR? ...

Is it possible to run the Flex SDK compiler on FreeBSD?

I'd like to run the Flex SDK compiler toolchain on our FreeBSD integration server to get around some nasty things like having to check in compiled Flex artifacts (yuck, I know!). Is this possible? Any success stories? What do I need to do to make it happen? It's worth noting that we have and use the data visualization components under ...

Recognizing Actionscript variable inside HTML

I have an actionscript variable and an HTML control (HTML area) in my AIR application. I want to access this AS variable inside this HTML area via javascript or something. Can anyone please help? ...

Suggested php code to read file rating set by Adobe Bridge CS3

Background: I have been attempting to read the rating that is assigned in Adobe Bridge CS3 using the creative commons Metadata toolkit for php without success. I am using shared hosting so I do not have an oppotunity to recompile php with different modules. Is php code available that could be used to read the rating that is embedded...

How should I format an HTTPService result in Flex so that it is accessible for a pie chart?

I feel like this should be simple, however everywhere I look online someone does something different. I am doing a small charting application to track download statistics, and want to put the data into a pie chart. I am new to Flex, so if my code is horrible I apologize. <s:HTTPService id="service" url="admin/stats/totalstats.php" ...

How do I skin an Adobe Flash Player Settings pop up and is it even possible?

I am trying to create a professional chat application using Flex. Unfortunately, the security window that pops up asking the user to allow or deny the application access to the web cam, (the Adobe Flash Player Settings Window) doesn't really look that great and I'd like to be able to skin it. I'd really love to make this window look n...

Paste image from clipboard in TinyMCE

I need to be able to paste an image from the clipboard into TinyMCE. I do not want to use a Java applet, hence http://lassebunk.dk/2009/08/04/clipboard-java-applet/ would not help, but I want to use Flash / Flex / AIR. Of these three, only AIR has functions to get images / file objects from the clipboard. I am working on Drupal to creat...

Selecting MXML siblings with actionscript, like javascript?

I'm trying to get the sibling of an mxml tag similar to the way siblings are selected in javascript. Is this possible in Actionscript? For example, when I click the TextArea with id textarea1, I need it to tell me that the sibling has an id of rect1 so I can do further processing to it. <s:Group> <s:TextArea id="textarea1" click=...