all groups > flash actionscript > february 2004 > threads for saturday february 7
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
FlashPlayer compatibility
Posted by or.hor at 2/7/2004 10:48:14 PM
I wrote a very simple flash movie. it contained a little bit of scripting. when
I played the .swf file inserted into a .htm file on machine where is
FlashPlayer plugin version5, everything OK. When I played it in IE6 with
FlashPlayer7 the movie didnt work OK. Whats wrong??? thanks for answerin... more >>
Cant rezise loaded jpg's!!
Posted by jony_calavera at 2/7/2004 10:32:36 PM
two add things happen : i cant rezise the movieclips and rotation sets itself
to 90
here is the code
lista_xml = new XML()
lista_xml.load("lista.xml")
lista_xml.ignoreWhite = true
lista_xml.onLoad =function (success)
if (success == true)
at = new Array()
bt = new Arra... more >>
Screens HELP
Posted by SilicoNblOOd at 2/7/2004 9:38:40 PM
I don't know what is wrong
I have a few screens. On one of them I have a button to which I add a behavour
to hide this same screen. It doesn't work. When I, however, add another
behavour to show the next screen (which was hidden) - it works
Plz help urgen
... more >>
i like, i like
Posted by exor? at 2/7/2004 8:58:23 PM
i like, i like
this new look for the forum is making it real easy on the eyes, not to mention that it's really neat. well, just a thought.... more >>
Multiple Symbols
Posted by Legolas9901 at 2/7/2004 8:29:04 PM
I have a main movie, duh. First frame is set to stop. There is also a second
frame.
Now in this movie I have a movie clip. In this movie clip, I have buttons. I
need a code that will affect the OUTERMOST movie area, the one that has 2
FRAMES.
What I want it to do is the GO TO AND PLAY ... more >>
Bug?? special char. not showing up in dyn.text!
Posted by Gerrard at 2/7/2004 7:13:56 PM
I have a dynamic text box that loads an external text. The text has some
special characters due to some extra letters in my native alphabet. These
characters renders out as expected when I export my movie to flash 5 format,
but NOT when I export to flash 6 or later!
Does somebody know why ... more >>
TextField.restrict
Posted by Mohamed Badrudeen at 2/7/2004 2:51:26 PM
How to make the entry to accept only "+" sign.
... more >>
Flash Debugging tool
Posted by slamdunkinpool at 2/7/2004 1:37:33 PM
If you are working with and application that contains heavy ActionScript then
this tool might be useful to you
Its free
More details in macromedia.flash.handhelds forum, there look for thread with
title "Flash Debugging tool"
[L=Thread link on
macromedia.flash.handhelds]http://www.ma... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
drag and drop
Posted by iamapollo at 2/7/2004 9:28:19 AM
H
I am a newbie to flash and I am trying to learn actionscript
I wanted to be able to drag a square with the mouse, so i created a square,
made it a movieclip symbol, clicked on the symbol and added the following code
to its actions
on (press)
square_mc.startDrag()
on (relea... more >>
drag and drop
Posted by iamapollo at 2/7/2004 9:26:16 AM
H
I am a newbie to flash and I am trying to learn actionscript
I wanted to be able to drag a square with the mouse, so i created a square,
made it a movieclip symbol, clicked on the symbol and added the following code
to its actions
on (press)
square_mc.startDrag()
on (relea... more >>
Text selection
Posted by Vimpact at 2/7/2004 7:19:09 AM
I'm trying to build a mini lash based word processor in a projector file. I'm
trying to find out if it's possible for a user to type in a paragraph into a
input text field. Then by selecting a portion of the text and clicking a button
they could bold the type, change the size, etc. But instead... more >>
Screens. Where best to put actionScript
Posted by Spen at 2/7/2004 3:08:27 AM
Hello I'm having a play with screens both form and slide based and so far these
are my concerns
1. There is very little documentation around which actualy looks at best
practices when building applications using forms. All the tutorials on the
macromedia site seem to delve streight into da... more >>
Difficulty with multiple Symbols
Posted by Legolas9901 at 2/7/2004 3:08:11 AM
I have a main movie. First frame is set to stop. There is also a second frame.
Now in this movie I have a movie clip. In this movie clip, I have buttons. I
need a code that will affect the OUTERMOST movie area, the one that has 2
FRAMES.
What I want it to do is the GO TO AND PLAY FRAME (... more >>
Can a user draw a motion guide
Posted by Canbrit1000 at 2/7/2004 3:00:20 AM
I am attempting to have a user drag a player onto the stage and then direct the
players subsiquent movement
Drawing a motion guide would be nice but I would accept just a straight line
established by the user
Is there any way to just click the mouse to establish a direction and apply
thos... more >>
get values?
Posted by Stefan at 2/7/2004 12:09:41 AM
when i enter this:
trace("_root.gut"+zaehlerGut+"._width");
i get the "path" but how can i get th evalue ?
... more >>
|