Questions tagged [cs3]

78 questions
0
votes
1 answer

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 loading playing in the background. I can just add a…
flashey
  • 11
  • 2
0
votes
1 answer

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 to properly create them all on one movie clip. I'm…
NKelly
  • 1
  • 1
0
votes
1 answer

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: borderTh/blank_th.jpg border/blank.jpg
Anne
  • 5
  • 3
0
votes
1 answer

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 zero: 00 stop (); delete…
Mbarry
  • 241
  • 1
  • 2
  • 14
0
votes
1 answer

Flash AS3 advance to next frame with hitTestObject

Hi guys needing some help here. Basically i want to advance to frame 4 after (guy1) hits the hitTestObject (home1_mc). This is the error i get: ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. at…
0
votes
4 answers

Flash CS3 movie fails in browser

My AS3-heavy project tests fine in the IDE, but some parts don't work in the browser when published. Any ideas what could be causing this?
MikeDo
0
votes
1 answer

Adobe cs3 Library vs Imports

I'm using Adobe Flash CS3, working on a project with dozens of symbols, and the editor is running very slowly. Would it be more efficient to export the symbols and import them through code, or is there another way to speed things up?
user2956947
  • 239
  • 1
  • 2
  • 12
0
votes
1 answer

How to change the Adobe Flash Player version in Adobe Flash CS3

I want to create a flash application that records audio through the user's microphone and then make an upload to the server, in order to do that I've found this code: import flash.media.Microphone; import flash.events; const DELAY_LENGTH:int =…
Neo
  • 395
  • 2
  • 6
  • 23
0
votes
1 answer

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 I was just wondering if I can combine these 2…
JLopez
  • 1,679
  • 1
  • 12
  • 7
0
votes
1 answer

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 code executes using the dimensions defined by…
Annette B
0
votes
1 answer

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 += spinSpeed; } addEventListener(Event.ENTER_FRAME,…
0
votes
1 answer

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 { import flash.events.MouseEvent; public class…
0
votes
1 answer

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 button, a variable (resumeVideoOn) is set to…
jmarx34
  • 228
  • 2
  • 7
  • 25
0
votes
2 answers

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.
Padmini Srinivasan
0
votes
1 answer

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.