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 > april 2005 > threads for thursday april 14

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

Dragging & Double Clicking Mc
Posted by djkearney at 4/14/2005 11:21:19 PM
hello im new to the community!! just a quick question - Is it possible to (successfully)use startdrag() and stopDrag() - dragging -actionscript on to a movieclip which has double click and an easing alt tag, have been trying for a while with no avail. I want to make a GUI which mimics an ...more >>


How To Insert a php Mail Handler
Posted by Greydey at 4/14/2005 9:56:45 PM
I recently purchased a flash template and have almost complete its modifications My final task is to insert a pre written php mail handler so that the email form works. Can someone provide me with some direction as to how to do this? On the email form page it gives me a 'clear' and 'subm...more >>

is there a way to output an xml doc from Flash?
Posted by wendallsan at 4/14/2005 9:34:18 PM
Hi all, I am designing an application that will drill users on various techniques, sort of an online flash card system. I ultimately want to be able to distribute this without data and allow users to input their own data which would be stored outside the flash program on their local system. ...more >>

How do i play sound using action script?
Posted by Rob_jones732000 at 4/14/2005 9:08:16 PM
I need to play sound using action script, how can i do this? Does it need to be on the stage? Thanks p.s Nsurveyor if you read this, i sent you an email regarding items....more >>

Transitions Between Scenes
Posted by ggraphix at 4/14/2005 9:06:16 PM
I'm pretty new to using Flash and am currently working on my first real Flash site. I've set it up so that there is one main scene on which the navigation is located, and then the other scenes are loaded on top using the loadMovieNum action. Each scene has a different movie clip that plays whe...more >>

System.security.loadPolicyFile - 'method doesn't exist'
Posted by Ads at 4/14/2005 8:19:16 PM
I'm attempting load xml files from a different domain to that of my calling movie I know I need to use System.security.loadPolicyFile() to specify the location of the cross domain xml policy to allow cross domain data loads - HOWEVER - the player won't publish the swf and just reports the fo...more >>

Need Help
Posted by HonSwe at 4/14/2005 8:03:56 PM
Hello AS experts. I am trying to create an array where each element is a different text string that is loaded from separate external text files. What I have below almost works -- I can load in and trace each of the different strings at each step of the loop, but I cannot get them to be plu...more >>

GoToAndStop varies by a variable
Posted by newbie819 at 4/14/2005 7:51:10 PM
I am a newbie to this so I appreciate all help. I started the project with one scene, and only 1 frame. The one frame contains one movieclip symbol. Inside the symbol are about 40 other frames with different pictures on them. I want to know if it is possible for flash to look upon a tex...more >>



movie clip problem
Posted by mcqdogg at 4/14/2005 7:42:51 PM
i'm creating a document where when a button is clicked an image in the form of a move clip appears. i need a way in which when the user selects the next image to be shown, the first one they selected doesn't disappear. i also need each image to have priority over each other. what do i need to ...more >>

full screen browser
Posted by HC at 4/14/2005 5:36:05 PM
Hi, I have a standalone FlashMX projector running off CD. Currently, I use getURL("http://www.bdo.ca","_blank"); to open the page on default browser. Only problem is the browser window is opening at the size it was last used. I like to see it opens full screen. Does anyone have the co...more >>

Actionscript: Variable name used dynamicaly
Posted by cnbvn at 4/14/2005 5:21:13 PM
Hi everybody, I'm a beginner in flash (mx 2004), and I got a (may be simple) problem: I've created 10 instances of a clip. Each name's instance follow the logic: foo1, foo2, .... foo10. And, using a button, I want, when pressed, to play these 10 clips I would like to know if it's poss...more >>

_x and _y problems
Posted by GhettoFabFlah at 4/14/2005 4:45:34 PM
Hey everone again. I need some help with some actionscript stuff. i want a moviesclip called wireshine to play and be moved to a certain point when i roll over it. heres what i have so far. on (rollOver) { wireshine._x == this; wireshine._y == this; tellTarget ('_parent.wireshine') { p...more >>

Text Area and Text Format object
Posted by nvinod at 4/14/2005 4:00:18 PM
Hi, I am trying to use a TextArea component in my application. I have some text and I have a TextFormat object for which I set all the properties and I am using getTextExtent method to get the text for 500 pixels width. But what is happening is, it is returning a textFieldWidth and textFi...more >>

setStyleProperty - no such method?
Posted by keyriest at 4/14/2005 3:22:49 PM
I'm at a total loss. The following code, copied almost exactly from the documentation, results in a 'There is no method with the name 'setStyleProperty'.' error message. What am I doing wrong: this.submit_button.setStyleProperty('face', 0x990000); ...more >>

Open a blank window
Posted by grafX12 at 4/14/2005 3:08:00 PM
I am opening a blank html window from a button within my flash movie. I need this "blank" window to open in the center of the screen at a precise size (700x430) and with no scrolling or toolbars. Basically a window with a title bar which will be playing an embedded .swf. I'm new to actionscr...more >>

Drag and drop only one target
Posted by ReinoutBossuyt at 4/14/2005 1:23:03 PM
Hi, Is there any any function i can use to determine of a movieclip is already the _droptarget of another movie? I've got several objects i want to drag, and several targets. A target can be only be dropped by one instance, so no multiple objects with one target. Is there a simple way ...more >>

Triggering events
Posted by ScottDin at 4/14/2005 1:15:09 PM
Is there a way to trigger other events? Like a rollover or onEnterFrame triggering a mouse click? Is this possible?...more >>

Datagrid cell data formatting
Posted by mjtanzer at 4/14/2005 1:14:09 PM
Ok, I have hit a brick wall here. I am simply trying to set the text in particular cells in particular rows to bold. Actually, I have been able to make a little progress by setting up a TextFormat Object and then using it on the datagrid after setting the dataprovider, like so: var tf:Te...more >>

Handy Action Script Panel
Posted by thefront at 4/14/2005 12:31:49 PM
Hi guys and gals... I am currently doing a course on Flash and the courseware uses Flash 5. In Flash 5 there is an extra part to the object actions panel where you can easily add action script. I am using Flash MX 2004 and this panel is not present. Is there a way of turning this part of ...more >>

Can't find variables values
Posted by Lorenzone at 4/14/2005 12:17:22 PM
hi world, I've a simple problem that a newbie like me can't resolve :( Usually when i send mail with flash form I insert in the send button this code: on (press) { variables = new LoadVars(); variables.email = _root.email.text; (email is text input name) variables.message=_root.messag...more >>

Fractals
Posted by Jon_Dunne at 4/14/2005 11:30:11 AM
Hi Im writing a graphics library that produces fractal shapes, up until now things have be going great until I attempted the Mandelbrot fractal. Does anyone have any ideas on how to produce this fractal in actionscript..?? Any advice would be great thanks ...more >>

Email Hyperlink
Posted by ShaneDoherty at 4/14/2005 10:41:57 AM
mailto:shane@stellarartist.com - how do I change this so that I can send an email and automatically have text 'I WANT TO BE ADDED TO THE STELLAR ARTIST MANAGEMENT LIBRARY' in the subject area Anyone got a clue ...more >>

Kglad: Snap shot of flash content in browser
Posted by Ajay Vyas at 4/14/2005 10:23:00 AM
Hi, I have a flash movie running inside html page. I want to copy the content (snap shot ) of current state of flash movie (which may contain dynamic data). Is there anyone has soltion for this. I know this is possible by using director with third party Xtras. Any sugession welcome ...more >>

eventdispatcher with different classes
Posted by Jeff Schumann at 4/14/2005 9:38:23 AM
I'm trying to experiment with the eventdispatcher. I have created a class that when a button is click it dispatches the eventObject. I know that the function is called because I had a trace statement in there. Code is below. //****Broadcaster**** import mx.events.EventDispatcher class...more >>

can you createEmptMovieClip more than once on a mc without overwriting?
Posted by mattmuller at 4/14/2005 9:28:46 AM
Im using a loop, I want to create a series of MovieClips inside 1 clip that I want to scroll using CreateEmptyMovieClip but the clips seem to be overwritten through the loop, is this natural behaviour? MaTT public function onGroupParse (e : Object) : Void { // Build subcategories ...more >>

loadmovie problem
Posted by chappidi at 4/14/2005 7:22:23 AM
Hi I have to load a swf file from a japaneese directory and it does not work i am not able to load the movie. any idea?...more >>

Import html
Posted by Ben2 at 4/14/2005 6:12:06 AM
i really have no idea on this one so if anyone knows how to script a html file to import into a textbox please tell! thanks ben...more >>

Sound is not playing
Posted by Haahoou at 4/14/2005 5:12:42 AM
my movie has 3 Mc. and it is playing the mc in a sequence automatically (i learnt it from here: see the last post http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=288&thre adid=942013&highlight_key=y&keyword1=play%20movie ) I have a code that stops for a specifi...more >>

Cannot get variable to properly work in flash
Posted by Dk at 4/14/2005 4:37:57 AM
I am a newbie in flash so here is the problem. There is only 1 frame in the movie. I have a movieclip symbol that has about 10 other frames with other images. Outside the symbol in the main movie - on frame 1, I set it to load variables from a textfile. I even placed a dynamic textfield to see it is...more >>

Get all instances in a layer/group?
Posted by Simon Tam at 4/14/2005 4:28:26 AM
Hello all, Is there a way to get all instances in the same layer or group? Thanks!...more >>

Muting an FLV?
Posted by sstringer at 4/14/2005 2:54:59 AM
I have read through the help docs and the various forms for help on this topic. I'm hoping someone can tell me what I'm doing wrong here. I am triggering the load of an external swf into a movie clip. This external swf plays an embedded FLV. This entire set up is running locally on a clie...more >>

how do I refer to multiple MCs with one function
Posted by oekakimaker at 4/14/2005 1:57:21 AM
I have a function charge(chaser,player){ various code that works...} ; it tells one mc to move toward another, but that's not important. So, I refer to the actual movie clips when I use the functions, charge(bug,man); It works! So, I put mc's bug1 and bug2 on the stage. Potentially th...more >>

Protecting AS2 classes (obfuscating vs. decompiling)
Posted by Billy Porter at 4/14/2005 12:29:56 AM
Greetings, I'm working in Flash MX 2004 Pro. I use a lot of external as2 classes (in separate .as files) which I would like to protect from decompilers. Is this even possible? I tried ASO (http://www.genable.com/aso/) but unfortunately it ruins the look on some of my mx.components (those...more >>


DevelopmentNow Blog