all groups > flash actionscript > september 2006 > threads for saturday september 9
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
Preloader
Posted by Sabbathacker at 9/9/2006 11:49:06 PM
Ok, so as you can guess, my preloader isn't quite right. It works, and
sometimes to is way less than 100% when site is completed loading. Sometimes
its goes to 100%, but the 100 frame animation (to match 100%) loops more than
once. The code I'm using was found here (Somewhere). Sorry I can... more >>
passing and reading variables
Posted by gcouncil at 9/9/2006 10:28:15 PM
:confused;
Basically, what I'm trying to do is turn visibility for different movie clips
on the main timeline on or off depending on which button you click. The thing
is, I have curtains opening and closing and want to turn the visibility on/off
when the curtains animation has the curtains... more >>
Flash dynamic video player
Posted by dle_240 at 9/9/2006 9:33:29 PM
I made a flash player that players FLV videos dynamicly. The only problem is
when I try to make the controls they don't work. Can someone please help me?
Here is the actionscript....
// initialize net connection and stream
var netConn:NetConnection = new NetConnection();
netConn.connect... more >>
AC_FL_RunContent and passing variable problem..
Posted by observerersen at 9/9/2006 6:58:59 PM
<param name="movie" value="head.swf?main=variable">
it is not working with AC_FL_RunContent script that came with dreamweaver
thanks in advance... more >>
relation of frame1 and frame 3
Posted by ahmultHoAngel at 9/9/2006 3:54:43 PM
In frame 1, I use sth like this script
function makeMove(myScore, yourScore){
// Have a shoot
if(turn == "C"){
myScore += 5;
//doSend(myScore, yourScore)
} else {
yourScore +=5;
//doSend(myScore, yourScore)
}
}
in frame 3, I use this for my button
on(press){
makeMove(11, ... more >>
saving input text
Posted by koomisan at 9/9/2006 1:50:02 PM
hi,
does anyone know how to save input text?
i am trying to create a flash calendar that you can write your notes in, so i
need the ability to save what has been inputed, and go back to it later
does anyone know how to do that?
cheers
... more >>
Class Variables
Posted by Star Tail Pro at 9/9/2006 12:17:12 PM
I have a class which is controlling a scroll bar. Inside the class there are
functions (of course) inside a function there is an onPress event. The button
works as trace("press"); shows it but in the onPress = function() {} there is a
var that is changeing depending what button up press (up or... more >>
Target MC problem
Posted by junkerjorg at 9/9/2006 12:03:07 PM
I hope I can explain this well enough for someone to help. I am working on a
project that is using a lot of frame labels in various MC's. I am trying to
target a specific frame label in a specific MC. I have done this a hundred
times before but for some reason I can't get this to work. My hier... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Alert with non-standard fontSize doesn't resize buttons
Posted by JustStartingOut at 9/9/2006 3:15:48 AM
//Okay, if you set these style changes in place:
_global.styles.Alert.setStyle("backgroundColor", 0x9BCAE1);
_global.styles.Alert.setStyle("fontWeight", "bold");
_global.styles.Alert.setStyle("fontSize", 18);
_global.styles.Alert.setStyle("color", 0x000000);
//and then try to cre... more >>
Kiosk idle and resume
Posted by lburditt at 9/9/2006 2:30:55 AM
I'm working on a kiosk and I want a slide show to run if its idle for, say 10
minutes, and then when the mouse is moved it begins goes to the initial screen
again. I'm using Flash 8. I'd appreciate any suggestions or links for examples
to view.
Larry
... more >>
Moving from Actionscript 2 to 3 while learning
Posted by Eto_x2 at 9/9/2006 12:20:30 AM
I am currently taking a webdesign course which includes Flash and actionscript.
However, I am a bit worried about the following: I already see Actionscript 3
tutorials out (e.g. at lynda.com) but A3 will only work in Flash in version 9.
I feel it would be best when learning Actionscript, to le... more >>
|