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 thursday february 22

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

Instantiate an AS2 class which is a MovieClip?
Posted by abeall at 2/22/2007 11:46:07 PM
I have a simple class which extends MovieClip and requires one constructor argument, we'll call Box. This class is associated to a MovieClip in the library. I can't for the life of me figure out how to actually instantiate it at runtime: new Box('hello world'); // doesn't work, the MovieCl...more >>


Tutorials
Posted by Mister Peanut at 2/22/2007 10:20:45 PM
Hi all, I'm wondering if someone could recommend a good tutorial on designing a mail page, in which the user can enter his/her name in a text field, enter the email in another text field, and a message in a large text field, and hit a submit button to send the info to a specific email add...more >>

Flash comboBox not displaying
Posted by nIvelyx at 2/22/2007 9:24:26 PM
:beer; Heya, I have a Flash file that utilizes a CFC and MSSQL Server 2000 to return some variables in the ComboBox component. The structure of my movie is as follows: (Preloader) (Pages folder) : [ Houses the folders: About, Pictures, Story, and Contact ] - The file that I need to wo...more >>

javascript popups that open in same window causing focus problem
Posted by spudnut at 2/22/2007 8:55:39 PM
I have been using javascript popups in actionscript buttons for some time with no issues. However, on a specific movie I have 2 button links, each of which opens a pdf file. I need each pdf to open using the same new window to avoid multiple new windows opening. This works fine on the firs...more >>

Javascript to actionscript questions
Posted by sabinblack NO[at]SPAM gmail.com at 2/22/2007 7:10:15 PM
I have several questions about actionscript and everything and anything will help me out a lot. Here they are: >From javascript (for questions 1-3) 1) is there a way to iterate through objects in a swf file? For example, if the swf has a jpg or some control that I want to target, I want to ...more >>

dynamic html text field
Posted by poisoniver at 2/22/2007 6:59:50 PM
Ok I have always had problems with dynamic text fields and fonts but now I am at a crossroads as to a problem. I have a component that fills a dynamic text field created at runtime that is html enabled but it seems to be not "catching" the tags. Now before someone gets on here and says: ...more >>

Weird Drawing Issues
Posted by SymTsb at 2/22/2007 6:36:16 PM
Hey guys. Check the link below. Access is 123456789. http://www.fedlerstudio.com/flash/previews.swf After the images load, you'll notice that the right side bottom and bottom line segments for the border appear to be drawing slightly off key from where they should be. It's straightfor...more >>

Help on dated image replacement on flash
Posted by restrepoblessing at 2/22/2007 6:19:14 PM
Hi, I'm trying to do the same thing but istead of daily I would like to display a different image every week, for instance on sunday February 25th 2007 I want to display image 1.jpg for sunday March 4th, 2007 I want to display 2.jpg and so on every sunday of the month (is for my church), b...more >>



Email link in a dynamic text field
Posted by MCAPEHART NO[at]SPAM 321PRODUCTIONS at 2/22/2007 5:35:56 PM
I have a paragraph of scrollable dynamic text. I need to add an email link to one of the sentences. Is this possible? I can't make the line a button in the dynamic text paragraph. Can anyone help please. ...more >>

Flash vars
Posted by realworks at 2/22/2007 5:22:45 PM
Hello, I need to pass a var into a flash movie and depending on the var being "1", "2", "3" etc.. The movie will goto the frame the var has specified. I load my flash movie using an external.js file shown below. Because on every page I need var "page" to be diffrent I am trying to use ...more >>

change browser url with movieclip onrelease
Posted by mbowles at 2/22/2007 4:12:56 PM
I have an actionscript that sets 10 movieclips in an array, I then scroll the array. I want to add a funciton to my movieclips listener onRelease method to chane the url of the current broswer (not launch a new window). target_mc.onRelease = function() { changeLocation(); }; ...more >>

Clossing a window component
Posted by realtime158 at 2/22/2007 3:35:29 PM
How do I destroy a window component? And I don't mean a close button on the top corner. What I want is in that form is a separate close button labeled close that will destroy that object or close it down. The code below pop up's a window component Thanks on (press) { import m...more >>

Create global array function
Posted by EagleTempest at 2/22/2007 6:09:44 AM
I want to create a variable array (not array class) to store numbers. Here's what I'm hoping for: _global.CrtElement= 0; _global.BackStepArray = Array(); then later on I will assign a value to the first element: BackStepArray[CrtElement] = 4 I don't want to use named arrays unless...more >>

Find Edges Filter in Flash AS 3?
Posted by funonmars at 2/22/2007 5:15:43 AM
I've been scrubbing though google trying to get up to speed with AS3, and with a particular job/problem to solve. I need to take a dynamic image, desaturate it, and create the Photoshop effect of the Find Edges filter. Does this seem even vaguely possible? I've got the desaturate part worki...more >>

Action at end of FLV playback?
Posted by shueardm at 2/22/2007 1:14:23 AM
Would like to put an action at the end of a FLV playback which goes for 3 minutes. Instead of creating 3000 frams and putting an end action there, can I put an action in the FLV file to close the movie and open another? Thanks ...more >>

Does AS proved access to environmental variables of a computer installation?
Posted by aa at 2/22/2007 12:48:01 AM
Does AS proved access to environmental variables of a computer installation it is running on? ...more >>

Actionscript Ignores Layers...
Posted by mbrellisford at 2/22/2007 12:36:55 AM
I have this whole movie that I created using actionscript and I want it to fade in... I created a movie clip on a layer above the actionscript and placed the movie clip on that.... The fade in work (background images fade in) but everything that was created using actions doesn't.... ...more >>

Problems Overriding setInterval with Button onRelease
Posted by Steelers at 2/22/2007 12:05:42 AM
Hi. I'm successfully jumping between playing Frame 1 and Frame 2 using the functions below and setIntervals ... ( The following code is in Frame 1 main timeline ... ) stop(); / / this advances to the next frame var myInterval:Number; function proceed() { nextFrame(); cle...more >>

POS hardware integration
Posted by nadanamesleft at 2/22/2007 12:00:00 AM
I am a final year university student and my final year project is to see whether Flash can create a robust point of sale system. I am using PHP and mySQL for the backend of the project. My questions are: Can Flash control/make use of barcode scanners and cash drawers and if so how? Does anyone...more >>

get ur problem with ie
Posted by shajahan_gani at 2/22/2007 12:00:00 AM
hi, i'm facing a problem with the geturl function when downloading a doc or ppt file in a new window using the script getURL("www.mysite.com/test.doc","_blank"). This prompts to open a new browser but displays an error [b]Action canceled nternet Explorer was unable to link to the Web...more >>

Inspectable
Posted by Marghoob Sulemaan at 2/22/2007 12:00:00 AM
hi guys, can i add something dynamic in Inspectable tag. here is sample code. actually i want to show all fonts in a component field. Thank you for the help. [Inspectable(enumeration=String(TextField.getFontList()), defaultValue="Arial")] public function set TextFont(font):Void {...more >>

Is there any way to boost flash performance in a MAC?
Posted by ramdak at 2/22/2007 12:00:00 AM
As I said... is it possible? Why is it too slow? Any answer is welcome. THANKS!...more >>

geturl problem with ie
Posted by shajahan_gani at 2/22/2007 12:00:00 AM
hi, i'm facing a problem with the geturl function when downloading a doc or ppt file in a new window using the script getURL("www.mysite.com/test.doc","_blank"). This prompts to open a new browser but displays an error [b]Action canceled nternet Explorer was unable to link to the Web...more >>

Pausing the loading of an external SWF?
Posted by batgeek at 2/22/2007 12:00:00 AM
Does anyone know of a way to pause the loading of an external file so that it can be resumed later. Alternatively, does anyone know of a way to detect the file size of an external file without actually loading it into your movie? ...more >>

flash lite loadmovie is not loading more than 5 jpeg images
Posted by gunjankrs at 2/22/2007 12:00:00 AM
Hi, I am working on flash lite 2.0 for last few days. I am facing a big problem when using duplicatemovieclip and loading jpg images on these movieclips. It is showing an error that "it can not load more than 5 images on one frame on one click " I don't find any solutions for this. Pleas...more >>

dynamic loading of .wmv inside flash
Posted by AshokSuccess at 2/22/2007 12:00:00 AM
Load a .wmv file inside flash dinamically... please help me out. Thanks! ashokkumarblore@gmail.com...more >>

xml photogallery thumbs prob.. plz help
Posted by sundeep_02tv26 at 2/22/2007 12:00:00 AM
hai to all.. plz help me i am doing xml photogallery for my project. i completed doing the gallery part but at one point i am stucked. here i am loading thumbnails into thumb_mc in _y direction. i have two buttons (up_btn and down_btn) for the thumb_mc to move up and down directions. ...more >>


DevelopmentNow Blog