Tagged Questions

Adobe Systems is a software company headquartered in San Jose, California, USA. It is best known for the technology behind PDF, Photoshop, and Flash.

learn more… | top users | synonyms

0
votes
0answers
4 views

Add instances from an array to another movieclip

I do ActionScript 3.0 programming and I know that very well. I have a project with ActionScript 2.0 and I got a simple problem for adding instances to the stage. In ActionScript 3.0 when I want to add ...
-1
votes
2answers
35 views

Flash AS3 Press and Hold Button

I'm no expert in Flash but I found a way in AS2 to make a "press and hold" button. Now I'm working with AS3 and I'd like this code to be converted to AS3. Can someone help ? stop(); function ...
0
votes
1answer
12 views

Flex - RichTextEditor losing styling after view change

It seems like there is a bug in flex's RichTextEditor that on change of view(view state change) the RTE loses its formatting. Has anyone encountered this issue before and know how to solve it. Any ...
0
votes
0answers
1 views

Error Facebook Social Plugin on Adobe Muse

Is there any way to add a Facebook Social Plugin to an Adobe Muse website to show a Facebook Page's activity feed without having to log in to Facebook?? (It works for Twitter without having to log in ...
0
votes
1answer
11 views

How can I programmatically clear text selection in InDesign with ExtendScript?

I've programmatically selected some text in InDesign using ExtendScript: app.findGrepPreferences = NothingEnum.nothing; app.findGrepPreferences.appliedFont = myFont; var matches = ...
0
votes
2answers
22 views

How can I programmatically set text to “Small Caps” in InDesign with ExtendScript?

I'm trying to do the equivalent of selecting some text and clicking on the Small Caps button. Here are a few attempts: app.activeDocument.textFrames[0].texts.appliedCharacterStyle.capitalization = ...
0
votes
0answers
13 views

pass variables to dps api

This is my first time dealing with Adobe DPS and I am working on creating a storefront. My issue is that I want to pass a second parameter - saleNumbers - into the onFolioData function. productIDs ...
1
vote
1answer
22 views

GitHub diff for adobe flash .as files

Whenever files are changed in adobe flash cs5.5 it uses a CR (^M) as newlines. Because of this github sees the whole file as one line, and the diffs don't work. I have non-technical people working ...
-1
votes
0answers
9 views

Does Adobe Dreamweaver default Behaviors Writes Secure PHP Code [closed]

Does Adobe Dreamweaver behaviors writes secure PHP code or not. i am planning to make a CMS using Dreamweaver Built in Behaviors. what are the security consideration that we should keep in mind ...
0
votes
1answer
16 views

AS3 Telnet Sample not reading responses

i am testing a sample I got from adobe, the TelnetSocket sample. This is the code: TelnetSocket.mxml: <?xml version="1.0" encoding="utf-8"?> <mx:Application ...
0
votes
1answer
24 views

Flex: Custom composite component in ActionScript — problems with percentWidth/percentHeight

I've done tons of research and read the Adobe Live Docs till my eyes bled trying to figure this out. I am building a composite custom component in ActionScript, and would like the sub controls to be ...
0
votes
1answer
34 views

Why Does FDT Show A Java Heap Error While Packaging an Adobe AIR app for iOS (.IPA)

I'm creating some flash game using Adobe AIR. I try to compile it into .ipa file (to run on iPad device). The project is not big, but not small also (it uses 6 swc libraries and lot's of not ...
0
votes
1answer
12 views

Why can't my ExtendScript access the `name` property for some fonts returned to me by `app.activeDocument.fonts`?

I'm making an ExtendScript script which goes through all the fonts used in an InDesign document and alerts their name. Here is the code var usedFonts = app.activeDocument.fonts; var nbUsedFonts = ...
0
votes
2answers
30 views

FLEX: HTMLText paragraph tag adding extra line break

Alright, So I have an issue that is a bit weird. I am using a RichTextEditor and have allowed the user to re-size it. All the controls have been stripped away to a main toolbar such that the ...
0
votes
1answer
38 views

1136: Incorrect number of arguments. Expected 1 line 27 but there is not error on line 27?

I see a lots a answer about this problem but my is a little different. I'm using flash 4.5 PHP and the adobe CS Extension builder SDK. I just started to get the this error : '1136: Incorrect number ...

1 2 3 4 5 131
15 30 50 per page