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

how to embed pdf file in flash based application (IOS and android)

I’m creating application for android and IOS using FLASH CS5.5 I want to open pdf file when I click on the button. I try to use this code but is not working package { import flash.html.HTMLLoader; import…
Nav
  • 25
  • 1
  • 8
0
votes
2 answers

Buttons on bottom layer don't work

I have 4 buttons on stage, 2 on top layer and 2 on the bottom layer. the top layer buttons overlaps the bottom buttons. The top buttons hide themselves when They are clicked (which works good) as I can see bottom buttons appear. The problem is…
user1922841
0
votes
2 answers

How to use GETURL in the class (AS3)

I use this code but after publish when I open my file automatically 2 internet browser (www.example.com) are open package { import flash.display.SimpleButton; import flash.display.Sprite; import flash.net.navigateToURL; import…
Nav
  • 25
  • 1
  • 8
0
votes
1 answer

How to use geturl using class in AS3

i try this code (my class name is bAEForm) package { import flash.display.SimpleButton; import flash.display.Sprite; import flash.net.navigateToURL; import flash.net.URLRequest; import flash.net.URLRequestMethod; …
Nav
  • 25
  • 1
  • 8
0
votes
2 answers

How to use gotoandplay scene link using class property (external code.as)

I am using gotoandplay scene by scene link using this code. If I use this in the same time line (internal), it’s working properly but when I use this code in as a class, I get this error: Call to a possibly undefined method MovieClip. I use this…
Nav
  • 25
  • 1
  • 8
0
votes
2 answers

Flash / Flash Builder Graphic Objects

I'm trying to find which is the best way to use flash graphics in as3. Currently I create the graphics in flash and export it in a swc library. Then I use it in Flash/flex builder in as3 projects. I would like to mimic the behavior from flash. In…
adiian
  • 1,382
  • 2
  • 15
  • 32
0
votes
1 answer

Displaying user input in table form

I am using flash cs5 with Action script3. The user enters the number of rows and columns into two textinput components and clicks submit button. Then a empty table like structure should be displayed with the user specified number of rows and…
nlakumar
  • 67
  • 1
  • 2
  • 6
0
votes
1 answer

Flash : Creating object at point

can someone please tell me how to create a new object on point ? I wish to do something like this : `addEventListener(Event.ENTER_FRAME, loop); private function loop(e:Event):void addChild {(myObject)} on(mouseX,mouseY); }` I…
0
votes
1 answer

AIR AS3 Android Front Facing Camera

I am attempting to utilise the front facing camera on an Android device using the code below. Permissions are set up correctly but it wont seem to work. When I remove CameraPosition.Front from getCamera it accesses the devices standard camera fine.…
0
votes
1 answer

I need to remove a loaded swf file loaded by a different swf file

I have an swf file (swf2) that loads into my main swf file (swf1). On the click of a button (which is housed in the loaded swf file swf2) I need to stop swf2 from running and load on new swf (swf3). I am using removeChild(loader); But the problem…
Jane Wood
  • 11
  • 3
0
votes
2 answers

Flash CS6 embeded font not visible

If anyone having same problem. I have saved my flash CS5 file to new version CS6 and now the embeded fonts are not showing even in IDE I am selecting the non embed version of that font. Even then they are appearing as invisible selectable area, I…
justnajm
  • 4,422
  • 6
  • 36
  • 56
0
votes
1 answer

Flash classic textfield with embedded font stop working when I use antialias

I'm using Flash CS5.5, working with some graphics and using some classic textfields. But, one day I opened the fla and all the embedded textfields were blank. I changed it to other fonts and worked perfectly, but not the font I was using (Myriad…
Antipirina
  • 15
  • 4
0
votes
1 answer

motion tween movie clip

I am making a motion tween with the timeline and it works with a movieclip. My Issue is that can I use as3 as well? I have 24 frames for the simple motion tween and when I click on "actions" in flash6 to as3 editing area I cant? I wan to be able to…
jagguy
  • 183
  • 1
  • 3
  • 16
0
votes
2 answers

AS3 can't find the correct way to gotoAndStop a movieclip instance in as3

I have a movieclip "achtergrond" from my library which I put on stage with a function like this: function set_game () { oefNr = 4; var bg:achtergrond = new achtergrond(); bg.x = 0; bg.y = 0; …
silvith
  • 290
  • 2
  • 14
0
votes
1 answer

Embed images from swf file in flex

How to create vector images swf file in flash, and how can i use the swf file to get images in flex. Could you please some one help me on this. Thanks in Advance.
1 2 3
99
100