Groups | Blog | Home


Archived Months
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
January 2008
June 2008
all groups > flash actionscript > may 2007 > threads for tuesday may 15

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

property or a function to show or hide border around a movieclip
Posted by aa at 5/15/2007 11:32:09 PM
is there a built-in property or a function to show or hide border around a rectangular movieclip similar to that attribute in HTML (border=1)? ...more >>


Resize Bounding Box After Image Is Loaded
Posted by ewon15 at 5/15/2007 10:19:10 PM
I am developing a gallery and am really close to being done... I am using the movie clip loader class to determine when the image is fully loaded before fading it in. Below is the code I have for the image border to resize...however, it does not transition to it (http://www.rainnetworks.com/...more >>

get parent movieclip name
Posted by TimTee at 5/15/2007 9:00:57 PM
using the MovieClipLoader, all works fine. attaching a series of movieclips with a nested clip, and loading a jpg into each of these movieclip's nested clip. in the listener func onLoadInit, I get passed the clip name that is loaded, how do I neatly reference the parent of that clip? ...more >>

Randomizer/Completed Series
Posted by KelliBelli at 5/15/2007 8:34:27 PM
Here goes... I am trying to create a small game.... Frame1 exists to hold actionscript related to the rest of the code. In Frame2 I have a square grid covered by 49 small square buttons (7 across, 7 down) When a user clicks on any one of the instances of the button, flash randomly pla...more >>

setting y boundary...
Posted by atlanta_noah at 5/15/2007 8:33:30 PM
I have a movie clip on the stage - it's moved up and down by two movie clips with mouse over and mouse off events. This works fine but i can't figure out how to stop the top of the movie clip from going past y=20; etc. and giving it a boundary to live it . this is the menu i am trying to e...more >>

problems with List and ActionScript and XML Help needed!
Posted by vladimirj at 5/15/2007 6:44:08 PM
Im new to flash and im trying to build a web site using XML and PHP which communicate with mysql db and ActionScript in order to populate List component that i use as menu. I have 2 frames one called category and one subcategory. In the first there is one List component called categoryList and...more >>

Problems in CS3 and AS3 with embedded fonts
Posted by mlegris at 5/15/2007 6:22:54 PM
Hi. I recently downloaded the trial version of CS3 to test it out. I'm an experience AS2 developper, and have 10 years of C, C++, C#, Java, PHP ... programming experience on BIG projects before starting flash. I have been trying to use an embedded font in AS3 with a dynamically created tex...more >>

complicated loading swf with xml
Posted by dzedward at 5/15/2007 5:25:22 PM
main swf loads in new swf with xml image carousel including reflection of image. when you click an image on the carousel, the image slides over and changes to a new image with that image being reflected. the new image is loaded into an empy movie clip, along with the flipped image as well. the...more >>



Lag in playback of Flash Banner
Posted by rvanburen at 5/15/2007 5:11:20 PM
:confused; I've created a Flash web banner about 400kb in size that plays fine until about halfway thru at which point the transitions and animations seem to get noticeably slower. I've added a preload script which loads the whole clip before playing and it still plays with the same lag. ...more >>

stage.invalidate()
Posted by romkeedehaan at 5/15/2007 4:59:18 PM
I run stage.invalidated and I get this error: Error #1065: Variable stage is not defined. What am I doing wrong here?...more >>

Calling Movieclips
Posted by romkeedehaan at 5/15/2007 4:33:32 PM
This is an AS3 question: I have a movieclip on that starts on frame 2. I have code like this: target.gotoAndStop(2); trace(target.child) //get null but if I put that same trace statement on frame to it returns a movieclip. Now my understanding is that Flash renders the code t...more >>

Hopefully last AS problem
Posted by Gravytrain128 at 5/15/2007 3:22:05 PM
Okay, so I have this for the AS: stop(); IntroButton.onRelease = function() { nextFrame(); }; ...more >>

onMouseUp returning name?
Posted by Fen4554 at 5/15/2007 3:03:46 PM
Hi guys, I have a bunch of buttons that I want to have do the same thing; pass their instance names to a function that will advanced the play head appropriately. To avoid having to write a ton of .onRelease functions, I'm trying to find a way that I can have a symbol return it's name if the ...more >>

HOW DO I KEEP A BUTTON IN DOWN STATE
Posted by bmfl8 at 5/15/2007 2:43:32 PM
I have five buttons. I need to program these buttons so that when I click on the button, the information in the down state stays up until another button is pressed. When another button is pressed the information from that down state will stay displayed until I hit another button. PLease help a...more >>

redirect trace() output to a text box
Posted by BenTheGeek at 5/15/2007 2:32:05 PM
I have a flash app that works fine in local testing, but fails to load dynamic data when live on a site if I use the javascript method to get around the "click to activate issue" What I would like to do is to direct all the trace output to a textbox so I can test it in situ. Is this possib...more >>

setProperty alternative?
Posted by crila5000 at 5/15/2007 2:12:59 PM
ok here's the deal... i have some old code that worked in as2, and im trying to get it to work in as3. i think ive fixed all of the problems with it (i think), but im am stumped on how to get around the setProperty part. the button instance is oney, and the MC instance is box. here is the code...more >>

How to change the mouse on an accordion header onRollOver
Posted by klikissy at 5/15/2007 1:34:40 PM
Hello, i'd like to know how can i change the mouse skin on a accordion header onRollOver. I juste whant it to looks like the pointer of an onRelease button (the little hand with a finger) when my mouse is on the headers of my accordeon component. Thanks for the help ...more >>

streaming a swf?
Posted by jonnybennett at 5/15/2007 6:14:09 AM
I have some free software for recording screen captures, so that I can make a video tutorial. This tutroial I want to play over the internet. Problem... this software converts the tutroial screen recording to either an avi video or to swf. If you try and convert the avi video to flv, all the...more >>

Slider bar to control movie clip-how to?
Posted by Gendos at 5/15/2007 4:17:08 AM
I am trying to create a section of a site, which look s quite like this one: http://www.circuitcity.com/ccd/genericContent.do?oid=163402 (click on DIGITAL SLR and see what I am trying to replicate). I have created a sliding bar, created 3D animated sequences of my movie. But I do not know h...more >>

Auto mouse hide?
Posted by Richard Ragon at 5/15/2007 3:45:56 AM
I've created a FLV player in flash. After a few seconds of the mouse not moving, if it's over the video, I want the mouse to hide. Anyone have any examples of this? Thanks -Rich...more >>

how to go to hyperlink from actionscript3
Posted by SonOfChaos at 5/15/2007 3:17:47 AM
so I want to make browser to go to certain web page or open pop-up window using actionscript 3 code. How to do that?...more >>

Bitmap To Bitmap rendering
Posted by Sirisian at 5/15/2007 1:19:57 AM
There doesn't seem to be a way to render a region of one bitmapData to another bitmapData. Is this a large flaw or is there something I'm missing? I'm currently creating a complex game, and this has been puzzling me. I know about the draw command, but say I want to take a convex polygon region...more >>

Forms in Flash
Posted by kitster79 at 5/15/2007 1:10:30 AM
Hello everyone, http://www.elumdesigns.com/catalog Is there any way to create a form similar to this in Flash? I need it to be embedded within the .swf and not using html. Any help would be MUCH appreciated!:) Thanks Kit ...more >>

replace letter by movieclip ?
Posted by Michealnl at 5/15/2007 12:00:00 AM
Hello, Does anyone know how to replace a letter or letter combination like in a chat, to replace this letters and put a movie clip instead? I tried something like this, but got no result. textfield_txt.text = "After this word a " + smile + "smile should be visible.."; I made a m...more >>

password protection actionscript
Posted by blackbeltjones80 at 5/15/2007 12:00:00 AM
Hi there, I have this actionscript for a simple password protection which doesn't quite work, i have looked on previous threads for the same sort of code but have not found a solution, i am using flash 8, please help on (release, keyPress "<Enter>") { if (password == "abcde") ...more >>

actionscript limitations !?
Posted by {spitFire} at 5/15/2007 12:00:00 AM
Hi All, Can someone tell me if it is possible to access the local file system using actionscript? If so how? I'm learning flash and I'm trying to see if I can build a text editor using actionscript, just for learning. Hence, I would like to know if I can somehow allow the user to spec...more >>


DevelopmentNow Blog