Questions tagged [flash-cs5]

Flash CS5 is part of Adobe's Creative Suite released on 30 April 2010. Its main features over its predecessors are the iPhone packager, new text engine (TLF), and code snippets.

About Flash:
Flash is a multimedia platform used to add animation, video, and interactivity to web pages. Flash is frequently used for advertisements and games. More recently, it has been positioned as a tool for "Rich Internet Applications" ("RIAs").

1721 questions
2
votes
3 answers

Loading swf-fonts with Loader works perfectly in Flex SDK 3.5 - not in Flex SDK 4

For a large project I have the following setup: a content editor made with Flex SDK 3.5 a content viewer made with Flex SDK 4.1 Both need to work with dynamically loaded fonts as the user can use the fonts he wants. So we used this…
Frank
  • 5,741
  • 4
  • 28
  • 49
2
votes
1 answer

Is application developed by Adobe Flash Professional CS5 (not CS5.5) visible in App Store on iPhone 4?

I just finished with developing my application by Adobe Flash Professional CS5 and I wonder if this will be visible to iPhones 4 because support for Retina displays was added since CS5.5. There is section in my…
Benny7500
  • 569
  • 6
  • 16
2
votes
2 answers

How to access/hide/show Layers from ActionScript [Flash CS5]

I have 2-3 layers in my movie clip and i wanto access them using ActionScript code. I want to show hide and access Elemts(buttons, text box) in that layer. So how can i do that using ActionScript-3 Thanks.
Puneet
  • 565
  • 4
  • 9
  • 21
2
votes
4 answers

Remove timer of object created in a loop

I want to remove an object that is created in a loop, with a timer. var timer:Timer = new Timer(2000); timer.addEventListener(TimerEvent.TIMER, voegtoe); In function voegtoe I'm adding an Movieclip Object called…
2
votes
2 answers

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 help me? Thanks
2
votes
2 answers

Using URLLoader.load inside a for loop

I'm creating a website using Adobe Flash Professional CS5. I'm trying to read the content of a text file with URLLoader.load(path) inside a for loop. The path changes every iteration. When I trace the data from the event handler method, it returns…
user721689
2
votes
3 answers

How to send SMS text message from Flash (AS3) iPhone app

I am developing an iPhone app with Adobe Flash and I can't figure out how to send a text message directly from within the app. You can open a new SMS window as explained here public function sms():void { const callURL:String="sms:1234567890"; …
Wocker
  • 23
  • 1
  • 3
2
votes
1 answer

AIR HTML Control Issue (it's not opening links that have attribute target = "_blank")

I've developed Adobe AIR application, which opens cpanel of websites in HTML control. I realized that HTML control open links which opens in same window, however it don't opens the links that opens in new window i.e links which has attribute…
2
votes
1 answer

How to have variables accessible across keyframes- AS3

I'm working on a portfolio suggestion application in Flash, which consists of two views: ask user for 3 to 4 points of information, and display recommendations based on that information. The first view is going swimmingly, as all I need are the…
Jason
  • 11,263
  • 21
  • 87
  • 181
2
votes
2 answers

Error 2006 The Supplied Index is Out of Bounds

Another day another problem unfortunately- the last line of this piece of code is the culprit: uiBar = new mcUiBar(); uiBar.x=-15; uiBar.y=-5; addChildAt(uiBar, numChildren-1); Now I researched and so I…
londonbird
  • 45
  • 1
  • 2
  • 7
2
votes
2 answers

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 query. Both tests were done calling a network…
Xenland
  • 510
  • 1
  • 6
  • 19
2
votes
1 answer

Flash CS5 Actionscript 3.0 Go to Next Frame and Play Code

I am coding a simple movie timeline in Flash CS5 actionscript 3.0. I have all my buttons working except for the Play button which I would like to code to say "go to next frame and play". Here is my current actionscript can anyone help me to find the…
Stephanie
  • 81
  • 1
  • 4
  • 11
2
votes
1 answer

AS3 class / base class constructor

A follow-up to my previous question. I have a button on my stage, which has a class called Game1 (I didn't define this class, just linked it like Juan answered to my other question). The button has 'GameButton' as base class, which at the moment…
Joris Ooms
  • 11,880
  • 17
  • 67
  • 124
2
votes
1 answer

Away3DLite on Android Objects doesn't appear on the screen

I have implemented an Augmented Reality application on Adobe Air for Android. When I publish my app on the android mobile phone (Nexus One) the 3D models that I have created don't appear on the screen. On flash CS5 it is working fine. I have used…
Apollon1954
  • 1,388
  • 4
  • 16
  • 33
2
votes
2 answers

automation errors in Flex Builder 3 when importing a swc from Flash CS 5

I am facing a really weird issue while trying to use an "swc" file imported from Flash CS5, that I am trying to use in Flex Builder 3 (by converting symbol to "Flex Component"). The errors are coming in files which are not even remotely related to…
Kapil Kaushik
  • 1,536
  • 4
  • 21
  • 28