all groups > flash actionscript > october 2005 > threads for saturday october 1
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
PHP from Flashkit.com Help!
Posted by Asesino at 10/1/2005 9:43:44 PM
I need a php form for my site. I've found a perfect form to add to my main .swf
for my site.
I've downloaded it from flashkit.com, below is the the file
http://www.flashkit.com/movies/Utilities/Other/PHP_Mail-henry-4983/index.php
now, the zip file contains two files, the .swf and the ... more >>
Capturing a Time Gap
Posted by TweeningPhool at 10/1/2005 9:24:41 PM
okay what I am trying to do is capture an amount of time from the point when a
movieclip is released.
is there any possible methods for doing this? I am trying to create a ball
that has motion and certain limits, and when you grab the ball i want you to be
able to "fling" it in the direc... more >>
move object upright
Posted by -D- at 10/1/2005 9:20:24 PM
I would like to animate a graphic from a laying down position to an upright
(standing) position. So, when the object is in the starting position you
can't see it, but it becomes visible as it moves to an upright position and
then stops. Is there a way to do this using actionscript? If so, how?... more >>
SIMPLE LOOP question
Posted by pickle jar at 10/1/2005 8:54:52 PM
HI,
I would like to reduce the below code by getting rid of all the tArray[0]
and so on and replace with a tArray or something. Basically would like to loop
through the array and and for every mc in that array move it.
function buildMCArray (step:Number, direction:String):Array {... more >>
MANIPULATE THIS CODE
Posted by jonnybennett at 10/1/2005 6:28:37 PM
MANIPULATE THIS
Whatever way I change this code, I either can't get var rowCounter to be read
by function makeTextFields(), or as the code is below it no longer reads
thisTimeline["text"+p].titlage.htmlText = splitArray[p]; within the function
makeTextFields().
To those that have be... more >>
Transform.matrix problem
Posted by VoidMainVoid at 10/1/2005 6:05:19 PM
Hi everyone,
i'm having a problem with the transform property of a movieclip. I'm trying to
transform a triangle to another triangle using the transform.matrix property.
The script is as follows:
import flash.geom.Matrix;
import flash.geom.Transform;
obj = createEmptyMovieClip("t... more >>
Getting movie clip properties
Posted by gvbrown49686 at 10/1/2005 5:36:23 PM
Hi,
I have a script that is loading an image dynamically into a movie clip.
I have an onLoadComplete listner attached to the movie clip, as follows:
var largeClip:MovieClipLoader = new MovieClipLoader();
var bigListener:Object = new Object();
bigListener.onLoadComplete = function(targe... more >>
Change Size of Dynamically Loaded Image
Posted by scott517 at 10/1/2005 3:00:04 PM
I wanted to save the size of my swf's so I decided to dynamically loaded an
image onto the movie. using loadMovie("picture.jpg","target"). But the picture
itself is very big. Is there a way I can change the size of the picture using
actionscript rather that changing the size of the actual pict... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Whats the problem with this script?
Posted by Xx)MaveriK[X] at 10/1/2005 2:59:49 PM
I did this script to delete equal elements from an array but sometimes it
doesnt works...
a = [1, "", "", 3, 3, "", 3, 5, 6, 1];
Array.prototype.unique = function() {
for (i=0; i<this.length; i++) {
for (j=0; j<this.length-i; j++) {
if (this[i] == this[i+j+1]) {
this.spli... more >>
Playing Timeline Backwards
Posted by TweeningPhool at 10/1/2005 2:43:57 PM
Pretty easy design, I'm sure you have heard this one before. I have one of my
forms fade in all of its objects one by one, then i want to be able to click a
button on the form and have it all fade out in the opposite order it came in.
Is this possible to do with actionscript? Boy I hope so.... more >>
drag on a curvey line
Posted by Vertine at 10/1/2005 2:05:20 PM
hey guys.- i drew a curvey vertical line with the pencil, made it a MC, and
then made a circle to drag on the line. i undertand how to confine that circle
to a straight line, but i have a "twist"....literally. I want this line to be
curvey, and i would like the circle to follow the curves of t... more >>
CD Browsing
Posted by Inaroom at 10/1/2005 1:54:43 PM
Hello, Hope you can help me.
Well I wanna create a CD-ROM and i wanna know the action script for "CD
BROWSING"
well a butto schould browse the CD_ROM.
what is there the action script code ?
Please give me the code, so i can only paste in
Thx.
Constantin
... more >>
functions
Posted by lumeeguvnor at 10/1/2005 1:40:05 PM
is there a way to create a funcxtion that calls into it a property like _alpha
(rotation xscale etc.)
thanks for any help
this works
function fade(obj) {
obj._alpha--;
}
setInterval(fade,50,my_mc);
this doesn't
function fade(obj,mcProperty) {
obj.mcProperty--;
}
setInter... more >>
25fps limitation
Posted by paul Ollivier at 10/1/2005 11:56:52 AM
is there a way to overide the 25fps limitation in web browsers ?
some fscommand maybe ?
plz hlp... more >>
Changing color of focus
Posted by nomis_take at 10/1/2005 10:55:14 AM
When using something like
Selection.setFocus(this);
the default color for the item that is selected is yellow.
How can i change this? ... more >>
Downloading MP3 - quick/easy question
Posted by madag101 at 10/1/2005 10:19:48 AM
Hi there - i have a web site for my band http://www.exitpilot.co.uk and i want
users to be able to download MP3' s of our music. currently the songs simply
open in a new window and play in the browser, i want users to be able to
download the songs to their PC....Could someone please post the... more >>
Array length limit?
Posted by miquael at 10/1/2005 8:35:01 AM
general question: is there a maximum length to an Array in AS?
i'm preparing to do an application that will import a very large amount of XML
data and parse it into arrays.
i ran a general test to see how far i could go:
var clockArray = new Array();
for (i=0; i<1825100; i++) {
... more >>
Quick question
Posted by jasonfrncs NO[at]SPAM tiscali.co.uk at 10/1/2005 7:53:24 AM
Can anyone tell me why, when I've created an emptyMovieClip with and tried to
set its properties using myMovieClip._width or ._height or ._x or ._y, and when
I've then loaded a jpg into that empty movieClip, it won't show up? It shows
up fine if I don't set those properties though. The clips... more >>
XML loading in Windows-1251 encoding
Posted by myname70 at 10/1/2005 6:47:39 AM
I would like to load XML fil in Windows - 1251 encoding. But after loading the
data is unreadable. It is impossible to keep the XML in UTF-8 encoding. Please
advsie how to load and read Windows-1251 encoding XML file!
... more >>
HOW DO I CODE FLASH BUTTONS TO WORK WITH ANCHORS IN DREAMWEAVER
Posted by hoovedance at 10/1/2005 5:39:34 AM
DOES ANY ONE HAVE SOME CODE I COULD SLAP ON MY BUTTONS I REALLY DONT HAVE A CLUE ON HOW TO DO THIS
(THANKS VERY MUCH )
NEW USER... more >>
Detect if a mc is masked.
Posted by SimonBoris at 10/1/2005 2:35:13 AM
Hi everybody,
I really need to detect if a movieclip is masked either by a mask layer or by
another mc using the setMask() method.
I have try alot of things and did'nt find anything.
My questions is this the following:
Is it possible to know if a mc is masked by actionscript ?
If y... more >>
Why this doenst works?
Posted by Xx)MaveriK[X] at 10/1/2005 1:56:19 AM
o have this script:
var a:Array = new Array();
for (var i=0; i<4; i++) {
for (var j=0; j<4; j++) { a[j] = i+j; }
}
But "a" returns undefined. Is there a way to say "a" is bidimensional?
thx,
Maverik.
... more >>
How do I change background color?
Posted by Mikahell at 10/1/2005 1:37:57 AM
I must know how do I change the background color of the flash's document, only
by actionscript, no javascript nor using the property inspector. This way I
could change the file's background color at any event.
... more >>
Preloader Problems MX / 8
Posted by cytotech at 10/1/2005 12:38:39 AM
GGRRRRrrrrr...... Can someone find my mistake? (be gentle)
I have a Movie Clip instance named "loader" and one called "progressbar".
When I run this thing I get just a sliver of the progress bar and that's it,
it never moves.
The progress bar graphic has the registration mark to the cen... more >>
Info from shared object not acting correctly
Posted by gabriel the grey at 10/1/2005 12:21:43 AM
Hi all,
I am loading a piece of data from a shared object. It loads and traces fine.
But when I then try to add that data to a datagrid it comes up as a blank row.
I have added the data straight in and it worked fine. Code below...
Any help is apprecieted. I am stumped.
//call the cook... more >>
|