all groups > flash actionscript > october 2004 > threads for friday 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
problem with print class
Posted by Ernest Leitch at 10/1/2004 4:29:19 PM
I'm running into a weird issue with the print class.
I am create a series of movieClips that are sent to the .addPage() method.
The problem is these pages are generated when attached by .attachMovie().
Sometimes the pages can be seen on the stage before the print window comes
up. I would like ... more >>
Named Array Question...
Posted by Dan at 10/1/2004 3:52:13 PM
I have a bit of a question. I'm used to working in Directors Lingo and
am now finally delving into the world of actionscript and have a
question and it is this:
Is there any difference between an array of named elements and an Object
w/ a bunch of properties attached?
Since (for som... more >>
Scaling with ActionScript
Posted by john at 10/1/2004 10:23:19 AM
I need a MC to scale to a specific size when a button is pressed. Can
someone help me?... more >>
i need to align(center) the image in text field
Posted by Christin-78 at 10/1/2004 6:34:55 AM
please help I have a text box and i have to insert pic's of smile's into this text field .. how can i do that (html supports just left and right alignment ... ) .. how else can i do this ??? ... more >>
can I change size of externally loaded swf's?
Posted by bekstar at 10/1/2004 6:22:24 AM
Hi Scripties
I need to know if I can externally load my animation into my main movie at a
reduced size - say 60% as it would be incredibly labour intensive to go and to
the animation again to fit into this interface....
(see current actionscript below... obviously the movie that is load... more >>
Posting data to ASP
Posted by JasonHarper at 10/1/2004 5:29:26 AM
Hello,
I have a form with one text box that I post to a simple ASP page that simply
displays the content of the textbox. When I run this, ASP returns the variable
as undefined. I'm wondering if I'm sending it incorrectly.
This is my flash code:
on (release) {
formData = new Loa... more >>
parser
Posted by picas at 10/1/2004 5:26:43 AM
Have a INI file
[SECTION]
one;man;woman;tall;short;blue;thin;red
How can I read each value (separated by a (;))in a text field?
example
Field1=one
Field2=man
Field3=woman
ans so on
any help will be greatly appreciated
... more >>
Reading Registries
Posted by picas at 10/1/2004 5:22:24 AM
Does anybody knows how to read registry values(windows 2000) with Flash MX?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Strings
Posted by Happy Camper at 10/1/2004 5:04:56 AM
I am trying to get this whole concatenating string thing... here's my code
short = function(){
yAxis.gotoAndPlay("start");
gotoAndStop("full");
["mc" + year + "B"]gotoAndPlay("start");
["mc" + year + "R"]gotoAndPlay("down");
};
The top two commands work when called by a button,... more >>
resizing images in dynamic nested flash movieclip
Posted by samuelfuller at 10/1/2004 2:30:56 AM
I am new to flash programming. Basically, I have a flash .exe that has a size
of 1024 X 768. The movieclip inside of that (which is where the images are
being loaded to) is 800 X 600.
The images themselves are 1024 X 768 like the main program. I was under the
impression that if they wer... more >>
setInterval inside one function?
Posted by Pluda at 10/1/2004 1:27:28 AM
Hello,
I need to delay the timeline for abaut 5 seconds, whithout changing frame.
I'm running one function, then I need to make one interval and then run
another function.
How do I do That?
Thanks!
... more >>
Opacity change with AS on movieclip
Posted by ArturoSF at 10/1/2004 1:21:31 AM
I want my main thumbnail that come thru a movie clip to fade in slowly via AS.
I think something like this could make it happen. Can anyone please help.
onClipEvent (load) {
//starts of in a low opacity
this._alpha = (20);
}
onClipEvent (enterFrame) {
//this makes the clip change opa... more >>
|