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 > august 2005 > threads for monday august 15

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

Saving XML files locally?
Posted by Lujunq at 8/15/2005 10:10:44 PM
Hi, I'm looking for a way to save XML files using the projector (not web-based) flash player 7. While on the web, I managed to save my files using PHP as a middleware. However this approach is not valid to stand-alone versions of the software, running locally at the client's computer... Is the...more >>


'new' and obj.attachMovie() not returning references!! WHY?
Posted by ivanko_98 at 8/15/2005 9:30:57 PM
Has anyone run into a 'new' operator or obj.attachMovie() not returning a reference, even though the object is successfully created? I can see the MC on the screen, or the effects of the object, and yet the vars into which I stored the references are tracing as 'null' (which is the value to wh...more >>

runtive save image or swf to server
Posted by flash-diva at 8/15/2005 9:26:35 PM
i have a flash movie which shows certain content, i want to have a button in the movie, by pressing which the flash screen ( or pre-specified part of the screen ) gets exported/saved as a JPG/GIF image and gets stored on a pre-defined folder on server. would really appreciate quick tip on this...more >>

Circular preloader??
Posted by philzzz at 8/15/2005 9:02:31 PM
Hi! I have once made myself a circular preloader and am now trying to reuse it... When I test it on the old fla file it works fine, but as soon as i copy / paste frames into the new preloader scene, it flashes really quickly (but flashes empty as if it had not even started to load) and goes di...more >>

setInterval() ... why skipping interval id's?
Posted by sarova at 8/15/2005 7:08:31 PM
It is with a heavy heart I must admit my inability to understand what's going on here - The following code causes the intervalID's to skip 8, or 10, or 11 increments when a row in the datagrid is clicked. Why? And how can I prevent this? - my movie relies on predictably incrementing in...more >>

stop movie clip playback when a movie stops
Posted by erin island at 8/15/2005 7:06:27 PM
HELP!! I have been searching for hours through half a dozen books and this web site, and cannot find either ActionScript or a Behavior that will stop the playback of a LINEAR movie clip. I am quite sure this is simple, and I have tried various code examples and procedures, but nothing is wor...more >>

target a swf label in a different frame
Posted by guido626 at 8/15/2005 6:22:23 PM
I need to tell a movie to jump a particular label, problem is i want to target a swf that is in another frame in my frameset, any help, pointers or directions would be appreciated. Below is my current button script which I know is not complete. Not sure what other info you all need to know so ...more >>

Preloading Problems
Posted by RĂ´mulo Bordezani at 8/15/2005 4:22:31 PM
Hello, I need to know if someone have been gotten troubles with the Flash Preloaders in sites that have many access, for example in our site, for each 100 access - 1 stops in 98%, but this represent more of 1 000 users! We tried five different preloaders, one using Scenes, another using LoadM...more >>



Scoping problem
Posted by brileigh at 8/15/2005 1:13:22 PM
Hi... I am new to Flash, and have come against a problem which is frustrating me... I am writing a Class file to wrap up the loading of either a LoadVars or XML object... but from the onLoad function I can;t access the Class variables. as Class clsMyExternalData { function cl...more >>

Masking with actionscript
Posted by addicted ta mx at 8/15/2005 12:30:44 PM
Hello again - my fellow flash userz........ I'm guessing that actionscript can do the following but i might be wrong, ok... is it possible to mask part of a movieclip with another different movieclip(the mask itself) that is on a different level to the movieclip that you actually want to mas...more >>

Load images from directory?
Posted by MMCO0707 at 8/15/2005 12:11:12 PM
Hi! I would like, that flash would load images (not only one, but more) from directory to a movie clip when user click on the button. Is this possible and how can I do that. Can someone give me the code or the procedure how to do this. I also want, after the images are loaded to a movie c...more >>

Loading txt files into movies
Posted by wingwah123 at 8/15/2005 11:25:16 AM
Is it possible to load a .txt file into a movie then load that movie into a scrollpane. I have done it but the .txt doesnt show up in the movie. Any help would be appreciated. Thanks...more >>

dynamics lost (text)
Posted by krustafarian at 8/15/2005 11:08:50 AM
Hi i have a dynamic text field, on release i want to fade the textfield out before loading the new text (which has a scripted fade in), trouble is, the alpha script only runs once (i.e it only depletes by 10, as opposed to repeatedly, 10, 20, 30 etc...) what am i doing wrong? onRelease =...more >>

problems with onLoadComplete
Posted by mason phoenix at 8/15/2005 10:53:52 AM
Hi to all, my problem is as follows, i have an empty movie clip and i'm loading an jpeg image into it, i want to find out the resolution of the jpeg, so if in onLoadComplete i try to trace the _height and _width of the movie clip, it returns '0' but if i click on a button in the scene, which i...more >>

flash contact form
Posted by Phil Saunders at 8/15/2005 9:05:56 AM
I converted a html form to flash. The back end is built in php and works fine. However i have a few questions i believe that th hidden field should look like this secret = "contact form"; i want to give the txt fields varible names which i presume is not the same as instance names wou...more >>

load getURL into a MovieClip?
Posted by luciewong at 8/15/2005 9:01:19 AM
Is it possible to load with getURL a html into a movie clip? I place a MovieClip on the stage, lets say 400x300 and now I want, that this MC loads with getURL("myHtmlPage.html") into itself. Many thanks for your help. Luciewong ...more >>

Problems with Levels
Posted by csa at 8/15/2005 8:35:07 AM
I'm having trouble with levels! http://www.jennottingham.co.uk/bubble/main.ziphttp://www.jennottingham.co.uk/bub ble/main.zip Secondly, does anyone have any ideas of how i can make my drop down menu work better? I have tried adjusting the hit area but I still find the the drops downs stay...more >>

calling a method in 'onLoadComplete'
Posted by mason phoenix at 8/15/2005 7:07:18 AM
Hi guys, i have a problem, i'm trying to call a method from an 'onLoadComplete' event and it doesn't work, is this normal? Thanks...more >>

Disabling Vertical Scroll
Posted by DHRStudios at 8/15/2005 12:00:00 AM
Everything works fine on my site, except a scroll pane allows the user to scroll vertically with scroll wheel mice when hovering over an object within the scroll pane. I have three other scrollpanes in this site that don't allow this, and one that does, but they all have the same properties. ...more >>

flash _alpha problem
Posted by had3z at 8/15/2005 12:00:00 AM
onEnterFrame = function() { _root._alpha -= 10; trace(_root._alpha); } anyone of you tried this? you would be surprised to see the resuts, i sure was when i saw the numbers.. 100 89.84375 79.6875 69.53125 59.375 49.21875 ps: using flash mx 2004 pro, 7.2 not th...more >>

Switch Conditional Statement
Posted by gianchi66 at 8/15/2005 12:00:00 AM
I just spent the whole day working on this problem and I can't understand what the heck is wrong with the following instructions. I tried all kinds of variations... _______________________________ GL // Create a LoadVars to communicate with the php page // where a variable between ...more >>

Ipod with MP3 Player!
Posted by BrainOfTheWeb at 8/15/2005 12:00:00 AM
This is a iPod with the mp3 player! Great communication between swf, XML and mp3 files on a server! Full action script and iPod image is totally draw vectors on Flash! http://www.brainoftheweb.com/ipod.swf All comments Very Welcome! ...more >>

Multiple getURL's
Posted by jeffpelletier at 8/15/2005 12:00:00 AM
I have a button I need to apply two on (press) actions to, and it works fine in Firefox, but not in IE. Here's the code: on (press) { getURL("javascript:openWindow('http://www.mymovie.swf','newWindow','toolbar=0,lo cation=0,directries=0,status=0,menubar=0,scrollbars=0,resizable=0,width=7...more >>

Open Tree Component Node from button
Posted by Jacko331 at 8/15/2005 12:00:00 AM
Hey Flash Gurus I have a tree component that I using for the navigation of my site loading remote swf files. I just want to no how I can control the tree from other buttons not in the tree. Regs, Jacko331 ...more >>

Making global mouse event
Posted by MosCD at 8/15/2005 12:00:00 AM
well ... i have a game that i develope and i want to play a specific button click sound for any button in the movie, is there a way to make all the button instances play that sound rather than just putting on event on every buttn? i used that code .. but it didnt work Mouse.prototype.onR...more >>

Scoping problem
Posted by brileigh at 8/15/2005 12:00:00 AM
Hi... I am new to Flash... I am writing a Class file for loading external data through either LoadVars or XML, but I am having trouble accessing the class variables from the LoadVars .onLoad handler ... my code goes something like: class clsMyExternalData { ???private var _someData:...more >>

Level Visibility
Posted by backpages at 8/15/2005 12:00:00 AM
Is it possible to turn the visibility on and off of an entire level which has been loaded via a MovieClipLoader object? I'm not having any luck doing it like this: var myMCL:MovieClipLoader = new MovieClipLoader(); myMCL.loadClip("player.swf", 25); _level25._visible = false; Any help...more >>

get URL
Posted by dawndawg at 8/15/2005 12:00:00 AM
I have an invisible button over text which says "visit the site." My code is as follows. But it only works on a double click, doesn't open in a blank page. Please help! on (release) { gotoHeart.onRelease = function() { getURL("http://www.thrivingcouples.com", _blank); }...more >>

ScrollPane Load Content Problem
Posted by gwpstudios at 8/15/2005 12:00:00 AM
I have an swf file to control loading of "mods", or other .swf's through a scrollpane. The mods load fine by themselves, but not through the master swf. It only loads partway, like shows buttons, but not the text on the button. Also shows some text but not other text. This is really a...more >>

gotoAndPlay a scene
Posted by darrenmccann101 at 8/15/2005 12:00:00 AM
Hello all. Is there a way to convert the code below to gotoAndPlay a scene rather than getURL? Please note that the navigation this is in, is a loaded movie placed in the main scene (which I think is why there is a problem). I have tried root.gotoAndStop("scene_name"); on line 29, bu...more >>

problem with attachsound
Posted by Shaun Perry at 8/15/2005 12:00:00 AM
Hi I have the following code to play a sound that is in the library: on (rollOver) { bee_sound = new Sound(); bee_sound.attachSound("bee"); bee_sound.start(); _parent.arrow_games.gotoAndPlay("over"); this.bee.thebee.play(); this.bee.thebee.flybe.wings.play(); } the file works f...more >>

dynamic buttons in arrays.
Posted by TAGDigital at 8/15/2005 12:00:00 AM
Can someone please tell me why this doesn't work??? menuButtonContainer[ButtonNo]=createEmptyMovieClip("myButton",20); menuButtonContainer[ButtonNo]._x = 400; menuButtonContainer[ButtonNo]._y = 400; loadMovie("myButton.swf","myButton"); menuButtonContainer[ButtonNo].onPress = function(){...more >>


DevelopmentNow Blog