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 > november 2004 > threads for sunday november 14

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

preloaders
Posted by TheFlashNewbie at 11/14/2004 8:22:53 PM
Hi how do you add one of those loading bars before the flash starts?...more >>


new to flash
Posted by TheFlashNewbie at 11/14/2004 7:10:50 PM
Hi, I want to create a button that when the mouse rolls over it changes to antoher button and when i press it I want it to load a url in a target frame. Any help would be appreciated thanks!...more >>

High Score List
Posted by KenithH at 11/14/2004 6:48:41 PM
I made a game in flash and want to post a high score list. The Flash Remoting Manual shows lots of options and I don't know how to decide which one is best. It seems to me that a simple text file containing score/name couplets is the straightforward way to store it. But I don't know how to g...more >>

<strong>Please someone answer....Can I use mediaPlayback component and set the buffer time?</strong>
Posted by raznov at 11/14/2004 6:29:04 PM
I am using the mediaPlayback component to play external .flv files. First problem I had was that they were stopping intermittently when loaded to the server.. so I read up on the netStream class and attached this basic code... var netConn:NetConnection = new NetConnection(); netConn.connect(nu...more >>

Referring to an Instance
Posted by Dan-C at 11/14/2004 6:28:07 PM
Hello. Ok, I hope I can explain this properly. I want to create a function that dynamically refers to different instances based on a variable, and I know this can be done, but I don't know the syntax. Here's an example: function myFunction(myNumber){ myLoader2.load(); } I want to replace ...more >>

Assigning actions to buttons based on xml file??
Posted by Doug Strickland at 11/14/2004 6:09:50 PM
I have a template that I would like to use that has a series of nav buttons at the bottom. clicking on any of the nav buttons does some script (getURL type stuff) The thing is, I would really like to assign the specifics of what those buttons do, effectively their url's, from an external source...more >>

Control XY of a dynamic jpg
Posted by davechuck at 11/14/2004 5:57:51 PM
I am using the following script to load a dynamic jpg picture into my page. Works great, BUT, where do I add the XY coordinates in this statement? I need to control the pictures top left origin. Thanks _root.createEmptyMovieClip('mc1',1); mc1.loadMovie('J4Fpic.jpg'); ...more >>

character walking
Posted by blindRKside at 11/14/2004 4:50:05 PM
newsgroup user, if ur reading this, here is the code i used to make my character movie clip to move. if anyone else wants to experiment with this go ahead, just make a movie clip and put this code on it: onClipEvent (load) { movespeed = 10; } onClipEvent (enterFrame) { if (Key.isD...more >>



Script Works On Button, But Not As Function?
Posted by AwesomeDigital2 at 11/14/2004 3:29:27 PM
Why when I put the script below on the button does it work, but not as a function? I used the target path tool, so I know the names of everything are correct. Thanks Mathias This Works? on (release) { this.stop(); this.disclaimer_mc.stop(); } But why not this? this.pauseD...more >>

Duplicated movie clips will not animate?
Posted by iaustin at 11/14/2004 3:06:26 PM
Hello, I'm trying to create a flow of water from a water faucet. I duplicated a movie clip, the clip is one drop of water. There are no actions on the clip so it automatically plays. The function below duplicates the water drop('iclip'). When the clip is duplicated all the duplications appe...more >>

Adding dynamically an MC into ScrollPane
Posted by johnny_XP at 11/14/2004 2:34:21 PM
Hello there.... Due to documentation of ScrollPane componennt with the property contentPath you can load stuff (actually jpg or/and swf) exterally or from the library. Is there any way to load into the ScrollPane a dynamically cretaed MC (let's say a mc that created with createEmptyMovieClip()...more >>

delete onEnterFrame
Posted by bitok at 11/14/2004 2:20:11 PM
onClipEvent (enterFrame) { if (this.getBytesLoaded() == this.getBytesTotal()) { delete this.onEnterFrame; trace ('test') } } why when i kill the EnterFrame process, the trace continues to output 'test'?! thx ...more >>

dynamically displaying pictures with links
Posted by vvs_leo at 11/14/2004 1:51:33 PM
Hi, I need to dispaly some photos and their links dynamicaly. The links should be activated when I click over the photo. I read the photo's filename from db and display it on the screen. Each photo must have a different link. I succeed to display the photos but their links don't work. ...more >>

dynamic tabindex possible?
Posted by hdubfour at 11/14/2004 5:39:47 AM
I'm working on a movie that loads a series of buttons dynamically, and each button links to dynamic content. I have been trying to set tabindexing dynamically for only the currently visible set of buttons, but it seems that the tabindex property won't recognize variables (output always reads ...more >>

insert code from diff location
Posted by vodax at 11/14/2004 4:53:29 AM
Hey, what I want to do is load script from a different location.. like a different frame so what I did is: function mycode();{ MYCODEHERE } Then in the frame i want it all to load I put mycode(); but it just doesn't work!! please help :) ...more >>


DevelopmentNow Blog