all groups > flash actionscript > december 2004 > threads for saturday december 18
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
Dynamic Text not displaying
Posted by bderber at 12/18/2004 10:52:14 PM
I have a dynamic text box that when the text is updated, it does not appear on
the screen but the updated text is identified in the debug screen as the value
of the text property for the box. The text box is created with:
fld_Title3_text = _root.mc_holder.createTextField('fld_title_Text3'... more >>
Pass argument (or variable) to movie
Posted by maxm2000 at 12/18/2004 10:47:12 PM
I want to load clip from main movie. But every time it should be different one.
So I decided to feed main movie with that clip file name as the argument (or
variable) that I supply from html file.
How this can be done. Thanks a lot.
... more >>
Animate Pics ......Dynamically populate the animation
Posted by Bears51 at 12/18/2004 9:56:56 PM
I am creating a website that requires the use of a lot of pictures. I have
designed a window where I would like these pictures to animate in and out. I am
embedding the swf into html. I would like the pictures to come in from a file
on server. I would like the ability to change the pictures i... more >>
LoadVars
Posted by Ernst Lawende at 12/18/2004 9:40:44 PM
I use the following code to load the output from a php file. This code is only
working half: it loads the data, but it seems the data is not parsed to
variables as it should, according to the actionscript dictionary.
// code
LoadVars.prototype.getActie = function() {
return this.acti... more >>
droptarget mc problem
Posted by Mike7222 at 12/18/2004 7:53:47 PM
Hi THERE,
I have a problem that is driving me crazy! I will explain it the best I can.
Situation:
6 Draggable mc's
4 fixed mc's (these act as dropping zones for the draggable clips)
When the user takes the 1st drag mc and drops it on a drop mc, a copy of the
drag mc (as a new mov... more >>
Origionally in JavaScript - random facts
Posted by Hoathy at 12/18/2004 6:22:54 PM
I am creating a website but need help on the actionscript side (which is why
this is in this category). My problem: I have found a perfect Javascript to
make random facts appear on my webpage, but after deciding my webpage should be
in flash, I havent found a simular script for Flash. So he... more >>
variables in keyListener
Posted by lancelott at 12/18/2004 5:33:19 PM
if I execute a function in frame 1: myFunction; myFunction() { var p=100;
trace(p); } It's clear that p will be destroyed when the funcion is finished
since it's local variable. But the complicated thing comes when there is an
keyListener in function: myFunction() { var p=100; var m... more >>
After delete (this.onEnterFrame); How to get values?
Posted by Pluda at 12/18/2004 3:58:42 PM
Hello,
I'm developing a kind of email form, creating the inputfields inside one
movieclip
this.onEnterFrame = function(){
_root.createTextField("name", 1, x, y, w, h);
delete (this.onEnterFrame);
}
this works great, for 25 textfields.
Now I need to on my button press get the ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Using packages
Posted by xyz123 at 12/18/2004 2:46:15 PM
Hello,
While testing using packages?.I try to get the following to work: start an
object that writes a string and also creates an object from a subdirectory??
Directories and files:
../Flash_directory/ myFlaFile.fla
../Flash_directory/ TestAS.as
../Flash_directory/data/SubTestAS.as
C... more >>
Full length of a streaming FLV
Posted by BigPete3 at 12/18/2004 1:30:47 PM
Hey!
I'm loading FLV's into my movie and it works nicely! I have a problem
though.. I want to display played time AND remaining time of the videoclip.
Played time is easily made with NetStream.time.
But how I, or is it even possible to, get the full length in time of the
videoclip?!
... more >>
ArMultidimensional Arrays or Tables possible?
Posted by dreamweaverhhwinc at 12/18/2004 12:35:02 PM
Are multidimentional arrays or data tables possible in ActionScript?
I'd like to have various actions (onMouse, onClick, etc. - forgive me if I'm
not getting the nomenclature right yet!) on my hotspots do different things.
Rather than hardcoding all this in, I'd like to back it all with a l... more >>
Static Typing in AS 2.0
Posted by Aumaz Jang at 12/18/2004 9:59:14 AM
Hi all,
What's static types i AS 2.0? Are there any dynamic types?
Thanks,
Aumaz Jang... more >>
reading the mouse
Posted by frisky2 at 12/18/2004 8:33:58 AM
Hi, newbie question Is it possible to read the mouse so when i click the left
mouse button i advance a slide and the right one i go back a slide. I would
like this without buttons on the screen. THanks
... more >>
Print functionality Issues
Posted by dudesnep at 12/18/2004 6:43:33 AM
Hi All,
Even though I have visited this Forum manytimes before, this is actually
the first time that I have posted a query myself.
There is an issue that I'm facing while developing animations using Flash
MX.
My animations require lots of zooming-in and zooming-out of grap... more >>
<img> tag
Posted by Sky Strider at 12/18/2004 6:06:45 AM
Ok, i know all the rules for using the <img> tag, i looked up the
documentation. I still have a very weird 'bug' occurring. Even specifying the
correct width and height, and stretching the text field to the correct width
and height, it is only drawing a small corner of the jpg and then stretch... more >>
Play movie at x,y coordinate
Posted by vadkins at 12/18/2004 5:12:38 AM
I have 6 buttons revolving in a circle. As a button instance registration
point passes the top point of the circle I want a movie clip to play in the
button.
Anyone know the actionscript code that will do this please?
... more >>
attachMovie() & swapDepths()
Posted by OniLink at 12/18/2004 4:26:14 AM
Hi, I've got a few movieClips() that attach to the main timeline. I give them
a depth of 100+, then swap their depths with other movieClips that I wish to be
ahead of them. My problem is...when I try go to the next scene....all the
movieClips that I have attached and swapped depths with are ... more >>
Can local variable in one function be passed to another function?
Posted by lancelott at 12/18/2004 4:24:44 AM
for example:
myFunction1()
{
var p1=10;
myFunction2(p1);
}
myFunction2(p:Number)
{
p+=10;
}
... more >>
Var on all timelines
Posted by yumicken at 12/18/2004 3:51:02 AM
is there a way to make a varible be in more than one timeline, so it can be used in mcs?
ANY help appreciated :):cool;:)... more >>
Center a PrintJob
Posted by Josh Knight at 12/18/2004 12:31:12 AM
Hello, I've been reading all day, but haven't found anything about cenetering
a print job. When I right click a on th eflash movie and choose print, it
centers beautifully. When I use my (Flash created) print button it always
aligns to the corner of the paper. Anyone have any ideas? Thanks, ... more >>
onRollOver broadcast
Posted by JKringen at 12/18/2004 12:21:40 AM
I was just wondering if anyone know if Macromedia plans on having Flash's
Movieclip class broadcast 'onRollOver' and any other movieclip events for that
matter, in the future? I would love to be able to have movieclips broadcast
things such as onRollOver, etc, so I could have listeners handle ... more >>
|