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 > july 2006 > threads for tuesday july 4

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

To Stop a Clip from Dragging
Posted by JstMrd at 7/4/2006 11:42:19 PM
Quick version: I have three clips (dynamically loaded) onto the stage. The user is to drag the three clips from one area to another (movie clip destination). When each clip is dragged to the destination it then becomes un-dragable (refer to attached script). The problem below arises on...more >>


FsCommand in flash
Posted by ebad293 at 7/4/2006 11:10:17 PM
Hi all! I can send data by fscommand in flash for a html page or a shockwave contol in a vb or vc++ program but i dont know how to detect the fscommands recieves from them to flash? I didnt find any event for this..!!! ...more >>

Re: multi-dimensional array
Posted by kglad at 7/4/2006 10:29:18 PM
p.s. you're not really creating an associative array with your nodeAttrib statement. you're creating an object with properties....more >>

Problem with delay - go to frame, script
Posted by jon2185 at 7/4/2006 9:29:05 PM
Hi all, I have a thumbnail gallery viewer, instead of just stopping on each thumbnail I want the play head to got back to frame 1 after a delay so the movie starts over when an image is left on for certain lenghth of time. I have this script which seems to work except when other thumbnails a...more >>

PUBLISH FLASH SITE
Posted by liamfahy at 7/4/2006 8:13:55 PM
Hi! I am new to Flash and I am just finishing off my first website. This Flash site contains many separate SWF files each of which represent a new page (there are around 20 in all). I need to find a tutorial or instructions of how to publish this site to the web. I have the entir...more >>

String variable not being passed properly
Posted by ricklecoat at 7/4/2006 8:01:50 PM
I've got a situation where I have set up three string variables (teamName:String, teamRole:String and teamBiog:String) on the root timeline and am trying to pass them to three dynamic text fields nested a couple of clips deep inside an MC. The path (from the root) to the text field that will r...more >>

My first class
Posted by NSurveyor at 7/4/2006 7:09:37 PM
Hi. I finally started learning OOP and classes and such. I'm making my own number class. Anyways to make it better? Here it is so far... class Number2 { var fact:Array; var tVal:Number; function Number2(val:Number) { tVal = val; // Determine prime factorization // by trial...more >>

post var method
Posted by muzila at 7/4/2006 5:11:03 PM
does anyone know of good tutorials for sending a variable by POST from flash to asp. I need to know how to recieve it in asp. here is the flash side: _global.cartArray = new Array(21,26,54); _global.cartArray = _global.cartArray.join(); var sendVars = new LoadVars(); sendVars.ca...more >>



How to manage Arrays as Object members
Posted by Chris_007 at 7/4/2006 5:10:16 PM
I found a realy strange behavior with the instanciation of a Class which contains an Array member. Here is the code wich is self explanatory. class MyObj { // public var tab:Array = new Array(); private var objectName:String; private var theIndex:Number; // // Co...more >>

AS class file - error defining dynamic component method
Posted by ufitzi at 7/4/2006 1:02:05 PM
In the constructor of my custom class, I have a loop set up that creates a number of CheckBox instances based on the results of a remoting query. This loop works fine, and I see the new component instances on the stage. However, when I try to define the "click" method for each of those checkb...more >>

Updating an XML file from flash
Posted by TorIRislaa at 7/4/2006 12:25:47 PM
Hi, I have tried out samples showing how to bind components in a flash application to XML files. What I need is a way to update an xml file from my flash application. Is this possible? And if so, can I do that without going trough a database? If anyone have a sample or a link to a sample conce...more >>

Embed fonts dynamically
Posted by Tolk at 7/4/2006 12:03:55 PM
How can i embed fonts for dynamically created textFields?...more >>

need to generate Labels on button click
Posted by justbipin at 7/4/2006 12:00:39 PM
I am creating a label on click on button. can this is possible if i click multiple times on the same button and that much labels should be generate and how? thnx...more >>

onMouseOver Delay?
Posted by Jadeivy at 7/4/2006 2:58:45 AM
I'm trying to create an action that delays an action for a few seconds before the action occurs. An example would be a button has two ways to activate a followon action. On way would be on click. The second would be onMouseOver but with a twist. If the user holds the cursor on teh bu...more >>

fancy menu
Posted by metazai at 7/4/2006 2:29:39 AM
Having only done basic actionscript, I'm trying to move up in the world, and I'm having difficulty. With every other internet techology I've taught myself, I start by deciding what I want, then figuring out how to achieve it, but for some reason I'm on a serious mental block here. Can someone ...more >>

convert multi dimentional array to xml
Posted by golem2 at 7/4/2006 2:26:52 AM
hi all, anyone knows how to convert a multi-dimentional array to xm. also the reverse- xml to multi dimentional array. thanks Golem2...more >>

Animation with easing via ActionScript
Posted by James Cherry at 7/4/2006 12:12:14 AM
How cain I make animation of an object in Flash with easing by using actionscript......more >>

Test Movie works, but not in Browser
Posted by Pulcinella2uk at 7/4/2006 12:00:00 AM
I have a movie which loads two external files into it (one jpg & one swf). When I preview the movie in Flash, the movie works as expected. When I preview it in a browser, the jpg can be seen but the swf cannot. I have tried all sorts: As the swf should be sitting on top of the jpg I ...more >>

Delay timer
Posted by JstMrd at 7/4/2006 12:00:00 AM
Hello, Is there a simple way to generate a delay within a function. I am trying to create a typewriter simulation of text, but require a delay when the next letter is chosen. I have tried using a standard for loop, which should technically work. But it creates one big delay then displays t...more >>

Delay timer
Posted by JstMrd at 7/4/2006 12:00:00 AM
Hello, Is there a simple way to generate a delay within a function. I am trying to create a typewriter simulation of text, but require a delay when the next letter is chosen. I have tried using a standard for loop, which should technically work. But it creates one big delay then displays t...more >>

Follow Mouse Special
Posted by Manu503 at 7/4/2006 12:00:00 AM
Hi Everybody! I am search for realization of both possibilities: http://www.paramount.com and http://www.nike.com Watch here for following the mouse events..... Can anybody help me with this?? Thanks in advance!! ...more >>


DevelopmentNow Blog