Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
89 views

Code Hinting custom functions/objects/constants, and on chaining, commentary in Adobe Dreamweaver CS5

In Dreamweaver CS5 there's something called Code Hinting (let's call it CH for short). CH has a bunch of information about functions, constants and objects built in the core library. When you press ...
4
votes
1answer
9k views

How can I compile an iPhone App with Flash CS5 without a Developer License

I understand Flash CS5 isn't the best way to make an app, but I'd really like to test out the apps I've made with it on my iPhone. Has anyone come up with a way to modify Flash CS5 so it doesn't ...
3
votes
3answers
4k views

Flash CS5 screwed up all my textfields - how can I correct this?

I have an Actionscript project that I was building using Flash CS4. I embedded a font using the follow: [Embed(source="/bin/assets/fonts/MyriadPro-Regular.otf", fontWeight="normal", ...
2
votes
3answers
93 views

3D transforms on loaded SWFs aren't working

Here's the scenario: Our creative team produces SWF animations in the Flash CS5 authoring tool that we (the engineers) load at runtime into a project built using the Flex SDK. Animations that don't ...
2
votes
2answers
68 views

Measuring memory usage when developing mobile web applications

I'm writing a mobile web application using JQuery Mobile, JQuery, Javascript. This is my first run at writing a mobile web application so I'm trying things out. I want the program I'm writing to ...
2
votes
2answers
200 views

Flash CS5 reference a display object from a class other than the document class

Using Flash CS5 Professional I have created a symbol, dragged it onto the stage, and given it an instance name of GreenLight1. If I want to make this visible from the document class, I can simply do ...
2
votes
1answer
416 views

Flash packager for IOS and touch events

I am trying Flash CS5 for ios development, but TouchEvents don't works on my ipod. My ipod is jailbroken. The code I try is here: package { import flash.display.MovieClip; import ...
2
votes
2answers
389 views

Using a Variable in an AS3, Regexp

Using Actionscript 3.0 (Within Flash CS5) A standard regex to match any digit is: var myRegexPattern:Regex = /\d/g; What would the regex look like to incorporate a string variable to match? (this ...
2
votes
2answers
107 views

Changing Y-scale of a movieclip

I'm trying to change the y-scale or x-scale of a movieclip. I've tried a few tutorials but they're always talking about "elem._yscale".. However it's no longer supported by AS5. Can somebody please ...
2
votes
2answers
1k views

Flash CS5, dynamic text field strips out certain letters

Using CS5, and certain letters simply won't show up in my dynamic text field. Not even a blank shows up, they just get stripped out. 'g' and 'v' are two of the letters, so the string 'v testing' ...
2
votes
2answers
78 views

MiniGame works fine in FlashCS5 but fails Online

I was wondering what is everyone's experience are on why a network request would work in FlashCS5 and in a browser locally but when i post it online it fails.The survivorId is sent from the string ...
2
votes
1answer
214 views

Making my Flash files into Android Apps?

I want to develop apps within Flash CS5, though I have no idea how to compile the Flash file for Android. Can anyone provide me with an overview of what I need to do? Thanks!
1
vote
1answer
26 views

MouseX Value Changes When Cursor Is Still

Here is my code: public function update() { //making the character follow the mouse if(mouseX > (x + 25)) { //if the mouse is to the right of mcMain x += ...
1
vote
1answer
84 views

External configuration file for Indesign Plugin

I'm developing a JavaScript plugin for Indesign CS5 and I would like to be capable of configuring it from an external file (an XML one for example). Is-it possible? I haven't found anything on Adobe ...
1
vote
2answers
349 views

Creating a Game of Falling Random Objects using ActionScript 3.0

I am attempting to create a game that will simulate groceries coming down a conveyor belt. The player acts as a bagger and must click and drag the groceries into designated bags (one for cold food and ...
1
vote
1answer
185 views

Test Flash on Android device via USB

I am currently learning Actionscript 3.0, mainly to start developing mobile games for Android. Device central is really useful to emulate the Flash content running on devices, but I thought there was ...
1
vote
2answers
233 views

Flash CS5 startDrag only able to drag an object from a specific point

I have a pause screen that is being added when you click the pause button inside my current game. Once this is called, the PausePanel class kicks in and adds a 'view' to itself to the stage (which is ...
1
vote
1answer
112 views

Flash CS5 Displaying Different “screens” on the stage as movieclips

Taking this thread to the next level and now making a Main.as class to display different "screens" of my game. For right now I only have 1 screen called ControlPanel, but this will eventually have ...
1
vote
3answers
196 views

Flash CS5 reference a display object in the constructor of a non-document class

After learning of this excellent method of accessing an object placed on the stage in Flash CS5 in a class other than the document class (found in this thread), I have run into a stumbling point. I am ...
1
vote
1answer
175 views

TLF text is preventing onMouseOver event

Basically I have some TLF text as a symbol, it's read only, the font is embedded and I set mouseEnabled to false. It's sitting as a graphic, on top of a button. When I mouse over the text, or the area ...
1
vote
1answer
140 views

Posterframe on fullscreen Flash video

I have a flash video using the FLVPlayback 2.5 container with a customized skin, but nothing crazy I just copied and and changed some colors of an existing skin. I'm using FlashVars to pass in the ...
1
vote
2answers
1k views

Using embedded fonts with TLFTextField

I don't know about you but I'm having a really hard time getting my head around TLF. I'm using Flash CS5. I've got an embedded font loaded from an external SWF. As far as I can tell, it's embedded ...
1
vote
1answer
165 views

ActionScript multiple object instantiation hitTestPoint

The problem I am having is basically, I am instantiating the 'Target' object five times on the stage. This is happening, but only one object is able to have hitTestPoint performed on it. Can anyone ...
1
vote
6answers
2k views

flash event listener for movieclip end?

Could anyone advise the best way to trigger a functiont when a movieclip animation finishes? I figure an eventlistener could handle this, but not sure the best way to go about it. Thanks Paul
1
vote
1answer
3k views

How to make a scrollable UI In Touch Flash CS5 for Mobile Devices (Primarily iOS)

I wanted to know how I would make a whole symbol (an image) scrollable? I have found out how to do the multi-touch pinch to zoom but I can't find any code samples that will let me make the image ...
1
vote
1answer
100 views

Actionscript 3.0 Program Flow

I tried trial and error by tracing strings so I could understand the program flow of actionscript(or any similar language in general) but to no avail; I couldn't understand it at this point or maybe ...
1
vote
1answer
442 views

issue with cs5.5: Can't install ipa on ios version prior to 4.3.1

Just downloaded cs5.5 and published my game for ios. The generated ipa file can install on iphone with ios4.3.1, but when I tried to install it on devices with ios4.2.1 or ios3.1.2, I got message like ...
1
vote
1answer
1k views

Flash AS3 Access Global Variables From A MovieClip

I have a movie clip of an explosion which is done in code because I am randomizing the direction and amount of debris from the explosion, so it's a movie clip with one frame, and all animation is done ...
1
vote
1answer
475 views

How to organize the htdocs folder when a wordpress installation is present?

I've been told by many tutorials (including the official wordpress tutorials) that I need to place all the files (in the wordpress folder) into the htdocs folder (without a sub-directory). I'm using ...
1
vote
1answer
283 views

Generating individual SWF's with classes from a fla with a large library

I have a series of large fla files that were being published into swc's and then used directly in an flash project. Probably a total of 1000+ objects. As the number grows the final compiled swf is ...
1
vote
2answers
258 views

Flash cs5 form TLF is not receiving hebrew in some computers and do in others

i have a TLF in a form in one of my sites. from a reason i can not trace, in some cases users report that they can not write in hebrew while they can in english. i know that others can as 1. i get ...
1
vote
1answer
385 views

Huge AS 3.0 Export Frame

I am creating a very simple flash animation with no code or complex effects, just text and simple tweens (Flash CS5) But I have problems reducing the size of my swf. From the generated size report, ...
1
vote
0answers
335 views

resize combobox component scroll bar flash cs5

Is there a way i can re-size the scroll bar inside the combo box component? within flash CS5
1
vote
3answers
111 views

Creating and clearing rectangles in Flash CS5

I have an XML document that I am reading in and drawing a bunch of rectangles from the data that I get. This bit of code is inserted in one frame. Buttons are used to navigate through the frames. A ...
1
vote
1answer
915 views

Get current page number in InDesign CS5 from Javascript

What is the DOM expression to get current page where the cursor is: app.activeDocument.currentPage ?
1
vote
1answer
868 views

Make Flash CS5 publish for Flash Player 10.1

I'm compiling a swf using Flex 4.1 SDK that loads another swf that is created by a designer using Flash CS5. The 4.1 swf throws an error, "VerifyError: Error #1053: Illegal override of ...
1
vote
5answers
671 views

Has Dreamweaver CS5 been deleting local files instead of remote files?

As scary as it sounds. I select a remote file, I hit delete. Instead of deleting the selected remote file, Dreamweaver chooses to delete the currently selected LOCAL file(s) - even if they're ...
1
vote
0answers
393 views

Flash CS5 MAC input textfield problem

I'm developing external Flash Panel with Flex Builder 3 which can be opened through Window > Other Panels. While using that panel it opens more .swf windows as popup dialogs. Some of those windows ...
0
votes
0answers
30 views

Flash CS5 - AIR Desktop App - content scaling issue

My App window starts with a size of 800 x 600 ( also the min Size ). As i scale the window, i want my top menu bar ( 800 x 30 ) and my left menu bar ( 200 x 570 ) so strech out to fit in the window ( ...
0
votes
0answers
28 views

JSFL: how to access Motion Tween keyframes in Adobe Flash CS5?

our animator created a very complex movieclip in Adobe Flash CS5, containing 50+ layers, motion tweens and 3D tweens. Unfortunately, she placed all elements 680 pixels too far to the right and 400 ...
0
votes
1answer
29 views

Flash CS5 AS3 Mask with keyframe preventing bitmap loading

I have a Flash app that loads a PNG as a bitmap and adds it to a MovieClip instance called test_mc on the stage. test_mc contains a placeholder clip that we hide after adding the bitmap. e.g ...
0
votes
0answers
34 views

How to play a gif once (stop on last frame)? [closed]

How can I stop an animated GIF on the last frame? I want to fade in an image so I creazed a few frames to fade in via transparency and would like to stoip the animation on the last frame when it ...
0
votes
1answer
26 views

Parent. is undefined

This is a function in a movieclip called Level function makeLvl():void {//this function will add bells to the stage bellTime ++;//increment the time if(bellTime >= bellLimit) ...
0
votes
1answer
24 views

Flash 5 “No Valid HTML Templates”

So I just built a site using Flash 5 when I try to publish my site it tells me that there are "No Valid HTML Templates Available to Complete This Action." HOW TO SOLVE IT?
0
votes
1answer
25 views

Dreamweaver Keeps Getting Dependent Files

I installed Dreamweaver and when I was downloading the dependent files from my website, it asked me if I always wanted to do this. I said yes, and now, a couple weeks later, I don't want that anymore ...
0
votes
1answer
65 views

AS3 Editing Dynamic Text

Hello again wonderful stackoverflow community! Just a, hopefully, quick qustion. I have dynamic text within an object within an object and wish to change it, however the following does not work. ...
0
votes
1answer
33 views

apply external css to xml loaded into flash actionscript

I need to render styled xml into a flash game. Here is what I tried, but the css style is not working: this is my stylesheet woorden.css: .f {color:red;} this is my xml woorden.xml: <?xml ...
0
votes
0answers
16 views

Illustrator CS5 save a portion of a page for web [closed]

Since upgrading to CS5 I've been missing a feature terribly. I generally design web pages in CS5 before cutting out graphics. In CS3 I could create an artboard, then save for web. This would only save ...
0
votes
0answers
20 views

Dreamweaver CS5 - See what error is in PHP?

I noticed in Dreamweaver CS5, that when I edit a PHP file and an error is produced, while it highlights the line, I cannot find a way to get the actual error itself like you get in Eclipse.
0
votes
0answers
15 views

SWF not automatically playing FLV on enter frame

I have a Flash CS3 file that has a simple navigation using gotoAndStop(frame) to navigate to frames with various videos in them. The videos play automatically upon entering the frame. When I opened ...

1 2 3