all groups > flash actionscript > november 2006 > threads for sunday november 26
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
Problem with openingh URL from MovieClip
Posted by qmadd at 11/26/2006 11:08:49 PM
I have a movieclip called Menu. Inside i have other three movie clips, mov1,
mov2, mov3. I set for each one an action as follows: on(release) {
getURL("http://www.google.com","_self"). The problem is that the movie clip is
not animated any more when i run the movie... it takes me to the right ... more >>
merging ActionScript into existing FLA or SWF
Posted by pete2000 at 11/26/2006 8:12:31 PM
Hi Folks,
Are there any tools or tricks to do this? I'm trying to take existing
(arbitrary) FLA file (or SWF) and merge in bunch of ActionScript code into it
so that resulting FLA file (or SWF) ends up executing my ActionScript when the
Flash presentation starts up.
I'm interested in t... more >>
Save to XML
Posted by sbryner at 11/26/2006 7:30:47 PM
Hello,
Do you need to use php to save text entered from an input field into an XML
file?
I'd like to create a bunch of input boxes that "onRelease" of the save button
saves each
input into a specific order in an XML file so I can later call the file again
and the childNodes would sta... more >>
Use Variable value name???
Posted by gspan at 11/26/2006 5:52:53 PM
Is there a way to use a variable value's name to load data?
What mean is, if I have a variable called "var1" and I load "var1" from an XML
file so the value of "var1" == "XYZ", is there a way to use the value "XYZ" to
load data to a Dynamic textbox call "XYZ"?
var1 = "XYZ"
( XY... more >>
action script object
Posted by rhalfi at 11/26/2006 3:17:49 PM
I would like to creare an object for third party developers to report high
score.
I dont want them to see my code.
So for example I will create a class highScore with API sendScore and the
developer will use it.
What is the best way to do it?
Is the only way to do it is to crear... more >>
Security Sandbox Problems
Posted by neilneil2000 at 11/26/2006 1:33:44 PM
Hi, I am a bit new to the whole actionscript thing but am trying to include
something on my website with buttons which can load swf files into it. This
works fine with locally hosted files using
this.createEmptyMovieClip("Space",2);
setProperty(Space, _x, 0);
setProperty(Space, _y, 1... more >>
Speeding things up
Posted by Tume91 at 11/26/2006 10:48:49 AM
Hi!
I need speed my game up during the runtime so game becomes harder. Well,
problem is that some of my instances uses their own timelines and works with
tweening so I can't figure out how increase their speed. Only thing what I come
up is increase FPS so tweening happens faster but I don't ... more >>
Sorting numbers with dollar signs ( currency ) in the dataGrid
Posted by keithics at 11/26/2006 8:26:13 AM
Anyone knows how to sort currencies?
string sorting ->$1,$10,$2,$20
combination : -> $1,$2,$10,$20 ---> is this possible?
thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Easter Time in Flash Clock
Posted by jfarrow at 11/26/2006 7:18:50 AM
I have a Flash Clock on my web site that currently shows the user's machine
time (see attached code). I want to tweak the existing code so that it displays
Eastern time when loaded. I do not want to load an external asp/vbscript file
as this will cause unecessary network overhead due to loopi... more >>
EASY question! =)
Posted by yuvic at 11/26/2006 12:53:36 AM
Can I load a file that contains a flash code to be executed? (txt or html, not SWF). if so, how?
Thank you so much!
Yuval... more >>
|