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
all groups > flash actionscript > recent posts

RE: getURL target IFRAME
Posted by HappyLarry at 5/10/2008 3:46:50 AM
This is the sign of stupidity. I get constantly frustrated by people like this who use only forums as a source of knowledge. Go to college. Buy a book. Enhance your knowledge in a knowledging sharing community. Right now, you're a leech. You need to get skilled up and share your skills back to other...more >>


RE: linking mutiple external swf sequentially
Posted by J at 3/26/2008 8:48:31 PM
I did something like this... I had a button that I clicked to load the different movies. The movies resized / moved changed alpha and stuff. I think this might help you: here's a load movie function function movieloader (x,y,B, filename) { frame_mc.duplicateMovieClip("frame"+counter,100+cou...more >>

RE: Help with simple xml menu
Posted by Biz_jetter at 3/20/2008 10:24:42 AM
I have recently just finished a project with and this is really a simple change. Start by changing your xml attribute "href" to something like "goTo". You will need to change all the references to your xml attributes to replace the "href" with "goTo". The next step, within the linkMC onRelease f...more >>

RE: Does LoadVars onLoad timeout?
Posted by kosso at 3/4/2008 5:32:47 AM
This does not help, as the loadVars does indeed time out after 30 seconds. I am looking for a way to override this, as I need longer than 30 seconds. From http://www.developmentnow.com/g/69_2006_11_0_0_843012/Does-LoadVars-onLoad-timeout.htm Posted via DevelopmentNow.com Groups http://www.d...more >>

nested movie clips (flash cs3, actionScript 3.0)
Posted by Petra at 3/3/2008 2:40:13 AM
I am quite new to flash and I am having quite a lot of problems. I have a lot of movie clips inside one movie clip and I want them all to stop at certain point. Basically I have a woman dragging a cart which is one movie clip. Inside of this movie clip there are two movie clips: a woman separately ...more >>

RE: Create dynamic global variable?
Posted by Somnus at 2/29/2008 1:44:35 PM
This was driving me crazy too. Here is the best method I found: dot notation won't work this way, so we use the brackets: _global["varname"] = 'info'; //normal global declaration with brackets and the dynamic example... color = "hot_pink"; //I'm dynamic! _global[color] = 'ugly'; //so no...more >>

RE: Clearing ListBox Items Out
Posted by Natacha at 2/19/2008 6:37:37 PM
To everyone looking for a solution for this, (no thanks to the unhelpful twit) calling invalidateList() works for me: videoList.dataProvider = new DataProvider(listArr); videoList.invalidateList(); (invalidateList redraws the list - you don't need to remove any element in the list if you rese...more >>

a proplem with rollover
Posted by Eman Ibrahim at 1/28/2008 1:11:21 AM
hi group i wanna a sol. for my problem which is i play a movieclip when i do rollover the problem is i wanna play that movieclip just one time even if i still rollover,i just want not to replay the movie as i rollover on the button which have the condition of the rollover. i really need an answ...more >>



RE: Code in AS3 Manual not compiling
Posted by suvcon at 1/8/2008 11:45:53 AM
ok,man,this is really a myth for you :) try this: var foo:Function =function(){ foo["counter"]++; } foo["counter"]=0; foo(); foo(); trace(foo["counter"]); From http://www.developmentnow.com/g/69_2007_8_0_0_1004579/Code-in-AS3-Manual-not-compiling.htm Posted via DevelopmentNow.com...more >>

RE: avoid blink in scrollpane
Posted by ken at 1/3/2008 9:15:11 AM
have a scrollpane to load dinamically movieclip my problem is that every user can add movieclips but every time the scrollpane refresh all the content and it's very difficult for a user looking at the screen cause of the blinking. this is the code i use to load a txt field as you can see I'm tri...more >>

avoid blink in scrollpane
Posted by ken at 1/3/2008 9:13:52 AM
function scrollPaneLoadTxt(instance:Object,str:String,row:Number,nick:String,sizeN:Number,act:String,color,bold,italic) { if (instance instanceof mx.containers.ScrollPane) { delete _root.onEnterFrame; instanceListener = new Object(); instanceListener.complete = function(evtObject) { /...more >>

RE: posting variables to an asp page from flash
Posted by Chandresh Kumar Chhatlani at 12/6/2007 5:49:14 AM
Use as follows: test1 = New LoadVar(); test1.var1 = "Text Variable" test1.var2 = 123456; test1.OnLoad = function(success); { if (success) { trace("Sent Data")l } else { trace("some err") } test1.send("http://www.a.com/a.asp?id=" + getTimer()); } From http://www.develo...more >>

RE: descargar mo madgalena
Posted by dayana at 11/23/2007 10:47:27 PM
saludos para todos From http://www.developmentnow.com/groups/viewthread.aspx?newsgroupid=69&threadid=1035103 Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

descargar mo madgalena
Posted by dayana at 11/23/2007 10:43:37 PM
gracias por su ayuda de antemano From http://www.developmentnow.com/g/69_0_0_0_0_0/macromedia-flash-actionscript.htm Posted via DevelopmentNow.com Groups http://www.developmentnow.com...more >>

I need to load several images on the fly
Posted by Mona Bizzari at 11/19/2007 3:14:26 AM
I need to load about 4 images in 4 movie clips on the fly( i get file names from an xml file). and i try to load them in a movie clip on the fly to be able to create fade in fade out effect. i have been able to succeed in loading only one jpg in a movie clip, when i try to load the second one, it d...more >>

RE: Flash Project not playing when users go to site
Posted by Nick at 11/8/2007 5:04:06 PM
I'm having the same problem you were having initially. How did you solve the problem? Can I see the final actionscript?? by the way - "trigger.swf" has actionscript to make "master.swf" beging playing once it's loaded. that's how it's supposed to get to frame 10. Help soon please! From htt...more >>

RE: Looking for Calendar help or tutorial
Posted by Saravanan at 11/8/2007 12:55:54 AM
Can you please give me a solution for how to make a dates in a calendar for whichever year it may be... When the press on Jan 1 st it have to get some movie clip or some action script like GotoAndPlay (25); something so can you please give a solution... I am using same Date Chooser Default...more >>

Re: Please help for Registration point to a movieclip/sprite
Posted by kglad at 11/3/2007 6:49:05 AM
you're welcome....more >>

Re: Fade sound using AS3
Posted by kglad at 11/3/2007 6:47:51 AM
read the help files. i listed all the steps involved. here they are in code: var sc:SoundChannel = sAmbience.play(0,1); sc.soundTransform.volume = .4;...more >>

Re: AS3 best method
Posted by kglad at 11/3/2007 6:40:55 AM
oops, no that's not an endless loop. your varLoader.load() statement is outside completeHandler(). i thought is was inside completeHandler(). does your php while-loop finish looping?...more >>

Re: AS3 best method
Posted by dzedward at 11/3/2007 5:49:44 AM
if the password the user enters matches the one in the database, the php file will echo back the xml file and the number 1, to let me know the password matched, then I grab all variables it sends me.. Is this creating an endless loop? That would explain why it is bogging down my app... How ...more >>

inserting an attached MC into another MC
Posted by Hellyhansenv at 11/3/2007 4:31:28 AM
got a little problem - maybe one of you guys can help... This is a bit of code from Lee brimelow Carousel turtorial. What I'm looking to do is put this carousel inside another movieclip so I may then tween it upon a release function. Anyone have any suggestful tips that will lead me in t...more >>

Re: Please help for Registration point to a movieclip/sprite
Posted by IamRaj at 11/3/2007 3:47:07 AM
Thank you very much :)...more >>

Re: Drop Down Menu Glitch
Posted by clbeech at 11/3/2007 2:51:32 AM
yes, you're having a common problem here. One can't place button (MC buttons even) within another the has an on handler, what happens is that the parent buttons events are the only ones that receive event notification. So this approach won't work. one solution, is to use a hitTest method...more >>

Re: switching frames in side by side movieclips
Posted by clbeech at 11/3/2007 2:42:09 AM
I think that if your buttons are within a movieclip (on the left) you will need one more level of depth to reach the main timeline (ie. one more '_parent') and complete the path. However it would be easier to reference the lowest level then the MC by calling: on(release) { _level0.event...more >>

Re: Actionscript button problems
Posted by clbeech at 11/3/2007 2:37:04 AM
create your sounds using AS Sound Objects, then target the Sound Object using code. With a sound (preferably mp3) in the Library, and a Linkage identifier specific to the sound, on the timeline of the 'key' MC wirte the following: PS. in this example I have used the Linkage id of 'note_C', ...more >>

Re: Fade sound using AS3
Posted by damonlee at 11/3/2007 2:32:01 AM
kglad, Thank you for your response. I trigger the sound to play like this: sAmbience.play(0,1,sAmbienceVol) and that of course starts playing the mp3 no problem, so your saying decrement/increment the "sAmbineceVol" ? Could you give me an example of the loop? I realize your ...more >>

Re: switching frames in side by side movieclips
Posted by Jakewho at 11/3/2007 2:27:04 AM
I believe I am using as2. When I select the symbol it displays the button logo, so I am assuming that they are true buttons and not movieclip buttons. The code I am trying to use right now is: on (release) { this._parent.eventright.gotoAndPlay("lucyframe"); } ...more >>

Re: Fade sound using AS3
Posted by kglad at 11/3/2007 2:23:31 AM
you sound (sAmbience.play() ) returns a soundchannel instance which has a soundTransfrom property. that soundTransform property has a volume property that will set the volume for your sound (sAmbience). you can use any loop (ENTER_FRAME or timer) to fade that volume property. ...more >>

Re: switching frames in side by side movieclips
Posted by kglad at 11/3/2007 2:17:17 AM
as2 or as3? are your buttons true buttons or movieclip buttons?...more >>


DevelopmentNow Blog