Questions tagged [macromedia]

Macromedia was an American graphics and web development software company (1992–2005) headquartered in San Francisco, California that produced such products as Flash and Dreamweaver. Its rival, Adobe Systems, acquired Macromedia on December 3, 2005 and controls the line of Macromedia products

30 questions
0
votes
1 answer

want to spawn mutiple instances of a MovieClip in Action Script 2.0 Flash

I'm quite new to Action Script I want to create a small game and I need the syntax to create/spawn multiple instances of a movieclip: the movieclip is already created in my library the movieclip is named "Test" and do I have to pay attention on the…
Georodin
  • 191
  • 1
  • 2
  • 14
0
votes
1 answer

what to do about this Index Out of Range Error (LINGO)

Hello I am getting: Script Error: Index Out of Range for the following sprite(spriteNumber).member = member(pBoard[cardNumber],"Cards") This is for a Cast:Cards where I have 10 cast members. I have a matrix of 20 cards in a memory game…
londonbird
  • 45
  • 1
  • 2
  • 7
0
votes
1 answer

AS2- Input Text to lead to a different frame?

There's a button I have in which the player should be able to enter a code. If they put in the correct code, they're taken to the "correct" frame, but if they're wrong, they should be taken to the "wrong" frame. The problem I'm encountering is that…
0
votes
0 answers

How to read and write a text file in ActionScript 2.0 (Macromedia Flash 8)

I'm making some Animation project with Macromedia Flash 8, which uses ActionScript 2.0. I need some simple options like to save user to text file and read it. But, I couldn't find about writing to text file. Found some code that reads, but not…
0
votes
0 answers

How to install a Macromedia Flash Player "pdf reader" on a Wordpress website

I am trying to install a Macromedia Flash Player "pdf reader" on my wordpress website just like this person has done on his: http://www.drkamikaze.com/maths-library/mm_2013_pr_1_que_final.html Anyone know how if there is a plugin that will do this?…
Albert Ko
  • 3
  • 2
0
votes
0 answers

Actionscript 3.0: Why isn't this code working?

I'm not getting any errors, but i'm making a trivia game (Specifically a free answer section) In the stage, there is an input textbox, and a button. I'm trying to make it so that a user could type in an answer on it and submit it. The answer, in…
0
votes
1 answer

How do I use a custom icon for my Flash app?

when I publish my game, hoow do I make it so that that game alone hhas it's custom icon, instead of the default icon as always?
Danidre
  • 17
  • 1
  • 7
0
votes
2 answers

How can I Horizontal alignment links

I'm creating a website using HTML and CSS on macromedia and in one of my divs I want the JEWELLERY text to be horizontally in line with the links. At present I'm using the display:inline-block, but the links are appearing above "JEWELLERY". I just…
user3046451
  • 167
  • 2
  • 2
  • 11
0
votes
0 answers

reading and updating external data in FLASH AS2

I wrote code (in Macromedia Flash 8) that needs to write and read data in a data.txt file located in a remote server. First it must be written new state of variables using this updater.sendAndLoad("http://remtoteserver.com/updater.php", updater,…
JoeCoolman
  • 512
  • 3
  • 8
  • 27
0
votes
1 answer

How to assign class to movieclips in macromedia flash mx 6.0

I'm using the Flash MX IDE to add in objects and FlashDevelop for AS3 programming. How do I assign a class to an imported image I've turned into a movieclip? Opening the library and going into 'linkage' for the object, there is no form field for…
Anthony Miller
  • 15,101
  • 28
  • 69
  • 98
0
votes
2 answers

Does actionscript/compiled SWF from Macromedia Flash MX still work with the new Flash plugin?

Starting a project creating a flash game and can't afford to spend money on a license for the newer Flash CSx. I have an old license of Macromedia Studio MX that comes with Macromedia Flash MX v6.0 which has Actionscript 1.0. My question is, are all…
Anthony Miller
  • 15,101
  • 28
  • 69
  • 98
0
votes
0 answers

unable to get the position of the movie clip in flash

I have a movie clip in my flash i've duplicated it by right clicking on it and renamed the duplicated as enemy1. when im trying to print it's coordinate by using: trace(_root.enemy1._x); It is printed as undefined. How can i find the location of…
RAVITEJA SATYAVADA
  • 2,503
  • 23
  • 56
  • 88
0
votes
1 answer

ActionScript not working when playing in Internet Explorer

I created simple space shootin game in Macromedia Professional CS6 and when i played in my desktop it is playing fine. But now, I uploaded the .swf and .fla files to my mail and downloaded them in a system where Macromedia flash CS6 is not…
Pramod
  • 1,411
  • 11
  • 35
  • 66
0
votes
1 answer

How can I get an swf file to play automatically?

I have been given the task of converting a macromedia application to a web app. It seems the application begins with the shell.swf once the exe is started. I have experimented with embedding the project's different swf files, and one thing I've…
Bazinga
  • 994
  • 4
  • 14
  • 42
-1
votes
1 answer

How to include the built in functions (e.g Math) in Macromedia Flash MX

I have included the built-in function Math using #include "Math.as" while publishing (.swf) I'm getting an error: Error in line 3. Math.as file not found.
user
  • 1
  • 1
1
2