Skip navigation

Login or Register to find out more about Ned Murphy
Ned Murphy has no profile image available
Name:
Ned Murphy
Status Level:
Community Member

Recent Activity

Ned Murphy replied to loader to reach 100% after loading several SWFs?

"One approach would be to make the bar width total change 25% for each file."

in ActionScript 1 and 2 2 replies
35 minutes ago
Ned Murphy replied to calling xml data

"If you are getting an error message, show the whole error message."

in Action Script 3 1 replies
36 minutes ago
Ned Murphy replied to How to solve this equation?

"I kinda wanna lean on rusty learning and say it can't be solved... three unknowns requires three equations.    As far as solving it with A"

in Action Script 3 1 replies
39 minutes ago
Ned Murphy replied to Conflict in Action Script

"What is the error that you see?"

in ActionScript 1 and 2 1 replies
2 hours ago
Ned Murphy replied to Saving Data in Database.

"It's not a case of no one knowing. It's more likely a case of posting at a time when no one is around to try to help.   Search Google using"

in ActionScript 1 and 2 2 replies
4 hours ago
Ned Murphy replied to Conflict in Action Script

"Check your Publish Settings.  Since that is AS2 code, your file needs to be set up to publish for AS2.  If you intend to use AS2 code and st"

in Action Script 3 3 replies
4 hours ago
Ned Murphy replied to Importing psd to Flash causes pixelated graphics

"You can probably overlay a mask of the same shape to hide the rough edges.   You might also try drawing the shape in Flash as a vector grap"

in Flash Pro - General 6 replies
13 hours ago
Ned Murphy replied to movieclip registration point defaulting to top left of nested movieclip when placed on stage

"I can't find anything of a question or problem in your posting.  You mention three different locations for registration points, but I am una"

in Action Script 3 1 replies
13 hours ago
Ned Murphy replied to For loop and accessing objects by instance name.

"You're welcome"

in Action Script 3 6 replies
17 hours ago
Ned Murphy replied to For loop and accessing objects by instance name.

"You can use String values to target instances if you use bracket notation:   for (var i:Number=1; i<8; i++){           this["high" +String"

in Action Script 3 6 replies
17 hours ago
Ned Murphy replied to Flash CS3 action script 3 roatating banner with rotating hyperlink

"Any time you get an error message you should copy and paste the whole message in your posting.  If the buttons are on different frames, but"

in Flash Pro - General 1 replies
23 hours ago
Ned Murphy replied to remove a listener

"The 1009 error indicates that one of the objects being targeted by your code is out of scope.  This could mean that the object....   - is"

in Action Script 3 5 replies
1 day ago
Ned Murphy replied to remove a listener

"Go into your Flash Publish Settings and select the option to Permit Denugging.  The error message should include the line number where the p"

in Action Script 3 5 replies
1 day ago
Ned Murphy replied to how to build a custom movie clip that will be used as a cell renderer for column in a grid ?

"You're welcome"

in Action Script 3 5 replies
1 day ago
Ned Murphy replied to how to build a custom movie clip that will be used as a cell renderer for column in a grid ?

"You do not create movieclips on the timeline using code, though you can create them and add them as children of something that has been manu"

in Action Script 3 5 replies
1 day ago
Ned Murphy replied to how to build a custom movie clip that will be used as a cell renderer for column in a grid ?

"Create a new MovieClip symbol and add an image and a textfield to it."

in Action Script 3 5 replies
1 day ago
Ned Murphy replied to Hitting a specific file size when exporting from Flash CS5

"What you should do is set the Publish Settings to generate a size report.  That way you will have a detailed listing of what each element of"

in Flash Pro - General 1 replies
1 day ago
Ned Murphy replied to Problem with movieclip contents activating mouse event

"I am not going to try to compete (confuse) with someone else trying to get you to do something I can't even follow why for the problem you s"

in Flash Pro - General 14 replies
1 day ago
Ned Murphy replied to Animation Moving in Slow Motion

"My only guess is that you have copied content from another file that is an AS1/2 design.  Otherwise the errors would not indicate AS1/2 code"

in Flash Pro - General 6 replies
1 day ago
Ned Murphy replied to Problem with movieclip contents activating mouse event

"Try changing the textfield to be a classic textfield and then try setting its selectable property to false.  It can be done using code or it"

in Flash Pro - General 14 replies
1 day ago
Ned Murphy replied to Problem with movieclip contents activating mouse event

"Try setting the textfield 'selectable' property to false."

in Flash Pro - General 14 replies
1 day ago
Ned Murphy replied to Gallery loading problem with images

"That is not the code for the slideshow, that is just the xml data file that specifies the images and some of the display elements for the sl"

in Flash Pro - General 3 replies
1 day ago
Ned Murphy replied to 1021: Duplicate function definition.

"You're welcome"

in Action Script 3 15 replies
1 day ago
Ned Murphy replied to 1021: Duplicate function definition.

"The problem with what was done... comeToMe(event:MouseEvent);  was as I already explained.  You do not include the class of the argument whe"

in Action Script 3 15 replies
2 days ago
Ned Murphy replied to how to download image without mouseClick.

"Try adding a slight delay before executing the try/catch... see if using setTimeout is sufficient."

in Action Script 3 3 replies
2 days ago