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 > march 2005 > threads for tuesday march 8

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

Grabbing Barcode Data
Posted by okey NO[at]SPAM okeylanders.com at 3/8/2005 11:14:43 PM
Hello all, I am trying to intercept the data sent by a barcode scanner. The onKeyUp and onKeyDown events are not triggered by the barcode scanner. The ui text boxes grab the data without a problem I am not sure how the data is placed into the textboxes. My current guess is that the barco...more >>

if elsestatement
Posted by fatguy13 at 3/8/2005 9:50:57 PM
ok I need a little help from some other people herem that are much better than myself at this if else thing.. let me see if I can explain this... I have a button on the main stage. on it resides these actions: on (release) { if (FrameLoaded=112) { gotoAndStop("johnend"); } else i...more >>

Shared Object Path
Posted by Crystal Chadwick at 3/8/2005 9:36:54 PM
Hello. I have a flash application that I wrote for use on my home and work computers. I take the applicaiton back and forth on a USB key. I want certain data, which will be updated a few times a day, to be stored and shown in textboxes each time I open the application. I am trying t...more >>

Ageing
Posted by yorkie107 at 3/8/2005 9:25:21 PM
Hi does anyone have any idea how I could use action script to age a photograph. I don?t want to age the photo itself, I want to age the subject of the photo as all the photos will be of people. I would like Flash if it is possible to run a sequence that will over time age the person in the pho...more >>

edit text in dynamic textfield
Posted by a-cross at 3/8/2005 8:46:11 PM
HI I read some data with amfphp from m mySQL DB into dynamic textfields in flash. My question now is. Can I make those textfields editable so the admin can change the current text so it can be saved back to the DB Tom ...more >>

objectname to a variable
Posted by Andrea Corrado Campitelli at 3/8/2005 8:25:52 PM
hi i have th following problem programming a onscreen keyboard if i set the focus to an textfield, this will activate the keyboard some_mc.nickname_tf.onSetFocus=function(){ _root.attachMovie("tastatur_mc","tastatur_mc",10 tastatur_mc.focus=Selection.getfocus() } in th...more >>

how do i put limits on scrolling
Posted by macron at 3/8/2005 8:16:33 PM
:confused; hi all, i have a flash file with a .swf that scrolls up and down behind a mask layer. i'm wondering how to set limits so that the scrolling stops when it gets to the top or the bottom of the scrollable swf. 'appreciate any suggestions! much obliged, macron. ...more >>

rotation
Posted by rolorolo at 3/8/2005 8:11:10 PM
Please help me with this:I'm having trouble getting an object to continuesly rotate. I know its pretty simple but I can't get it to work. Thank-you....more >>



Dynamic Text Problem - Disappears
Posted by NitroFlash at 3/8/2005 8:09:40 PM
Help!! Im having real trouble in flash mx 2004 Pro with dynamic text and input text. Here;s what i have: My flash site is built up of different flash files which are loaded, when needed, into the main root into a movieclip using LoadMove. Now, one of my flash pages contains a dynamic text f...more >>

Code for launching a window, and not using the one you're in
Posted by Alliancepaintball at 3/8/2005 7:50:27 PM
OK. So I have an order form on my site. I have an order form because I can't advertise my prices. I want people to launch my parent companies online catalog, windowed so it still leaves them on my site, but now they have a second window with my parent companies catalog which then they can...more >>

Random Numbers
Posted by rolorolo at 3/8/2005 7:42:17 PM
How can I create randomly changing numbers in a dynamic text box? Say the number starts out at 10000 and randomly displays numbers between that and 15000. How could I do this?...more >>

adding url link to actionscript text
Posted by livingwithanangel at 3/8/2005 7:12:17 PM
text = 'I need this to be a link www.mysite.com '+newline+newline+'Then some more text.'; .......thanks!...more >>

Acceleration and smooth braking of a mc
Posted by DTS ES at 3/8/2005 7:00:00 PM
I know it is easy...:) i have a mc which must start moving very fast then normaly go and then smoothly stops... Thanx...more >>

stopping a button sound using script... HELP
Posted by vikta at 3/8/2005 6:45:16 PM
hey guys... ive really been having trouble with this problem for a while .... ive got a sound playing when you enter a frame (the sound has just been dragged onto the frame not scripted in) and while that sound is plying i want the rollover sound of a button (instance name 'continue') wh...more >>

IE compatability
Posted by Deric42 at 3/8/2005 6:11:38 PM
:frown; I created a flash header that loops at the end to playback a portion of the frames then pauses before starting over. The flash works good when it is local, but when it on the ISP, IE does not pause, however Firefox still works correctly. Any suggestions? if (loop == nul...more >>

Loading an external swf and passing it a _global variable
Posted by Doing my head in at 3/8/2005 5:58:52 PM
I've got a master movie called newtest.fla. on frame 1 there is an empty movieClip called 'mycontainer'. On frame 1 of 'mycontainer' is the following code. for (i=1; i<=2; i++) { _global.theX += 100; nameofSwf = "empty"+i; _global.picToLoad = "img/"+i+".jpg"; //nameofSwf = eval...more >>

MovieClip.loadMovie 1-2-3 like a kamikaze
Posted by redl3tt3r at 3/8/2005 5:45:30 PM
I am creating a training CD-Rom for a client and I have created a number of simulations that I would like to start from a launcher. I am using the MovieClip.loadMovie function to load an external SWF into my movie. It seems to work except, when you click on the loaded SWF to start the simu...more >>

Help!! ',' and '.' keys and getCode(0
Posted by ilangeller83 at 3/8/2005 5:41:23 PM
Hi, I need some help. I a project I need to get the keys value from the keyboard. for it I'm using Key.getAscii() and Key.getCode, flash can't seem to recognize the ',' (comma) and '.' (period) keys from the keyboard. Does anyone had this problem? I really need those keys. Thanks, Ilan...more >>

ActionScript Needed
Posted by Actionscripter Need at 3/8/2005 5:13:32 PM
Anyone know anyone that is good at actionscripting and looking for fulltime work?...more >>

Newbie question!
Posted by Superjan at 3/8/2005 5:07:26 PM
Hi. How do I easily make a script that takes the user three frames back when they click a button. "prevFrame" only work for one frame, or am I wrong? Help is apreciated:D...more >>

Flash OS10 Issue
Posted by Mark Redman at 3/8/2005 4:20:16 PM
Hi All, I have written a flash front-end (FMX04) to an asp.net back-end, one aspect of the communication between the uses a webservice (using a web service connector) and the other is calling a URL using getFile, the URL is an aspx page which returns an image (mainpulated image, binary written...more >>

TextArea component
Posted by flashForum at 3/8/2005 4:16:37 PM
Hello all, I can't paste text into the TextArea component. I can paste a few words fine, but when I try to paste a lot of text it will only show the first sentence. Is there any way to do this? I tried giving the component an instance name: thisIsRidiculous.text='a bunch of text ....' An...more >>

Help with ComboBox-selectedItem Question
Posted by mannix31 at 3/8/2005 3:45:53 PM
Hi, I have a combo box in which I am trying to get the selected item and use this value as a parameter for a function. When I do a trace I keep getting "Undefined". All of the combo boxes are set to editable=false. Here is the code...any idea as to why this is not working (AS2.0) functio...more >>

Links have stopped working in Flash Player
Posted by bfish at 3/8/2005 3:23:15 PM
Can anyone help me with the following (novice question)? : I have several buttons on a page which I have been given to edit that link to PDF files and executables. These links were functioning, but now after re-publishing the document as a windows executable, they no longer work. Nothing at ...more >>

Setting Radio Button Defaults
Posted by chrscote at 3/8/2005 2:42:12 PM
I'm working on a training program in which users may click on a monitor screen and select any of a number of screens from a menu. One of these screens contains a box with 3 radio button options. The user may choose to select one of the choices, but before hitting the 'next' button, they can ...more >>

if else statement help!!!
Posted by fatguy13 at 3/8/2005 2:20:15 PM
can anyone help.... I have an MC that has three different movie animations in it. What I am trying to do is when you enter a certain frame on the main stage that it randomly plays on of the animations. I have three labels set up one, two, and three. My questions is can I use a if else s...more >>

getURL & PHP not working in Internet Explorer
Posted by kebayer at 3/8/2005 2:20:13 PM
Hello - We are trying to setup a script in a flash header that is calling a PHP script to allow the font to increase or decrease. This is working fine on every browser on all platforms except Internet Explorer in Windows XP. on(release) { getURL('http://www.something.com/ohrt/stylechange....more >>

Dynamic Menu
Posted by ScottDin at 3/8/2005 2:08:16 PM
I have a dynamic menu that creates the menu based on how many items need to be available. I build the menu with the following code: while (Number(x)<=Number(menu_count)) { duplicateMovieClip("menuMiddle_mc", "menuadd_" add x, x); build = "menuadd_" add x; setProperty(build, _y, -16-Nu...more >>

_totalframes and _currenframe undefined
Posted by j183 at 3/8/2005 1:44:47 PM
Hi All, To those who have answered my previous entries, Thanks you! I couldn't have gotton this far without you. I'm new to Flash (and actionscript) and have learned so much so far. I'm trying to read through an array of FLV movies and play each one in sequence in a MediaPlayback co...more >>

function that shuffle....
Posted by manolo bevia at 3/8/2005 1:13:41 PM
I would like to create a function that shuffles (randomizes the order of the elements in) an array. I did this but I know, somebody can optimize the code for me. ------------------------------------------------------- var arrayNum = [1,2,3,4,5,6,7,8,9,10]; function order(a,b){ if (a<b){ r...more >>

SWAP DEPTHS (help me) Incobus
Posted by N3m3s1s at 3/8/2005 12:28:59 PM
Hi my friend, I hope that you make me one help, the LAST HELP. I have a little game where I have 12 Graphics that I move with simply STARDRAG, on my SHIRT, I can MOVE, CHANGE PROPERTY ETC.....for the final, build my custom SHIRT. Now I have this 12 Graphic and I have 2 button named LAYE...more >>

XML - Linux vs. Windows server
Posted by a-cross at 3/8/2005 12:10:23 PM
Hi I'm trying to load an XML file from a subfolder that is located in the same root as my .SWF If I put this on a Linux server the data won't load. If I put this on a Windows server everything works fine. What's the problem here? Can't I read data on a Linux server with flash? ...more >>

ordering Stage.onResize events
Posted by dubya at 3/8/2005 12:08:30 PM
hey everybody! :) thanks for reading! short question today: i have a AS 2.0 class based RIA i'm working on. two of the classes register for Stage.onResize events. Both of them receive these event and - i can happily relate to you - perform their requested tasks with due diligence and attentio...more >>

List Component
Posted by Thinktek at 3/8/2005 11:20:12 AM
Hi, is it possible to hide / remove the scroll bar in the list component? Thanks Andrew...more >>

Problem with Returning a STATIC function !
Posted by karuna at 3/8/2005 10:44:18 AM
static function reqxml(file_url:String):XML { var tempxml:XML = new XML(); tempxml.ignoreWhite = true; tempxml.onLoad = function(success) { if (success) { // how the hell to return parent/static function REQXML from this point ? //return tempxml; ---- does not work...more >>

URGENT! loop non-streaming sound with action script
Posted by (_seb_) at 3/8/2005 10:25:13 AM
Hi all I need to finish a project this afternoon, and my last problem is this: I am using a sound file throughout a movie that plays in a loop. I need to loop the sound too, but here's what the problem is: I want the sound to start from the begening THE FIRST TIME ONLY (when the movie ...more >>

random frame...
Posted by vinnio at 3/8/2005 10:21:34 AM
Hi! This is a perfect script of making a random frame animation but there is one thing that's disturbs me... I dont't want the script to play the same image again. how can I fix this ? // define a array with all your previously defined labels labelarray=["page1","page2","page3","page4","...more >>

How do i trace a instance name
Posted by anparasu at 3/8/2005 9:58:28 AM
Hi, I have 2 buttons on the scene. on clicking "button 1" will store a value "10" on a variable "a". on clicking "button 2" will store a value "20" on the same variable "a". i have a movieclip on the scene and i want to assign the value stored on "a" to be my movieclip ins...more >>

Problem using setRGB
Posted by Tim Robertson at 3/8/2005 9:48:10 AM
I have the following code on a button: on (rollOver) { var colorful = new Color("_root.m_content.mc_ppl"); colorful.setRGB(0x00A4DC); } This works in that it makes my movieclip: "_root.m_content.mc_ppl" change to the correct color but for some reason while the mouse is held over th...more >>

Buttons
Posted by Rohan at 3/8/2005 8:40:09 AM
Hi all, Is there anyway i can freeze a button in the over state with actionscript Thanks Ro...more >>

"if" function with mc and level
Posted by iota at 3/8/2005 7:11:44 AM
Hi, Just need a bit of help with the code attached. I like to refer to it as 'pigeon coding' ala 'pigeon english'. Basically the code is attached to a button. When the button is clicked I want the code to check the current frame a certain mc is on. If it's on '36' it should just load the swf...more >>

coding a code (excuse the pun)
Posted by azurepenguin at 3/8/2005 6:42:11 AM
hey everyone i'm working on a flash application (ive got pro 04) which converts text to a code. initially, i would like to just enter text into my text field and press a button to convert all the a's to n's and so forth. all i have so far is a text box and a button with attached on (release) ...more >>

Change input text field to dynamc with code?
Posted by TinMonkey at 3/8/2005 6:24:06 AM
I have a input text field that has the contents save to a database. when the file is loaded I want to look and see if the field is empty or not. If it is empty then the user will be allowed to type in the field. If it has already had info saved for that field it will lock or become uneditable....more >>

Expand button target area
Posted by jfillman at 3/8/2005 6:15:31 AM
Is there a way to expand the area around a button that is activated with the rollOver and rollOut? I'm using ovals for buttons and I'm finding that users have to be pretty specific with where they point their mouse, otherwise the menu disappears. I'd like to expand the region around the button...more >>

Object LoadVars .Loaded or Onload
Posted by ErsiBersi at 3/8/2005 6:10:50 AM
I have used <instance>.loadandsend and now I don't now if I should use .loaded or .onload to check if the loadandsend is done. If I do a .loadandsend and declare the .onload in the same frame could the .onload be executed in the next frame and if not how do I stay put in the frame until its ...more >>

_currentframe problems
Posted by LSmith4285 at 3/8/2005 3:43:40 AM
I basically want to do something like the following if(_currentframe == _root.position){ stop(); } What i think that should do is to stop playing the movie when the frame number equals the number in the position variable. This doesn't seem to work. So I tired this if(_currentfr...more >>

drag with mask
Posted by SUPA JINX at 3/8/2005 2:23:11 AM
I created a masked graphic, for clarity its adobe illustrator vector art with a layer mask created in flash. I want the graphic to be dragable but when i add the script : on (press) { startDrag("girl slide"); } on (release) { stopDrag(); } and test the move the mask is visib...more >>

SEARCH FEATURE in flash mx
Posted by tarv_m at 3/8/2005 1:35:40 AM
First of all I want to know is creating a search feature in flash mx 2004 possible. I just wanted to know if my dream can become reality. I have been researching the internet and have looked in books but haven?t had any luck... Ok well. Let me give u a short description of what I am cr...more >>

Full XPath 1.0 support
Posted by metric152 at 3/8/2005 1:24:09 AM
Has anyone heard if the next version of flash will support a full version of XPath 1.0?...more >>

Dynamic Text
Posted by DoctorDreamweaver at 3/8/2005 1:09:35 AM
Ok, is there a limit to the amount of lines of text you can load dynamically into a text field? Because I have a text field formated for css to upload into my text field, but the text in the field stops displaying after a certain point. And yes I do have the text field scrollable, it stil...more >>

how to build really sliding photo slideshow????
Posted by zzdobrusky at 3/8/2005 12:33:33 AM
hi, I am building photo slideshow, it should be pretty simple but I decided to have those photos arrived to scene from the right as sliding in and photo that was on scene before should slide off the scene to the left, all should be synchronized as if both photos are sliding together to the l...more >>


DevelopmentNow Blog