all groups > flash actionscript > october 2005 > threads for wednesday october 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 31
exec
Posted by zhz2004 at 10/26/2005 11:13:42 PM
hallo
how are you all?
can any one help me to use fscommand in onther folder in flash mx
i mean like that but
fscommand ("exec", "./foldername/someApplication.exe");
but i coudn't understand that
please example
... more >>
Best Class for learning Action Script?
Posted by Angyl at 10/26/2005 10:56:18 PM
Posted in another forum:
I'm going to start college soon to get myself a degree in Web Design. I've
been using Flash for years and my greatest handicap is my limited (read:
amateruish) knowledge of Action Script.
I want to take a course to improve my knowledge of this language and how i... more >>
XML.load() problem with URL
Posted by LankyNibbs at 10/26/2005 10:52:15 PM
Hello. (I'm sorry if this topic is repeated, I've been having trouble getting
the post to work.)
I have a Flash MX Pro 2004 application which consumes well-formed XML from a
JSP page. A typical URL for this JSP page might look like:
http://mydomain.com/xml.jsp?keyword=100&random=9999
... more >>
Multiple actions on timeline
Posted by DebScott at 10/26/2005 10:27:15 PM
I have a flash document that I would like to fade in from 0-40 on the time
line. that part works, I created another time line and placed my other fade
object on it and I want it to start at 41, and fade to 80. it does not work.
I have a stop action at 40 for the first one and that works, ... more >>
Clip Event help targeting two movies
Posted by cgulotta at 10/26/2005 10:23:14 PM
I have two movie clips that I want to target separately on keystrokes. I was
able to target one with the below script. HOw do I add the second one.
onClipEvent(enterFrame){
if(Key.isDown(Key.ENTER)){
_root.myMCinstance.nextFrame()
}
}
I want the second movie clip to ... more >>
MX Pro Action Script Support
Posted by APD-E at 10/26/2005 9:23:30 PM
I know my way around Flash as a desinger but only use it once or twice a year.
As such I do not remember the exact grammer for writing my own code in Flash MX
Pro. How do I get the app. to supply the code based on a selction from the
menu? The earlier versions of Flash did this. Help!
... more >>
colision
Posted by shimon_leutszinger at 10/26/2005 9:08:54 PM
i know people have probably asked this over and over, but i'm too tired to look
right now. lol
you can make the bounding boxes of two symbols return true or false in a
colision test, or a point (the center of an object or w/e) and the outline of
another object, but as far as i know you can... more >>
script on form timeline plays 2x w/ accordion
Posted by megazoic at 10/26/2005 8:43:04 PM
To simplify, I've got four screens in a form application - the root and three
nested children. One of the child screens contains an accordion component that
uses the other two child screens in it's view panes. If I place a trace
statement on the timeline of one of the other two children, that... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
MVC Setup Needed
Posted by Gib Sllab at 10/26/2005 8:41:21 PM
What is the best way to go about setting up an MVC framework? I have the three
classes created and initialized like this:
// ==================================================
// GLOBAL MVC CLASSES INITIALIZATION
// ==================================================
import myClasses.mvc.... more >>
fscommand exec won't launch .bat file
Posted by designbymichael at 10/26/2005 8:20:44 PM
Ok. I've got a .pps (PowerPoint slideshow) file I'm trying to launch. I've
got the flash EXE, the .bat file and the .pps file all in the SAME directory.
In my flash EXE file... I have tried both an on(release) event and an
onClipEvent(load) attached to a movieClip, attempting to launch the... more >>
Login Script
Posted by Ryan Bellerose at 10/26/2005 7:51:17 PM
I am currently using the script attached to a submit button below for login and
password within my movie. I would like to be able to edit the login names and
passwords without having to open the Flash movie. I am not worried about
security, so that is not an issue, I just want the easiest way ... more >>
Sliding clip not stopping at right spot
Posted by Timothy Robertson at 10/26/2005 4:15:48 PM
HI, I received some help with coming up with the below code here quite some
time ago, but manipulated it a lot to suit my needs. Basically, it is the
code for a button, when it's pressed it tells the main movie clips to slide
across and stop at a certain point, and the speed slows down slightly ... more >>
more than one flame?
Posted by felisan at 10/26/2005 2:56:17 PM
hi everybody.
i've found this tutorial, that makes it possible to animate a nice
flame:
http://www.sitepoint.com/article/flash-script-fire-effect
and i've done this tutorial, and it works nicely.
but only when i make 1!
i'd like to make 4 flames in my flashmovie...
but everytime i... more >>
pdf and flash 8
Posted by CPettit at 10/26/2005 2:20:23 PM
will Flash jester support Flash 8? I need to launch PDF files from a
projector on CD
thanks
Chris
... more >>
Math.random() inclusive or exclusive of 0 and 1?
Posted by David Stiller at 10/26/2005 11:17:44 AM
I ran a bunch of loops on Math.random(), but of course I'm no more
likely to hit a perfect 0 or 1 than I am to win the lottery. The
Math.random() entry (in the Flash 8 documentation) states:
<quote>
Returns a pseudo-random number n, where 0 <= n < 1.
</quote>
.... which means the re... more >>
Preventing a function to run double
Posted by Andra Veraart at 10/26/2005 11:10:06 AM
Hi guys!
On the stage I have a button and a movieClip. On rollOver the movieClip should
animate as if it is being focused on.
On the first frame the is the following code:
stop();
import flash.filters.*;
var bf:BlurFilter = new BlurFilter(0,0,3);
orb.filters = [bf];
var i... more >>
Playing sounds one after the other
Posted by Paine Bone at 10/26/2005 11:01:35 AM
I would like to play several MP3 files in a row. The files vary in
length, so I need to know when each one completes so that I can play
the next. The MP3 files are external and I am loading them with the
following code:
var genericSound:Sound = new Sound();
genericSound.loadSound("sounds... more >>
Exporting a text file?
Posted by Saywell at 10/26/2005 10:51:02 AM
Is it possible to export data in a text field to a .txt file using only a swf movie? ... more >>
Waiting for events
Posted by KevETC at 10/26/2005 10:19:41 AM
Is it possible to wait for an event? The thing is: I want to write a function
that gets a value over the network and I want that function to return when it
has gotten the response from the server, not earlier.
for example:
function GetValue() {
var onResultReceived = function(ev) {
... more >>
UIObject button goto?
Posted by ? at 10/26/2005 9:41:58 AM
Why won't it work? When I try to add this code to a button it does nothing, or
acts irregular...
Even when I try it without the _root or with play function.
on(click){
_root.gotoAndStop("4",1);
}
... more >>
Variables...
Posted by Temporary Blind at 10/26/2005 9:33:21 AM
Hi,
I have a small problem regarding variables, or path names.
My code looks lite this:
on (release) {
_root.prog.deltaplus.digi_1.nextFrame();
}
The thing I want to do, is replaceing the number "1" in
"...digi_1.nextFrame();" with an variable, so I later can change the MC path... more >>
On mouse over
Posted by jmfreye at 10/26/2005 8:23:47 AM
I have a button in the main timelime. how can i call a movie clip when a user
mouseovers on the button?
do i have to put it on the over state of the button in editing mode?
or
place the animation in the main timeline and call it on mouseover?
Hope somebody can give me some code? TH... more >>
Accessing clip's timeline from an object
Posted by mraak at 10/26/2005 7:46:47 AM
If I have an object and a function inside:
function playSomeClip{
_root. someMC.gotoAndPlay(2);
}
it does not work. someMC is just placed on the stage.
Do I need to put it on with attachMovieClip and export as AS2 class?
I know there must be a simple solution to this, I jus... more >>
XML tree
Posted by defcpn at 10/26/2005 7:28:20 AM
Hello :)
I've been hunting around the internet / tutorials for the past few days and
i've come here to seek help regarding the xml tree component in flash. im
setting up a small app that will live on a cd, in this app i want nodes on
trees to open files located on the cd, pdf's for example... more >>
Movie wont load
Posted by homegrownideas at 10/26/2005 2:26:11 AM
http://uthsdrumline.com/
I uploaded all the files with ws ftp, any ideas why the .swf wont load on it?... more >>
user login with php
Posted by Dooms_day at 10/26/2005 1:06:04 AM
a couple noobish questions for my php website with flash encorperated in it:
how do i make a text box a password box (it replaces text with stars)?
how would i save the text people insert into a username/pass box into a
variable? like in flah 8 it comes with a box, should i look at the sym... more >>
swapDepths problem
Posted by kelly649 at 10/26/2005 12:28:49 AM
Hi,
This is probably a very basic issue, but I'm having problems with the
swapDepths MovieClip function. I've got 7 movieclips on stage in sort of an
overlapping collage (created by hand, not dynamically - so they're not assigned
to any depth) and I want each one to sort of slide out from... more >>
calling flash function from html
Posted by marshallhansen at 10/26/2005 12:00:00 AM
How can I call a function in my movie from a html link?... more >>
Blank Player Screen
Posted by jweisb at 10/26/2005 12:00:00 AM
I've created flash project that I want to autostart as an exe on a pc. I've
created it on my Mac in MX 2004 Professional. The autostart works, it opens the
player but the screen is blank, nothing plays. When I manually open the disc
and click on project.exe it plays as it should. In the first ... more >>
Button Roll Over Problem
Posted by d33jayedwards at 10/26/2005 12:00:00 AM
Hey,
Im having a problem with my buttons coming up when I dont want them to. To
help me explain,
http://www.katieanddansadventure.bravehost.com/KatieandDansAdventure.swf a link
to the site im working on.
When you roll over one of the specific countries, the name comes up and also
the ... more >>
Prompting for download unnecessarily?
Posted by New Lingoist at 10/26/2005 12:00:00 AM
Two people have told me today that they have been prompted to download Flash
Player 8 when viewing swfs which I have published in FlashMX2004, therefore,
there's no way I can be using any features of 8, or publishing as 8 - but they
are still getting this prompt.
Has anyone else had this? Ha... more >>
PHP Upload script problem with 10kb bytes bigger files
Posted by Alessandro Scoscia at 10/26/2005 12:00:00 AM
Hi, i can successfully use the upload function using php but this works
fine only with files under 10k. Every bigger files is uploaded but then
lost (without error).
For 10k bigger files, php $_FILES['Filedata'] result unassigned!!!
Some solution?
Thank you... more >>
|