Questions tagged [flash-cs3]

Flash CS3 is the version 3 of Adobe Flash Professional tool, part of Adobe's Creative Suite.

261 questions
0
votes
1 answer

Flash Actionscript 3.0 Videoplayer help

it's been a while since I last used Flash so thought it best to learn Actionscript 3. However, I've been working through a [Flash videoplayer tutorial][1] and I'm really struggling to cusomise the layout for my own needs. I moved the progress bar…
Matt
0
votes
2 answers

flash cs3 symbol rename issue "1120 access of undefined property"

I'm working off an old game project and have changed symbol name 'Treasure' to 'Food' and the images inside the symbol. Strangely the game runs fine without changing 'Treasure inside the actionscript file... Then in the documentClass actionscript…
0
votes
0 answers

How can I make a child follow a parent?

I will try my best at explaining my problem, maybe my approach is not even the way to do this, but here it is: I've been tasked with rebuilding a training aid that will allow railroad instructors to use a fake railroad and build scenarios based on…
Mike
  • 1,760
  • 5
  • 21
  • 40
0
votes
1 answer

Get Variable value from asp.net page in CS3.0

I have a flash application (CS3.0) that is published and i got the flash HTML and put it inside asp.net page. The asp.net page include a public variable which is set in the loading of the page i need to get this variaable value in the code of the…
Ahmy
  • 5,420
  • 8
  • 39
  • 50
0
votes
1 answer

Calling a variable in an asp.net page from Flash CS3

I have an aspx page and i have imported inside it a flash application(CS3.0) and i need to pass a variable value from the .cs file of the page to the action code can i do that ? I can call a web page from flash code but what i need not to call a…
Ahmy
  • 5,420
  • 8
  • 39
  • 50
0
votes
1 answer

Flash Collision

hello can you please help on the tut that im doing... this is the tut site http://as3gametuts.com/2012/06/20/platformer-12/comment-page-1/#comment-800 and well i do not know whats the problem with the code that the bullet isnt colliding with the…
0
votes
1 answer

Problem with tabbing through 4 text input boxes in action script 3

I hope someone has the patience to look at this..... I have a flash form and need to set a tabbing order for the four textinput boxes in the form. The four boxes are named: name_txt surname_txt email_txt phone_txt Each box is an instance of a…
user150037
  • 15
  • 3
0
votes
1 answer

Flash : Impossible to see the actionscript code after a search

I have a problem with a fla. I search for a portion of action script code and when i click on the line of the result, i see an empty code window ! Have you ever had a similar problem ? I use flash cs3 but i don't know the version used to develop…
eka808
0
votes
1 answer

AS3 Wrapper Accessing AS1 Variables

Okay, so I have a Flash CS3 (+ AS3) program which is loading another flash program (called "pacman_main.swf" in this example). I've determined this is a rather old SWF, as it is made in Flash 5 and AS1 (yippee!). I want the parent SWF (a.k.a. the…
Joel Verhagen
  • 5,110
  • 4
  • 38
  • 47
0
votes
4 answers

Action script 3.0, undefined property ......... through a reference with static type Class

learning action script 3.0 from "http://www.lynda.com/ActionScript-3-tutorials/projects-game-development/366-2.html" and on its "chapter 1> winning a game" where score and damage to us is defined, i am getting errors of my movie clip. Using three…
0
votes
1 answer

dynamic xml reading in flash

i want to read an xml file in flash that is returned from a php script. i have it all sorted apart from one thing the attributes that are returned in each row vary (anything from 1 to 100). below is the code to explain what i mean for(var ii:int =…
markblue777
  • 829
  • 3
  • 13
  • 28
0
votes
1 answer

Converting Mpeg file to flv and simultaneously playing the converted file in flash cs3 using as3

I have an mpg file which I want to convert to flv format, but I have a requirement that while converting the mpg file, I also have to simultaneously play the converted flv file in the flash cs3. How to do it? I am using cs3 and as3.
Vipin Nair
  • 517
  • 4
  • 9
  • 33
0
votes
2 answers

Publising a local mpg file to red5 server using as3

I have a mpg file in my system and i want to publish it into the Red5 server so that i can broadcast it over my network.After some research work i was not able to find a solution for it ,did anyone of you guys have tried this .I mean publishing file…
Vipin Nair
  • 517
  • 4
  • 9
  • 33
0
votes
1 answer

Unable to save video on Red 5 server using Flash cs3 and AS3

I am trying to capture my web cam and then try to save it to the red5 server ,and then i want to retrieve it back(thats the next part).I am able to play the web cam on my web page using the Flash but i am not able to record the video to the red5…
Vipin Nair
  • 517
  • 4
  • 9
  • 33
0
votes
1 answer

Web cam showing low resolution video when using flash cs3

In my web app i am using flash to get the live streaming of my web cam ,and then to display that to my web page using the swf file generated after publishing the Flash file.But the problem i am facing is that the video is not shown in good…
Vipin Nair
  • 517
  • 4
  • 9
  • 33
1 2 3
17
18