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 > february 2007 > threads for friday february 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

weird errors in flasm
Posted by stevie_0 at 2/9/2007 10:15:26 PM
Hi all, I'm trying to decompile an swf with flasm (I like to do so to learn more about flash bytecode). Now I've come across some really sketchy swf file that apparantly crashes flasm, 'cause it only outputs garbage. Her is the FLASM error log: ________________________ Fri Feb 09 22:...more >>

Re: .onPress problem after .attachMovie
Posted by NewYorkled at 2/9/2007 10:07:39 PM
Yes, btw, I understood how I shouldn't be putting actionscript inside objects and had moved it to the main timeline's 1st Frame after making proper adjustments to code, but of course that didn't help either. Anyhow, someone elsewhere explained to me how one can't have any nested rollov...more >>

Changing a movieclip
Posted by Wil at 2/9/2007 9:57:39 PM
Hi, If I have already created a movieclip and am currently in the onEnterFrame method, can I change the clip that that object references in the library? For example can I do something like this function onEnterFrame() { this = _root.attachMovie( ... ) } Thanks Wil ...more >>

Text Input in loadVar
Posted by scholzr at 2/9/2007 9:20:55 PM
OK, so I know that this is probably a VERY simple question, but I am new to Flash, so can somebody please help? I am trying to post the contents of several text inputs to a CGI script when the user clicks a submit button using the following script: (I have removed the address to the actual CGI...more >>

get url to open on a particular flash frame
Posted by Carl Newton at 2/9/2007 8:42:50 PM
Sorry about this, it is my first time posting. I have a web site were I embed swf movies on individual html pages. I have a button to open a html page ref code but I need the page to open on a particular frame in the movie. I would be most grateful for any help. Carl on (release) { ge...more >>

Help with scripting a calander
Posted by satrop at 2/9/2007 7:09:09 PM
Right! I have this calander which I need to add event's to. The calander work's fine but when I add an event I'm lost as to what script I need to put on it to highlight just one date in any given month! Hear's the url: http://www.thedesignport.com After going to the home page goto the calnde...more >>

How to copy dynamic MCs?
Posted by SlowX at 2/9/2007 7:07:58 PM
Using AS I created a dynamic movieclip with a bunch of symbols in it using attachMovie. But how can I make copies or duplicates of this on the stage w/ dynamic content intact? "duplicateMovie" as far as I can tell doesn't include content that's been dynamically loaded... or can it? ...more >>

action scripting
Posted by Neha Garg at 2/9/2007 5:50:52 PM
hi how to add one imagefolder to this prolem, stop(); //next button next_btn.onPress=function(){ if(mc_content._currentframe==mc_content._totalframes){ mc_content.gotoAndStop(1) }else{ mc_content.nextFrame() } } //last button last_btn.onPress=function(){ if(mc_content....more >>



Ampersand
Posted by shaunie123 at 2/9/2007 5:24:15 PM
Hi, I am trying to write to an XML file and need to ensure that any ampersands are written as & Does Actionscript have a function to convert this? Thanks for your advice...more >>

Playing two FLV's at the same time
Posted by jasonslipp at 2/9/2007 5:09:42 PM
Hello, OK, this seems like it would be simple, but I cannot get it to work. I have 2 flv's that have to play at the same time - one is a prof. in front of a electronic microscope and the other is the actual feed from the microscope - so I need them to be able to be controlled by one set of ...more >>

Key.Listener for PGUP and PGDN
Posted by louis antoine at 2/9/2007 4:45:57 PM
Hi everyone, I have a remote controle for Presentation witch emulates the PageUp and PageDown button. I am trying to make it work with one of my Flash 8 Project. I found this code on the help files of ActionScript 2.0 but it seems that it does not work on any computer that i tried it ...more >>

ComboBox simplicity !? :S
Posted by Pinkmischief at 2/9/2007 4:07:05 PM
Ok guys i know this is a ridiculously silly question or im doing something completely wrong :S but i have 1 dropdown or combobox whatever you would like to call it and 1 button The Objective : To trace the selected value of the dropdown on press of a button Dropdown Instance Name is s...more >>

Preloading Nightmares (kind of)
Posted by melissa_v at 2/9/2007 4:05:03 PM
It's me again with my infinite questions. I have this code written to preload all of my .swf's in the background upon opening my site. Each of those swf files is a "loadMovieClip" function on various objects within the site. The code is: contArr = [ "aboutPage.swf", "casestudiesSlide...more >>

Dynamic Text Not Displayed if not embedded
Posted by Simhanature at 2/9/2007 3:23:37 PM
In flash8,in the level other than _root the dynamic text not get displayed when the font is not embedded sometimes. This problem is only for text not for images. When we create dynamic textfield it troubles me a lot. Anyone help me quickly ...more >>

How can I pass a variable(s) between two swfs?
Posted by timpsmith at 2/9/2007 3:15:41 PM
Hello all, I was wondering if it is possible to pass variables between two standalone swfs that are not being hosted on a webserver. I am creating a flash projector to go on a CD Rom and want to load another swf into the _root level and in the process, want to pass a variable or two to th...more >>

Problems with getURL Function
Posted by Marc.FQ at 2/9/2007 2:42:56 PM
:beer; Well, i seach on the web many times, but i can´t find a solution about this case. I just have a button on the stage and the getURL function inside of onRelease function inside of this button When i click on this button, it´s worl well (in another OS), but not the same in windows x...more >>

variable If statement
Posted by $d$ at 2/9/2007 2:27:12 PM
hello all, I'm looking for a good tutorial if you know of one. My scenario is I'm placing a cookie on the user based on their referrer (this part is done). My need is to have actionscript in an already existing flash presentation that says "IF this cookie is present, then getURL(th...more >>

Drag limited to a path (actionscript)
Posted by Puppin at 2/9/2007 1:56:56 PM
Does anyone know how to create interaction with a button, as with StartDrag, limited to a pre-defined path...more >>

Thumbnail Buttons in Transition Effect Ga;;ery
Posted by Wonderwendy at 2/9/2007 1:55:57 PM
Hello, I have used the attached code to apply transition effects to a JPEG This code works great but when I try to install thumbnail buttons using loadclip or loadmovie the JPEG loads with out the effect or doesn't load at all. What can I do to get my thumbnails to load JPEG's w...more >>

Very Basic Question i think ?
Posted by Pinkmischief at 2/9/2007 1:31:20 PM
Hi im very new to flash but am looking to learn some more about it i have tried to use the pre-built components in flash and was just wondering where or how you can retrieve the values from the checked boxes i know how to do for 1 checkbox by using if ( instancename.value = true){ tra...more >>

Very Very Basic
Posted by Donnyoddlegs at 2/9/2007 12:29:00 PM
I have been using flash for a while now but still rely on simple dodges than doing things the correct/better way. A good example is my toggle but that set a movie clip to invisible when pressed. I know lots of ways of using the button as a simple toggle (on/off switch) but I tried this to...more >>

Extending Array class
Posted by Pop Clingwrap at 2/9/2007 11:39:51 AM
I want to define a new method to search arrays for specific values. I have a new class defined like this: class Array2 extends Array{ function Array2(){ } function myMethod(){ } } In my code I use this line to declare a new instance: var myArray:Array2=new...more >>

Dynamic Menu
Posted by GerryIsHere at 2/9/2007 11:28:40 AM
I want to build a menu (no matter its look) which will pickup its topics in a DB Table. Of course, there will be pre-scripted action in the .swf which can tell the menu what to do when a new topic is encountered after browsing the appropriate DB Table. Also, there will be in the .fla a pre...more >>

Script on another layer
Posted by stuart_lynch at 2/9/2007 10:08:39 AM
I"m trying to work with this play backwards script inside of two levels or two movie levels It's a very rudimentary look, I'd prefer to get it working before I add the real 3d elements. http://www.project1media.com/testlevel.zip I'm very desperate at this point and my understanding of...more >>

Gradually resize movie clip
Posted by Nasia.A. at 2/9/2007 8:30:19 AM
Hello, I am trying to make a site for myself and I would like to make a movie clip which will be changed in size (scaled) when specific buttons are pressed. I would like to make a gradual transition from one size to the other using actionscript . I tried to find a tutorial on this but nothin...more >>

ATL Composite control hosting Flash ActiveX in IE
Posted by Henry_Ping at 2/9/2007 7:04:34 AM
Hi, I have an ATL Composite control with Flash ActiveX object. The communication between Flash and ATL control is done through ExternalInterface. This all works fine in ActiveX Test container. However, when I host my ATL composite control in IE6.0, CallFunction keeps throwing com_error. ...more >>

Intro button to open another SWF
Posted by mydoofy at 2/9/2007 6:54:48 AM
Hello. I have an intro that at the very end I have a button to press. What ActionScript code would I use to have that button when clicked launch a 24 slide presentation I have already created? This will be a locally run presentaton, no web whatsoever is used. I just want to use the intro f...more >>

sound recorder with ActionScript
Posted by David Mok at 2/9/2007 6:36:22 AM
Is it possible to build a sound recorder with ActionScript? I know that you can do it with a Flash Media Server. But that requires a steam and a server. I just want a simple recorder/player so that a user could test and adjust the settings of his/her microphone by visiting a we...more >>

How to control the Flash list the slide block slide whit AS?
Posted by Jian Zhang at 2/9/2007 4:03:07 AM
How to control the Flash list the slide block slide whit AS?...more >>

Email Action for Button
Posted by sohara at 2/9/2007 3:43:13 AM
I'm using MX2004 - how do I add an action for an email link instead of a website link? Thanks!...more >>

Flash Form for PHP server
Posted by eLoCascio at 2/9/2007 3:26:47 AM
Can anyone send me to a website that has a basic, freeware easy to understand PHP server based flash form that a novice actionscriptor would be able to implement to a website. - Thanks....more >>

Help with Listener Objects???
Posted by brandon_haslip at 2/9/2007 1:51:05 AM
I have a checkbox that when clicked, it loads a movie onto the stage, that works beautifully. The problem is that I can't seem to figure out a way to unload the movie when I uncheck the checkbox. Below is the code I am using to load the movie. Any help is greatly appreciated. Thanks. ...more >>

Open link in new window
Posted by med23 at 2/9/2007 1:16:58 AM
Hi, I'm fairly new to flash, and would love some help with opening a link in a new window. I have created a button and just need to know what actionscript I am meant to put on the button to get a separate window to display the link. THANKS IN ADVANCE ...more >>


DevelopmentNow Blog