Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
6k views

Avoiding cursor change over dynamic text fields in Flash CS3

I have a dynamic text field inside a MovieClip symbol. Whenever the mouse pointer is hovered over the symbol, the cursor changes to the I-shaped text editing cursor. This may be a very stupid ...
5
votes
2answers
4k views

Is it possible to publish a FLA from the command line?

In our project we have a large number (hundreds) of FLA files created by the artists in CS3, from which we compile SWFs to use in our Flex/AS3 application. As part of a streamlined build/deploy ...
4
votes
4answers
6k views

Resize window with actionscript 3.0

Is there any way to resize an entire Flash project using Actionscript or some other method? I have created a 1024x768 Flash CS3 application, but upon closer inspection of the specifications, I now ...
4
votes
6answers
10k views

remove the right click menu in flash 9

Is it possible, using actionscript 3 to disable the right click menu? Any help greatly appreciated!
3
votes
3answers
3k views

AS3: return array from event listener?

I have an event listener applied to an xml load and it currently traces out the values it grabs which is fine, but what I want it to do is return an array for me to use. I have the Array creation and ...
3
votes
3answers
1k views

Flash exporting/publishing time

What are the main reasons for having ridiculously long export times for a simple flash movie to swf? I have no unnecessary images or symbols, everything possible is set to lower than low and it still ...
3
votes
7answers
17k views

Actionscript 3 - Completely removing a child

I have an array of objects that when another object hits one of them, the object will be removed. I have removed it from the stage using removeChild() and removed from the array using splice(), but ...
2
votes
2answers
135 views

A question about the performance of htmlText in TextField

I have got a performance problem about TextField.htmlText +=msg.And I know thatTextField.appendText(msg) works better than TextField.text +=msg.So I wonder if there's some method better than ...
2
votes
3answers
2k views

What is the most effective way to style a Flex application?

This may be more of an opinion poll than a question, but here goes. I have a fairly complex Flex application that uses many different components. I want the application to be able to custom styling ...
2
votes
4answers
3k views

Flash AS3 - Button on stage will not hide if I change the label - bug or missing something?

OK - weird problem which happens each time - and so I'm thinking I must just be missing something very obvious. If in Flash CS3 I drag a Button component to the stage, and in the Document Class I ...
2
votes
3answers
5k views

Accessing parent properties/methods in Actionscript 3.0

I'm trying to control the main timeline of my flash application from a MovieClip that is a child of the main stage. Apparently, in ActionScript 2, you could do that using _root, but using root (since ...
1
vote
1answer
146 views

Generate PDF with only Tj Operator

I want to generate PDF files or convert the existing PDF files that uses Tj operator to denote the string with Tl to denote text lead and it should not contain the TJ operator and TD operator. What i ...
1
vote
2answers
285 views

Play movie clip instance inside of button instance

I placed a movie clip instance inside a button, and I want this movie clip to play when the button is released. I'm using this code on the frame containing the button: function ...
1
vote
1answer
1k views

Flash CS3 ActionScript3 importing and using SWC

I am trying to create a SWC library for use in my Flash AIR project. I have created a seperate FLA called SceneLibrary and followed the steps defined here: ...
1
vote
2answers
709 views

How to set focus and insert caret in an empty text field in AS3

stage.focus = textField; textField.setSelection(0,0); is not working for me.
1
vote
2answers
1k views

Why can't Flash CS3 find the MovieClip base class even after classpath is set (AS3)?

Tearing my hair out. I created an as3 class - blah.Foo, which extends MovieClip. it is not in a package, cos Flash CS3 complained about nested packages, so it's a 'bare' class. And yes it's nested in ...
1
vote
3answers
215 views

symbols placed on the timeline become undefined if stepping backwards

I am using the frames in the timeline of a .swf as pages in a flash app. The user can advance to the next page by clicking a button that takes her to the next frame. Similarly, it is possible to ...
1
vote
2answers
135 views

Line tool in Flash CS3 appears jagged

Can anyone help me? I us Flash CS3 a lot to draw, and usually, as it should be, the line tool draws a clean vector line. But sometimes when I use this tool the line appears jagged, as if it were a ...
1
vote
2answers
939 views

Flash Input Masks (AS3)

Does anybody know how to implement input masks for flash textfields? (AS3) Thanks in Advance, H3li0
1
vote
2answers
108 views

stop object referencing in as 3

I have an object and a temp object now if i do tempObj = obj and change stuff in tempObj they changes have an effect on obj is there a way i can stop it from doing this? Regards Mark
1
vote
2answers
279 views

URLLoader annoying problem

i am trying to load a variable through php from a sql database but i get nothing here is the code var Idfield; var loader:URLLoader = new URLLoader(); // data will come as URL encoded variables ...
1
vote
1answer
2k views

Flash / TileList component

I have a problem and I hope that someone can help me I hava Flash project with TileList in it I need to change background of some items (not all) in this TileList to red and some to blue Do you know ...
1
vote
3answers
2k views

Scale image in flash to match size defined in html

I have a flash movie that loads images dynamically from an xml file. I want to re-use this .swf file on different pages, however the images on page1 are all 400 x 200 and the images on page2 are all ...
1
vote
4answers
3k views

Positioning flash content using CSS

I have a generated HTML page with flash content in it. I am trying to reposition the flash content and make it "absolute". I have tried to wrap the object tags with a div tag, but to no avail. Can ...
0
votes
0answers
18 views

Dreamweaver CS3 Rollover not working in ANY browser except Safari

I am working on a site that has Rollover Images for links. My problem is that the rollovers don't work in any browser except Safari, in which it works fine. It doesn't work in Opera, Chrome, IE, ...
0
votes
0answers
29 views

flash cs3 actionscript button open url

So i want to make a click on a button open a URL. My problem is that i keep getting error messages in the compiler: line 2: '{' expected line 4: Unexpected '}' encountered. What is wrong with ...
0
votes
1answer
23 views

How do you reset the text box in Adobe Illustrator?

I am using Illustrator CS2 and CS3 and remember watching somebody in a video reset the size of the text box to fit the text with a keyboard shortcut. Any idea how to do this? Ex. If you create a text ...
0
votes
1answer
40 views

How to make an image appear when hovering over text in Flash cs3?

How would the .fla that has text and when mouse is over that text an image appears look like? I was thinking to make the text a button and then add some script....
0
votes
0answers
41 views

Embeded Videos in flash CS3 stuttering?

I have made a game in flash cs3 which uses embedded videos as background. Currently it contains 2 videos for 2 levels. The videos are encoded in flash while embedding using "onvp6 and data rate of ...
0
votes
2answers
80 views

Adobe Flash CS3 sound in movieclip

There's an animation (MovieClip) in my scene. There's a sound accompanying animation. I inserted it into the first frame of the animation. I want this animation to be inactive initially. I plan to ...
0
votes
0answers
11 views

Adobe flash cs3 flckering of image

Adobe flash cs3 flckering of image i tired to import image in flash and i scaled it image had flickering and even vector image had fickering why?
0
votes
1answer
118 views

Is it possible to use SWC files with Flash CS3 Professional?

I hate CS5, so I'm trying to stick with CS3. However, I'm doing a Facebook app, and I need to use the GraphAPI, which is a swc file. So far, I cannot figure out how to use the swc file with Flash ...
0
votes
2answers
193 views

Making Movie Clips in CS3 for use within FlashDevelop

I'm making a game in actionscript using the FlashDevelop tool and the FlashPunk game engine. I have a designer making movie clips for me to put into this game using Flash CS3. My problem is that when ...
0
votes
1answer
34 views

Query String discrepancy in Adobe Contribute/Dreamweaver

/**Update ***/ This seems to be a query string problem, as I didn't realize that a PHP error was being thrown in Contribute 3. So my question now is, why does this line work in Contribute 4, but not ...
0
votes
2answers
89 views

i need to implement some mouse/flash animation object interactivity, can anyone please help?

Sorry if this is a bit longwinded. I need to model a couple of 3d objects in a separate 3d application, then animate them, import these animations into flash cs3 and then trigger these animations with ...
0
votes
1answer
199 views

Flash AS2: accessing header movieclip in accordion

I want to create a list with flash cs3 using the accordion component (the user clicks on a row, and the row expands). The icon of the header is a movieclip "My_icon": var oAccordion_1:Object = ...
0
votes
1answer
375 views

Muting all sound for a streaming video in Actionscript-2

So I'm trying to mute a streamed video. For now I'm working with one in the same directory. var flvURL = 'flvInThisDirectory.flv'; var netConn:NetConnection = new NetConnection(); ...
0
votes
1answer
95 views

I am having an error trying to configure a slideshow in flash actionscript 2.0

thanks to anyone who is able to give a helping hand with this situation... So, I've made a slideshow in flash, it was able to be previewed before i chose to debug movie. that was when an error ...
0
votes
1answer
491 views

Loading/Unloading external SWF using buttons from loaded external files

I spent almost a week trying to figure out how to unload a currently loaded swf using its button and loading a new swf... I have three files, a main.fla, file1.fla and file2.fla. In my main.fla, I ...
0
votes
0answers
101 views

Flash CS3 AS1.0/2.0 drop shadow filter won't print

I have seen a similar problem on this site answered by sberry2A, but I cannot program ActionScript 3.0 and cannot convert the movie (buttons and clip events galore!). Flash CS5 AS3 drop shadow ...
0
votes
2answers
443 views

vb.net in InDesign Scripting - Grouping TextFrames

I want to group textframes in my InDesign CS3 vb.net script. It worked for InDesign 2.0 but it does not work with InDesign CS3. Here is my code: Dim myDoc As InDesign.Document = Nothing Dim myGroup ...
0
votes
1answer
516 views

Merge FLA files or Loading a swf file on another swf

I have two FLA files, call them MAP.fla and ANI.fla, that I have to merge. One way I tried was to load the ANI.swf in MAP.swf during runtime using the normal way of doing it, using Loader and ...
0
votes
1answer
145 views

AS3: resizing as a result of an eventListener

I have coded a map that when a province object is clicked on, it should move to the center of the screen and grow a percentage of the width, along with displaying a number of different things. The ...
0
votes
2answers
262 views

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 ...
0
votes
1answer
273 views

Drag/Drop movieclip event in JSFL? (Flash IDE)

Lately im trying to do some experimental things with JSFL, and i was wondering if it is possible to listener for an event when a component (that i have made) or movieclip is dragged from library on ...
0
votes
1answer
97 views

Shapes-tool creating a vector mask every time, cannot seem to fix in CS3? [closed]

Every time I create a shape using the shape tool, it places a vector mask on top of this. I don't know how I enabled this but it does not do it on my laptop version, only my desktop. I can seem to ...
0
votes
1answer
344 views

How to override a method for a MovieClip Symbol in Flash CS3

I'm using flash to draw objects, then I export them and use them from flex, and I'm a beginner in flash. I'm trying to do the override a method from the MovieClip I created. The method I'm trying to ...
0
votes
1answer
578 views

Flash AS3: Loading bar not finished when movie starts playing

I'm using the same code I always use for preloading another swf but it's not working this time. The problem this time is that when the loading bar gets to 16% every time you can hear the movie I'm ...
0
votes
1answer
270 views

How to combine several movieclips into one scene?

I'm creating a website that allows kids to designs a tshirt. I will have four section, colour, graphic, text and print. I have created these sections on demos and they are all working. I now need ...
0
votes
1answer
869 views

Flash AS3 loading XML into listbox

I am able to load my XML file into flash and trace results. Want to populate listbox with information from xml file. Structure of xml file: <eBorders> <item> ...

1 2