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 friday march 18

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

dataProvider - getEditingData
Posted by andros at 3/18/2005 11:18:53 PM
Is it possible to update all of an Item's fields within a dataProvider...all at once. The explanation of ' getEditingData' was vague. It says it returns an editable string...but then how do you submit it to Update the dataProvider? trace(myDP.getEditingData(4, 'price'); ..that does tells m...more >>

Conditionals
Posted by vlb1176 at 3/18/2005 10:02:11 PM
Can anyone help me with the AS below? What I?m trying to do is load an XML file into Flash with the date concatenated using the date object in AS. I.e. 2005_03_18_somefile.xml so that I can have multiple files that are five days or more in advanced without having to update the same file e...more >>

movie clip width
Posted by Andy Petroski at 3/18/2005 9:31:07 PM
I'm dynamically loading a movie clip and want to get the width of the movie clip after it's loaded. I'm having difficulty doing so with the following action script: eval("image" + pos).loadMovie(["http://www.all-health.com/logos/logo_images/" + eval("dataReceiver.Logo" + i)]) trace("movie...more >>

Using Variable to define Dynamic images
Posted by Stckman at 3/18/2005 9:08:16 PM
Hi im trying to load a dynamic image. but i want to define the image filename thru a variable created in a text file. babewindow.loadMovie('babe.jpg'); <--- this loads the pic 'babe.jpg' then i made a text file and in the text file it says &amp;pic=babe.jpg now i want to apply this variab...more >>

Assigning value to string variable - Maximum length ?
Posted by karuna at 3/18/2005 9:00:42 PM
Suppose - var myString:String = " sdfkf dsfkljdkfjkfd w34545 345;llwlkj234l2k34 2342lk234l fdlaksdjlaksdj skj fsalkfjsdf "; What can be the max length of the string myString ? .... I am facin problem when tried to assign huge values. It hangs when attempted. Like say a value assig...more >>

Loading XML file - Maximum Size ?
Posted by karuna at 3/18/2005 8:55:59 PM
Huge XML files cant be loaded into flash players. It hangs when attempted. Whats the descent max size of XML file that i can load using XML.load(file_url:String); ? -- >>> karuna >>> ...more >>

Why Does This Work?
Posted by backpages at 3/18/2005 7:57:46 PM
I know, usually people want to know why something doesn't work. I want to know why this does work, because it seems like it shouldn't. I have two variables and a function, both the variables are strict typed, the first as a string, the second as a number: var myVar:String; var myNumber:Number...more >>

How to force the order of execution on an event
Posted by tommyboy777 at 3/18/2005 7:44:23 PM
I have a 'Load' button that executes a function in Director which pushed some variables back to Flash. The variables are then loaded into global variables which are then populated into input text windows. Here is a sample of the code: on (release) { getURL('lingo:LoadSetting'); _globa...more >>



loadMovie and attachMovie, together at last
Posted by The Almighty Egg at 3/18/2005 7:38:57 PM
i'm trying to do something, but i'm not sure if it's possible. i'd like it to be possible, but more importantly, i'd like to know for certain before i waste any more time beating my head against it. here's the situation: in the main movie (call it MASTER), i have an item in the library (...more >>

Making a kids game--Need Help
Posted by ddesIn23 at 3/18/2005 6:49:57 PM
I am making a kids game using Flash but I don't have a lot of experience with actionscripting. The game: the user will play a game where they will hear a random letter from the alphabet and the user's goal is to click on the correct letter. 3 chances to pick correct letter or the next ra...more >>

Get stagesize from a loaded movieclip
Posted by dondalinger at 3/18/2005 6:24:16 PM
I'm building a type of app that loads different flash movies into a clip, the reason I need to read the stagesize of that loaded movie is I have a script that centers the movie according to it's size... the problem is I will not be creating the movies that are going to be loaded... so my app n...more >>

Flash Navigation
Posted by TheProgress at 3/18/2005 6:02:47 PM
Im using flash for navigation for my site, and i was wondering wat coding i should have on the buttons in the flash file so that it changes the page of the iframe on my site and not the page the flash is embeded in. ...more >>

Hold On Frame
Posted by SugnaShane at 3/18/2005 5:55:37 PM
I have an MC with a presentation like slide show within. What is the best way to hold it on a frame then release it to the next frame on the timline after it has finished it's own timeline. Main Timline - Frame 1 PresMC - Frame 2 start other pres PresMC Timline - Frame 1 Images Thank...more >>

mouseover - textfield gets white
Posted by josp at 3/18/2005 5:41:07 PM
hello, I have some text and I want the textfield on mouseover to turn white. What'S the best way? josp...more >>

loadMovie Transitions
Posted by enkosystems at 3/18/2005 5:29:57 PM
I have a flash-based site split into sections, and each section has a seperate fla movie. All sections begin and end with the same image, which opens to reveal the content of that particular section. When I transition movies, there is a blink/flicker on the first time a secondary swf is loaded...more >>

FlashMX2004 and C++
Posted by koubyak at 3/18/2005 5:24:46 PM
Hi, We are working on a C++/flash application. We call by fscommand() all function needed by flash but, at this time we have a little trouble with the return of fscommand. IE : I've seen that fscommand stop a movieClip before answering and play after batch done but in this case, you ne...more >>

WHERE IS THE COMPILE ERROR?
Posted by ufitzi at 3/18/2005 3:49:36 PM
Well, although it was my own fault, I just spent the last hour debugging an app, and I just realized my Constructor name was miss typed. Yet no compilation error was generated!?!? This seems like a blatent oversite, am I missing something here, or what? Oh yeah, and while I'm typing, I jus...more >>

search .sol file when publish projector (.exe)
Posted by ncls at 3/18/2005 3:17:08 PM
I need find the .sol file when publish projector (.exe). The flie (file.sol) are in: C:\Documents and Settings\Administrador\Datos de programa\Macromedia\Flash Player\#SharedObjects\PX7LD4J2\localhost\file.sol This folder: PX7LD4J2, change the name for each computer. I need know this path ...more >>

linked sound must be in level0 library?
Posted by Bundbary at 3/18/2005 2:38:42 PM
I have a simple sound object linked to a sound in the library that works fine until I try to load it into a different swf. Then it only works if I put the sound in the level0 library. I don't want to increase the size of level 0 if the user doesn't need to load that file. Does it have to be in...more >>

Create Movieclips with idividual properties
Posted by Silencer01 at 3/18/2005 12:29:58 PM
Hi all, I'm trying to create snowflakes which appear with individual random properties eg. rotation, alpha, scale and _x (starting positions). Once the snowflakes appear they will then animate as if they were falling down the page. The creation of the multiple duplicate snowflakes is fine as...more >>

depth problem
Posted by krishnakishore at 3/18/2005 12:21:35 PM
hi friends im designing a template in that template there are many buttons in the third layer.my problem is i am adding attaching a movie clip when the mouse comes over that buttons the movie clip is also attaching but the problem is this movie clip is overlaping the button.how to make th...more >>

Using again - an already externally loaded swf
Posted by a little ant at 3/18/2005 11:32:26 AM
.... When user presses btn1 on a 9 btn keypad this event is loaded into the background so you can't see or hear it. myMCL.loadClip("explosion3.swf", "fire_mc"); Then to actually see this swf upon another action I have this: myMCL.loadClip("explosion3.swf", "fire_mc"); // ie. the s...more >>

Multiline textbox and enter key listener problem
Posted by Flashm NO[at]SPAM n at 3/18/2005 11:21:19 AM
Hello, This is my second post with this problem as no replies to my first post some time back. I have set up a listener function to detect the enter key press. When the enter key is pressed another function is called. Also I have a multiline input text box where the user types some text and...more >>

Basic Time-Based Transitions
Posted by Dan Defenbaugh at 3/18/2005 10:31:08 AM
Hello all, I am creating a simple dynamic slide show and was hoping someone here could give me a quick pointer on how to get it running. I have the images and data loading in from XML to create an unlimited number of simple "slide" movieclips, each with its own animated mask. Where I nee...more >>

How can you communicating with a local drive
Posted by lettie at 3/18/2005 10:07:26 AM
Hi guys Heres a scenario for you. I have a flash stand alone movie that will be installed on a laptop with a desktop icon to launch it. In the movie I need to be able to communicate with the CDrom drive call it drive D: The CD in the CDrom player will also be a flash stand alone movie whic...more >>

preloading flash movie
Posted by VR6CH at 3/18/2005 10:00:23 AM
Hi, Can anyone suggest me a good tutorial on how to make a Preloading Movie, i.e. the movie that will show how much of the Movie is loaded by showing the % till the completion? I saw some tutorials but they were all pretty vague and not that clear. Thanks in advance Danny. ...more >>

Scrollbar to dynamic text
Posted by mizako at 3/18/2005 9:47:54 AM
Hello. I have just started to play with flash and I have a little problem here. I have made a dynamic text box and a scrollbar from flash ui components. Now, how can I get that scrollbar to know how long is the text which comes from outside .txt file? First the scrollbar didn't work because ...more >>

Problem with getURL() and Firefox
Posted by GC1967 at 3/18/2005 9:22:37 AM
Hi, that's my problem: I am developing a project to be used offline, i.e. a CD. There is a button that launches a local html page (same folder as the EXE). With IE as default browser everything works just fine, but with Firefox I just get a window with two tabs, the first remains blank while...more >>

passing info on the same page
Posted by Richard at 3/18/2005 8:03:22 AM
Is there a way for flash to read a variable on the html page the flash file is sitting on. ie. The html page (built with php) sets a form field value to 1, can a flash file included on the same page read this value using a script ? Richard ...more >>

multiple swf movies play at same time
Posted by wherejajubelong? at 3/18/2005 7:05:18 AM
I don't want to load movie into new level - cause I'm doing interactive movies and need them to be accesible in different player windows or be able to return to original movie when done. Goal is so that the movies can be individually played around with then closed when done. Question is can I...more >>

How to use a variable as a path to a movieclip?
Posted by Broabus at 3/18/2005 5:41:01 AM
How do I use a variable as a path to a movieclip? I want to tell a certain movie in the _root to play depending on what a variable is currently set as. This is what I want to achieve: _root.'insert my variable here'.gotoAndPlay('in') and my variable is _root.wherenow So if _root.wherenow...more >>

WSDL.OverloadedOperation?
Posted by slugHD at 3/18/2005 2:39:20 AM
I'm trying to initiate a method call to a web service of a pretty sophisticated web application. My response on trace is that Flash doesn't support method overloading. My simple code: import mx.services.*; var myWS:WebService = new WebService("http://localhost/dir/cgi-bin/serv.cgi?WSDL...more >>

trouble with input text
Posted by scriptKid at 3/18/2005 12:35:39 AM
hello all, CONTEXT: i am currently working on a Flash diagram that plots the monthly rainfall from 1851-2005. the user inputs the year in that range and hits a 'plot' button. flash plots the 12 points associated with that year. I want to only have one file from which to read in data. Hence. ...more >>


DevelopmentNow Blog