all groups > flash actionscript > november 2006 > threads for saturday november 25
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
Java Script in Variables using loadVariables
Posted by yuvic at 11/25/2006 11:53:31 PM
Hey Guys!
I have a problem, I'm loading variables into a dynamic text box in Flash that
has HTML enabled in it (so that HTML code like A HREF appears as a URL in it) -
one problem though, I was trying to pass a A Href onClick command to it, and it
didn't work, something like this:
&myvar=<... more >>
Need help from those who's familiar to FUSE class
Posted by Bare at 11/25/2006 10:26:28 PM
Hi,
My actionscript is set on the main Timeline (root timeline).
(highlighted AS code: http://www.artberries.lv/onRelease_problem.gif )
I created a movie clip with a button inside it, then animated that movie
clip with fuse (animated _alpha) - it's working fine.
The problem is that "onReleas... more >>
Random Play with XML Playlist
Posted by racc1 at 11/25/2006 6:51:13 PM
I created a custom flv player and loaded a xml playlist. I would like to the
play the videos randomly. could anyone help me with my script.
the following is my current action script:
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
... more >>
scrollbar position
Posted by tlm_scripter at 11/25/2006 4:08:25 PM
I am working with the scrollpane component. I have movie clips that I've
loaded into the scrollpane successfully and am working on having the content
automatically scroll. This mostly works, but the problem is that I am not able
to get the scrollbar to move accordingly. I have tried using h... more >>
Framed swf cuts out sound! i need to fix this!
Posted by _wintallo_ at 11/25/2006 3:49:52 PM
Hi, I need help with a swf calling problem. I'll try to explain it as clearly
as possible.
I created a swf that has the action to call another swf ( in this case, an
internet game called Copter. you probably have heard of it.). when I call
Copter into my swf, the game swf appears, but mos... more >>
Progress Bar
Posted by Stevan at 11/25/2006 2:53:44 PM
I can not figure out how to make a progress bar like the kind between pages when the second one is loading . I have tried what i think will work but to no avail
I am new at flash
Thxs Steve ... more >>
image squence, movement, nextFrame
Posted by indigomontoya at 11/25/2006 7:58:46 AM
so i have a sequence i made in 3ds max that i have in flash now, and i want it
to go to the next frame when i move the mouse to the right, and the prev frame
when i move the mouse to the left of the center. I tried this...
but it doesnt have the effect I wanted it to, it spins it really fast, ... more >>
Stuck with a bounce code
Posted by AnotherRandomFlasher at 11/25/2006 7:37:19 AM
Hi, if anyone out there is willing to help me with a problem i be very happy :)
if u create an object named "userBall_mc" on the stage and then paste this
code into the frame and play it you will see my problem, the ball doesnt stop
correctly bouncing.
I know what code is screwing up, but no... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Scroll handle on curved path
Posted by Tony Heagren at 11/25/2006 6:56:54 AM
Hi all,
does anyone know if it is possible to make the handle of a scroll
follow a curved path ?
(I've drawn a quick sketch to save hours of typing...)
www.heagren.com/curve.jpg
all and any help much appreciated.
Best wishes
Tony
... more >>
How do I do this?
Posted by Sabbathacker at 11/25/2006 2:46:36 AM
How do I add the clearInterval to this?
Everything I tried fails...
on (complete){
var i:Number = 100
function fade(){
_root.Logo._alpha = i
i=i-10;
}
setInterval(fade, 1);
_root.loaderPB._visible = false;
}
... more >>
create a slightly complex script for dynamic content
Posted by viiespk at 11/25/2006 12:06:44 AM
I need to develop a complex script in order to satisfy three client specs:
1)Movie clip that tweens through dynamic images and text( bring them in
externally)
2) Loops when completed
3) The .swf must be responsive to the quantity of images sitting on the server
( whether its 3 images... more >>
|