all groups > flash actionscript > april 2004 > threads for saturday april 10
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
Flash Game EXE in Non Resizable Window
Posted by pharaohman98 at 4/10/2004 10:52:25 PM
Hi All.
I have a new issue that I need resolved with my Flash game. When finished the
game will be published as a stand alone EXE file that people will be able to
download and play. The resolution is set to 640x480 but the problem is that I
can manually resize the window once the exe is... more >>
asfunction + prototype , please assist
Posted by Mabel Lynx at 4/10/2004 6:18:45 PM
Hello Group
Could you please assist me in combining Asfunction with MovieClip.prototype ?
I have simple prototype for loading external content .
Try to recycle my preloader because i have lots of content to load .
SWF and JPG files.
I get it all working very well but than I wanted... more >>
load data from mysql
Posted by Pluda at 4/10/2004 5:29:00 PM
Please, can someone give me a simple php code to query one mysql database, so i can load the results into flash?
Thanks a lot
Pluda... more >>
Can I play background music one after another?
Posted by Biologicalboy at 4/10/2004 5:17:54 PM
I used "loadSound()" command to load five MP3 files dynamically.But my goal is
let the five bg music play one after another.this is to say,when the first bg
music is finished,it can play the sceond automatically,and then the third?
Can this possible?and how?Thanks!!
... more >>
Input Text box problem
Posted by BVKimball at 4/10/2004 4:46:18 PM
Hi,
I have a input text box(will say i named the VAR "input") and i have a
movie clip set up so with a createTextField in it for my output. basically i
cant figure out how to take my input text and put it into my output field. i
had it set up like:
on(keyPress"<enter>"){
o... more >>
Using Stage.onResize event
Posted by meeesta at 4/10/2004 4:05:42 PM
Hello.
I'm trying to create a movie that adapts to fit any size screen, well width
wise anyway. At the moment I can't seem to get the Resize event to fire. It
does it once when the movie first loads in and thats it. Once the move has
loaded you can resize the browser window and nothing hap... more >>
Override save / open dialog
Posted by johnnyofeck at 4/10/2004 4:00:08 PM
I'm very keen to run a flash movie as my windows shell. Its potential for a 3d
animated interface is just soo tantalising only for one problem....when I
launch an application I have to do it with getURL() . This then brings up a
save / open dialog everytime I want to launch an app.
Is there ... more >>
Input text question
Posted by Richard at 4/10/2004 2:48:07 PM
When going to a frame with a input text field I would like the cursor
already flashing in the input text field rather than the user having to
first click in the field.
Is this possible?
Thanks
Richard
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
angle calculation with Math.sin()
Posted by harm.3koppig.nl at 4/10/2004 11:37:38 AM
Hi, I am trying to calculate an angle in FlashMX 2004.
on my normal calculator I can use the formula sin X = Y/Z.
when I know the Y and the Z all I have to do is sin-1(Y/Z).
Is there also a function for this is Flash? or should I do it another way.
|\
|-\
|--\
Y--Z
|----\
|-... more >>
Preloader help please
Posted by WussMagnet at 4/10/2004 11:36:41 AM
I've created a flash movie with 6 different scenes. I waited last thing to
handle the preloader. So I made a preloader scene. I made a simple movie clip
to wiggle a message. This being my first attempt using flash mx I think I've
confused myself trying to figure out the actionscript part to at... more >>
web portal problems
Posted by s3d at 4/10/2004 11:35:19 AM
OK, i have a fundimental problem, here is a couple of exmaples of where im
having problems, so i hope it makes sense.
Example One
------------
I have a MC called "lightBg" which is simply a coloured square, and its in
libuary, and used on stage (using GUI) many many times. I would love t... more >>
Can't make button go to different scene...
Posted by HuNt2r at 4/10/2004 9:29:52 AM
I have been up and down the forums.
My case is really basic. I have two scenes. On the first scene, I have a
button. I used the recommended actionscript for an on press function to go to
and stop on scene two. For some reason, when you press the button, it just sits
there as though you did... more >>
TextFieldProblems
Posted by Manoj vn at 4/10/2004 6:14:57 AM
Hi forum,
I have three input textboxes (t1,t2,t3) in my flash file. On playing the movie
the cursor is at t3. I want to focus it to t1. I had tried
Selection.setFocus("m1.t1"), m1 is the moviclip which contains the texts. But
it is not working.
Also another porblem with this text fiel... more >>
gotoAndStop() problems...did i miss something?
Posted by killcast at 4/10/2004 4:07:05 AM
so i've been working with flash for awhile now, and i guess i feel like a moron
if i just never picked up on this before, but does gotoAndStop() (in reference
to the main timeline, not a movie) only work when used with a button, and not a
movieclip?
i'm making a game where the user control... more >>
Yet more problems with loading external data...
Posted by duuman at 4/10/2004 3:43:14 AM
Well, I have managed to make a movie load data, figure out when its loaded, and
display it. It works perfectly when uploaded to my website. The problem occurs
when I try to embed it into a page that is not on my site (it is meant for a
signature on a forum) it all comes up as "undefined", whic... more >>
Volume Control problem
Posted by Xx)MaveriK[X] at 4/10/2004 2:53:38 AM
i did a volume control with this script (this worked well, the problem is
after) :
//Volume bar moviment
mc2.onPress = function() {
startDrag(this, true, _root.mc1._x, _root.mc1._y-100, _root.mc1._x,
_root.mc1._y);
};
mc2.onRelease = function() {
stopDrag();
};
//Changing Volum... more >>
Actionscript to SWF
Posted by xJaNx at 4/10/2004 2:20:42 AM
i created a new AS doc but how do i link it to my movie so that the script i wrote out is picked up by the SWFs MC ... more >>
How do I pre-load jpegs and show them later?
Posted by maverick101 at 4/10/2004 1:44:30 AM
I am creating a Flash app in which I want to pre-load approx. 20 jpg photos
available in active memory to be called immediately to the stage upon a certain
event (let's say a button click). I want to show only 1 of the jpegs at any one
time. What is the most efficient way to do this? In wha... more >>
actionscrippt help
Posted by dj-cab at 4/10/2004 12:27:47 AM
On on button I am trying to have the button link to a quictime movie using Java
and also goto a different page in my flash file....the java portion is working
and the pop up in working but I can't get the new page to also come up...is
this even possible? I am not great with writing code so....... more >>
making my own preloader for external jpgs.
Posted by glance.ca at 4/10/2004 12:07:39 AM
I am trying to make a preloader for my externally loaded jpgs. I know that I
can do this using the progress bar component, but I am trying to find a way of
using the loadClip loader and the onLoadProgress function with my own custom
preloader. There doesn't seem to be anything on the internet ... more >>
|