The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
18 views

AS3 error #1009 on trying to move to next frame

In my program I have a small arrow spinning around, this is the code im using import flash.events.Event; var spinSpeed:Number = 2; function onEnterFrame(event:Event):void{ myMovieClip.rotation += ...
0
votes
1answer
18 views

Wrap text to a specific width within a page

This centres the text within the page width okay, however I need to wrap the text at something like a 480px width so I don't have a long line of text Params = "x=0; y=320; ...
0
votes
1answer
47 views

1120: Access of undefined property clickBt

I'm trying to make a game, using Flash CS3, I'm new in CS3 yet.. Someone please help me. In my codes, I encountered this error: Line 17 1120: Access of undefined property clickBt. package ...
0
votes
0answers
28 views

Adobe Flash CS 3 ActionScript 2

how to make animated objects weighing scales? such scales have two ends, when the tip of the filled weight of 5kg and ends 2 charged weight of 2 kg then the end of the first climb to the top. put the ...
0
votes
0answers
108 views

How to embed soundcloud player in flash based site, flash CS3, actionscript 2.0?

I'm looking for actionscript 2.0 code which will embed soundcloud player in my flash based website. I managed to embed youtube video and this works well. Here's the code I used: ...
0
votes
1answer
512 views

flash cs3 Unexpected file format when trying to open a .fla file

I am using flash cs3 pro and I get the error "Unexpected file format" when trying to open the file, i failed opening the same in CS4 and CS5 as well Is there something I could do to open this .fla ...
2
votes
0answers
82 views

Photoshop: get slices via SDK and copy content

I want to copy the content of the current seleced slice in my photoshop cs3 document to a new document using an own written script/plugin. Currently, I do this manually: I select the slice, press ...
0
votes
1answer
201 views

How can I get auto suggestion for jQuery in Dreamweaver?

I am using Dreamweaver CS3. I would like auto suggestion and auto complete features for JavaScript and jQuery like for HTML and CSS.
0
votes
0answers
43 views

Article animation in html 5

I want to know if I can have an animation for my webpage where different news article (with images) cylce through on my homepage (just like news websites). I am using html5 and an external stylesheet. ...
1
vote
2answers
271 views

Integrating @font-face files into rails asset pipeline

I'm trying to integrate a designer's html and css files into a rails app. He's got about four @font-face files that are currently linked to in the application.css file. I've stored the fonts in an ...
0
votes
0answers
104 views

illustrator cs3- can't open newer ai file with multiple pages

I am trying to open an illustrator file in ai cs3. The file was created in a newer version of illustrator and is comprised of 2 pages. when i open the file in cs3, i only get page #1. how can i ...
2
votes
1answer
53 views

how to migrate from Cs3 to Flex

Although I am using Flash CS3 for development, my project is virtually pure AS3; My .FLA file is nothing more than a movie of 640x480 , no classes, no controls or libraries and my Action window ...
0
votes
1answer
121 views

How can I create simple installer, that install single image file?

I am working with old "cs3 flash" project, and to save image in file system, i need to create .exe installer that install one image.
0
votes
0answers
314 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
1answer
157 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
508 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
143 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
1k 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
1answer
260 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 ...
1
vote
1answer
464 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 ...
0
votes
2answers
475 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
69 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 ...
1
vote
2answers
1k 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 ...
0
votes
2answers
216 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
421 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
1k 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
362 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
809 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
3answers
923 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
752 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
278 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
403 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
404 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
180 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 ...
1
vote
1answer
3k 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: ...
0
votes
1answer
496 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
750 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
500 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 ...
1
vote
2answers
2k 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.
2
votes
2answers
185 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 ...
0
votes
1answer
1k 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> ...
0
votes
1answer
79 views

Actionscript 2.0 element.text always outputs “00”

I'm fighting against a strange behaviour with my actionscript! After setting the four integer variables from the MovieTimer sprite (hour, minute, second, mili-sec) and concate them i got always double ...
4
votes
3answers
4k 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 ...
0
votes
1answer
83 views

Save and Debug at same time Flash CS3

Is there a way where I can save and debug a file in flash cs3 with combo keystrokes?? I'm running cs3 on a windows computer and I usually do ctrl+s to save and then do ctrl+shift+enter to debug... and ...
1
vote
2answers
2k 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 ...
0
votes
1answer
3k views

How to dynamically set print page margins in Flash CS3

//I can get the right margins by defining a rectangle and giving it the following dimensions: var rect1:Rectangle = new Rectangle(0, 0, 792,612); //When the print button is pressed the following ...
0
votes
0answers
75 views

Flex and CS4 and CS3 projects

I'm working on a project that was created using flex and CS3. I only have access to CS4 and the class paths normally located at: C:/Documents and Settings/wturrin/Local Settings/Application ...
1
vote
3answers
248 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 ...
0
votes
1answer
533 views

Flash AS3 Tweelite and XML Issue

I have a two frame Flash CS3 animation. On the first frame, I am (successfully) loading four images onto the frame, and rotating through them (successfully) using TweenLite. When the user clicks on a ...
0
votes
2answers
684 views

Upload image to Flickr using Actionscript 2.0

I have a requirement of uploading an image to flickr through an application in Flash AS 2.0. I am not clear with the authentication process. Could anyone help me out with this? Thanks in advance.

1 2