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 > november 2006 > threads for thursday november 9

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

Photogallery in Flash
Posted by BryanThomas at 11/9/2006 11:53:52 PM
I have a photogallery i created in Photoshop and i'd like to load it into my movie. I got the gallery SWF and have it unlocked, but when i load it in photoshop, it gives me a log of code it runs through but doesn't display any images. mytimelesspix.com/photogallery.rar All the files are in t...more >>


Drag not working in Flashplayer 7
Posted by raylaur at 11/9/2006 11:22:20 PM
I have a movie that uses drag & drop actions. It works fine when published for Flashplayer 6 but breaks with 7. When the drag object is pressed it jumps to the 0,0 location on the stage and does not drag. I need Flashplayer 7 so that I can use the lockroot property so the move can be loaded ...more >>

calculation using flash
Posted by cunha49 at 11/9/2006 11:10:03 PM
In calculations using action script I need that the result always shows two decimals (,00) same when = to zero...more >>

Smooth Transitions- Cant figure out what im doing wrong
Posted by fanmap81 at 11/9/2006 11:05:17 PM
Im trying to make it so that when i click on a button in the navigation, it loads its corresponding external movie file into a movie clip on the main timeline. It seems to load the movies, with intro animation, with no problem, but it dosent play the outro animation in each movie clip when ...more >>

Flash Calendar question
Posted by Simulacrum_ at 11/9/2006 9:50:03 PM
My boss has challenged me with a new project and I am a little unsure of where to start. I have been asked to design a form in which users request blocks of time (such as Monday/Wednesday 9:15-10:30). He then wishes for there to be an online calendar that shows which time blocks have alre...more >>

Loading Variables from ASP into Flash
Posted by bonzomn65 at 11/9/2006 9:20:32 PM
I can find plenty of tutorials detailing how to load variables from a defined asp page into Flash, but here's my dilemma... I have an asp page that is reading a URL with a unique identifier in it (www.sampleURL.com?id=123456), and then turns the id number from the URL into a variable. On t...more >>

Sometimes _currentframe returns "undefined"
Posted by Timothy Hall at 11/9/2006 9:14:04 PM
Here's an example of how I am using this.. I am calling a function "nearestOctet()" that begins with the following two lines: [Q]currentFrame = theMovie_mc._currentframe; trace("On entering nearestOctet, the currentFrame is: "+currentFrame);[/Q] Sometimes I call it and it returns a numb...more >>

MovieClipLoader-Need to call multiple external SWFs
Posted by JK Hudson at 11/9/2006 8:42:18 PM
I'm jumping into full blown ActionScripting for the first time here. I need to call an external SWF from a clickable button...and I have about 50 buttons and 50 corresponding external SWFs. The final output is a projector playing on a laptop. Is MovieClipLoader the way to go here or does ...more >>



Help: dispatchevents woes
Posted by Special-k at 11/9/2006 8:32:53 PM
Recently I decided to write a timeline class to help out with an idea I had. Well it's evolved quite a bit (in a good way). Well I started writing some other classes and having them dispatch events using the eventDispatcher. Now what's weird to me is that I have one class that it seems to hate...more >>

Flash uploader gets unresponsive when uploading multiple files.
Posted by M0L (NL) at 11/9/2006 7:07:17 PM
When uploading multiple files, sometimes my browser will become unresponsive and the following error message will popup: A script in this movie is causing Macromedia Flash Player 9 to run slowly. If it continues to run, your computer may become unresponsive. Do you want to abort the script...more >>

ExternalInterface.call String parameter length limit???
Posted by jhannus at 11/9/2006 7:06:11 PM
Is there a String length limit to the amount of chars a String can contain when passed as a parameter to ExternalInterface.call()? Also, are there any chars that ExternalInterface.call() cannot serialize in a string?? Like \n, \t ...etc. The livedocs don't answer these questions. ...more >>

emil link in a flash movie
Posted by photoop817 at 11/9/2006 5:42:44 PM
this is frustrating i have a flash movie that is ready to deploy but can't get the reply email link to function can anyone help?...more >>

Make parts of an image randomly disappear?
Posted by The Madmax at 11/9/2006 5:14:10 PM
Any assistance on making parts of an image randomly disappear would be greatly appreciated? ...more >>

Wierd code corruption
Posted by Bob Robertson at 11/9/2006 4:17:28 PM
I've been working on a SCORM-compatible Flash movie for a while now, and it's almost complete. My issue is that, after clicking a button that makes the calls to the SCORM API, several different lines of AS don't work anymore. I've found that if the button is pressed, and the mouse doesn't move...more >>

FLV timer
Posted by Xak_tre at 11/9/2006 3:40:51 PM
I need an easy way to convert the milliseconds from playheadTime and totalTime of an FLV clip into minutes and seconds. I am currently using: Math.floor (_parent.timX.playheadTime / 60) (Math.floor (_parent.timX.playheadTime % 60)/100) ...more >>

Positioning using attachMovie
Posted by Angyl at 11/9/2006 3:18:26 PM
I'm having trouble controlling the placement of an mc when I use the attachMovie code to put it on the stage. Could someone please show me the proper syntax for putting say "milk_mc" into "cow_mc" at 100,192?? I've been trying cow_mc.attachMovie("milk_mc", "milk", {_x:100, _y:192}) ...more >>

how to write a function to move MC
Posted by gringito at 11/9/2006 3:06:49 PM
I am not really experienced in AS. I would like to write a simple function which would move a MC on _x or _y coordinates, both ways - left to right, right to left, up to down, down to up. Than I want to call this function whenever I need to move some MC objects on the stage, just giving ...more >>

Zoom in with Projector
Posted by JK Hudson at 11/9/2006 2:49:31 PM
Does anyone know of a way to control the zoom in feature while in a projector file (used in an interactive presentation to clients)? I have a client that hates the right-click contextual menu and wants me to build in a feature for him to zoom in and out. I've looked at the fscommands and can't...more >>

Input Text Style
Posted by arunbe at 11/9/2006 2:22:02 PM
Hi, I am having task to do a style of input text. If i am typing in a input text, the text in the feild should come in a curved path. Now, i am trying. I am creating mc for all the each letters and tried to rotate them but, it doesnt seem like a curved path. I think, using the ma...more >>

please, take a minut
Posted by rohai at 11/9/2006 2:09:54 PM
Hi, I'm sending vars as querystring to asp, which then with SELECT sentence grabs the right data from DB and creates xml. This XML is then loaded into new swf, which is loaded into MC from the first swf. The problem is that it's working if I don't send vars to asp, but only tell the new lo...more >>

Why is this a syntax error?
Posted by fanmap81 at 11/9/2006 1:49:33 PM
_level0.preloaderGraphics.percent=int(Percentage) add "%" this code seems to work with no problems as a flash mx file, but it wont work with flash 8.....anyone know why?...more >>

displaying XML data outside of a Release statement
Posted by elviskat at 11/9/2006 1:49:28 PM
Hi I'm having problems getting a dynamic field to display some XML properly, i think it is jut my syntax but not sure, if i make a manual path of Movieclips with instance names it displays fine!!! Basically I have this load Var statement, which contains the path to the dynamic field when g...more >>

Simple ActionScript question
Posted by Rupda at 11/9/2006 1:03:05 PM
.. I'm not a coder and I haven't had much luck finding the answer to this... [B]I'm using this code below to run a flash movie -- which I didn't do as I can't code -- and want to know how to make the movie simulate that constant looping effect (using the current code below) even when the...more >>

How to display the copyright string (c) in a text field ?
Posted by sylpogi at 11/9/2006 12:39:52 PM
Hello, I'm using a text field in which I want to display the copyright symbol (c) : the letter "c" in a small circle. I tried this : texte.text ="&copy BRAND" but it doesn't work. Can you help me ? ...more >>

How can I control a parent container clip?
Posted by azukizer0 at 11/9/2006 3:53:00 AM
I have a site with the usual design: main.swf with a container clip which loads the various swfs into it using MovieClipLoader. In one of the swfs that is loaded into the container clip, I have a button that, onRelease, I'd like to load another swf into the main container clip. Can I hav...more >>

GetTimer ( ) Question
Posted by ricking at 11/9/2006 2:46:15 AM
I'm using screens in Flash MX Pro to create a small slide show. I'd like the first image to auto advance to the next screen after 5 seconds. The code below works only if the user clicks on the image (since it's activated by the MouseDown event.) How can I modify this code to auto advance afte...more >>

have some problem in Number
Posted by Thepoor13 at 11/9/2006 12:00:00 AM
my project bellow var Total:Number var Num:Number; loadVariablesNum("Document.txt",0); this.onData=function(){ Total=Number(total); Num=Number(num) trace(Total); trace(Num); } out put is following: NaN 10 NaN 5 ?? why this? another: var Total:Number var Num:...more >>

Quiz results not displaying in swf file
Posted by stevie mcg at 11/9/2006 12:00:00 AM
I am creating an interactive cd which basically runs a blank projector which then loads in various swf files from fscommand folder as and when required. Part of the CD is a quiz - created using one of the standard flash templates. When this is loaded into the main projector as a swf file it ...more >>

resolution help!
Posted by olivecat at 11/9/2006 12:00:00 AM
:brokenheart;...more >>

Creating a Toolbar on a page flipe site
Posted by Rodrigo Kroehn at 11/9/2006 12:00:00 AM
Hi everyone, I'm trying to implement a navigation tool bar like the flash paper toolbar. The functions will be the same as the flash paper. This will be used on a existing movie, a pageflip movie. I want to have the zooming, printing, searching and everything else on this and, plus, I want to ...more >>

How to properly navigate between classes and objects in general?
Posted by Tiemen Rapati at 11/9/2006 12:00:00 AM
Hey guys, I don't seem to be able to wrap my head around this. I'm navigating through a flash document created by someone else - which has been done very nicely - though he has a different style of building flash sites than I have. He builds them up entirely by actionscript, whil...more >>

Actionscript2 - Import Class Camera, NetStream, Video.
Posted by ::: robman ::: at 11/9/2006 12:00:00 AM
Im deployng an application in actionscript2... Im using Flash 8 from a preview installation of Flash MX and with import of control class there are no problems (C:\Programs\Macromedia\Flash 8\en\First Run\Classes\mx\controls)... Classes NetStream.as, Camera.as e Video.as are on this location ...more >>

how to check if the data from asp is ready?
Posted by rohai at 11/9/2006 12:00:00 AM
Hi, my script sends the vars to asp, which creates new xml. In flash a new swf opens and loads the new xml. But here's the problem. The second swf doesn't receive the data. I assume that the xml in not ready when the swf loads. How can I check to see if the data is ready to load into flas...more >>


DevelopmentNow Blog