all groups > flash actionscript > january 2006 > threads for saturday january 28
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
How do you do this?
Posted by rbr1234 at 1/28/2006 11:05:59 PM
I have a circle button and its is white then i need it to turn into blue when
its clicked and it stays blue then i click it again and it turns red and when
you click it again it turns white and in a continous pattern. Thank you very
much for your time.
Sincerely,
rbr1234
... more >>
Needing support with array of text
Posted by Jeroen Gerits at 1/28/2006 9:22:47 PM
How to create a text array for the following buttons:
http://j3rn.org/flash/dockmenu2.html
// SET UP THE SLIDING
align = bottom;
centerx = Stage.width/2;
centery = Stage.height/2;
menuholder = createEmptyMovieClip("menuholder", -1);
menuholder._y = centery;
menuholder._x = 80... more >>
Passing variables to PHP from Flash 8
Posted by qsenn at 1/28/2006 9:06:47 PM
hello everyone
i have a small problem. i have an application that works on my local machine.
i have to pass variables to php and i use the following command:
mydata.sendAndLoad("http://localhost/scripts/index.php",0,"POST"). it works
perfectly on my localhost, there is no problem with that.
... more >>
loops and arrays
Posted by rickjanusz NO[at]SPAM mac.com at 1/28/2006 8:55:44 PM
HELP PLEASE
Hi all,
I am trying to set my buttons to an array and control the actions via looping
statement but am not getting it. this is my code:
var buttons:Array = new Array("btn1_btn", "btn2_btn", "btn3_btn", "btn4_btn",
"btn5_btn");
function doSomething() {
for (v... more >>
resize flash movies to browser window
Posted by designu at 1/28/2006 7:01:37 PM
Hi everyone! I wsa trying to make my flash movie adjusting to browser window,
and I found this script here :
http://www.actionscript.org/tutorials/intermediate/Dynamic_Layout_Control/index.
shtml
Everything is fine with the script but the movie doesn't adjust when the page
first loads. Al... more >>
new instance of loader component
Posted by klintonray at 1/28/2006 4:23:28 PM
I was wondering how to dynamically create instances of the loader component. I
will want to do this in a loop. The linkage ID of the loader component when in
the library is "Loader" howerver:
_root.attachMovieClip("Loader", "newloader", 1);
Doesn't work for me. Is there another way t... more >>
Function issue
Posted by amyinbrooklyn at 1/28/2006 4:00:36 PM
Have I used some naming convention that is not valid or have I just created
improper syntax? I am getting an undefined output when I call the "Combs"
function but the "Headbands" function works fine. I am trying to write one
function for all my categories and pass an argument of the xml nodes ... more >>
Actionscript crossfades
Posted by alfonce at 1/28/2006 2:49:03 PM
Hi there,
I have x amount of movie clips named save banner 1, 2, 3 etc.
What i would like to do is have one movie fade in as another fades out so when
one is at 50% the is at 50%.
I would like this to continue for all ten movies (or however many I choose to
use) and then start again f... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
form & phph????
Posted by Fresh_Mike at 1/28/2006 2:28:43 PM
Hi I'm new in Flash and I'd like ask some questions about a form created in
flash.
Well i mad a form with 4 TextInputs and converted it to a Movie Clip.
What i want is to see the values that I entered in the form after pressing
the send button on my php site.
I made a short script for th... more >>
flash form variable pass to cf page
Posted by braulio! at 1/28/2006 2:27:01 PM
I have a flash form that i has the following get action script.
on (release) {getURL("http://www.promegasigns.com/thanks.cfm","blank","post");
}
When we fill out the form & hit submit we get the following error on the cf
page.
The error occurred in D:\home\hnt12a118\thanks.cfm: li... more >>
animate dynamic text
Posted by alfonce at 1/28/2006 2:25:33 PM
Hi there,
I currently load a block of dynamic text from an external text file
successfully using this script.
news1Data = new LoadVars();
news1Data.onLoad = function(){
news1_txt.text = this.content;
};
news1Data.load("/news/ebro_news_1.txt");
stop();
I also want to anim... more >>
Re: loadmovie question
Posted by shellfish333 at 1/28/2006 1:10:57 PM
Mmmmm.. have you ever looked at the onenterframe code. Maybe you could put
this as the first line of code so it looks like this:
stop();
on(enterframe){
_root.gotoAndPlay("bio");
}
haven't used this much but maybe worth a go.
... more >>
scroll menu
Posted by dirkness at 1/28/2006 4:46:01 AM
Hi
I'd be grateful for any help in getting a scoll menu to work for a portfolio
site.
The problem I'm having is gettin the correct coordinates for the amount of
left and right scroll. I've tried countless variations and nothing is working
- which is getting very frustrating.
the ... more >>
Convert Percent to Decimal Need Help!!! I have gone blank
Posted by newhorizonhosting.com at 1/28/2006 3:18:53 AM
I am building a calculator for a customer to figure a return on an investment.
I am need in convert percent to decimal in my actionscript
I have a field where a customer will enter what percent of the investment they
want to buy in at.
Example
If someone enters .5 for the percent in ... more >>
Editing Actionscript in Multiple Frames
Posted by sphoenixee at 1/28/2006 2:38:06 AM
How is this accomplished? Onion skinning only seems to work for the stage...or does it do AS as well?
Shengzhi... more >>
scrollPane reload content
Posted by Nosf at 1/28/2006 12:52:24 AM
Hi, I'm trying to reload the content of a scrollPane and i tries the refreshPane() method but nothing happen's
some body can help me ?
Thanks !
... more >>
Sound function problems
Posted by Paul.Rembis at 1/28/2006 12:00:00 AM
Hi,
Does anybody know why I can't create a sound object inside of a function, then
call it outside? The code attached will work when not used as a function... why?
function create_sound_object() {
var some_sound:Sound = new Sound();
some_sound.attachSound("my_sound.wav");
}
this.... more >>
callfunction() in .net
Posted by Ronak Bhagdev at 1/28/2006 12:00:00 AM
Hello,
I am making a project on vb.net with flash. Every function like
TCallFrame,TCallLabel etc. work good. But call function() does not work. I
tried a lot , But result is Zero.
Can anybody help me How to use call function() in vb.net.
Thanks
... more >>
Controlling Movie Clip
Posted by shellfish333 at 1/28/2006 12:00:00 AM
Hey Forum,
RE AARDMAN.com website
Please can anyone help me. I completely love the aardman website. I've been
trying for ages to figured out how they did the 'killing the characters' thing
on the first page http://aardman.com/flash.asp
I set up my movie as animated buttons th... more >>
detecting slider moving
Posted by Dave at 1/28/2006 12:00:00 AM
I am just experimenting with sliders, and wondered how you can get a
constantly updating slider value whilst the slider is being moved.
I'm using mx2004
Thanks for any help
Dave
... more >>
Loading external variable
Posted by gringojuan NO[at]SPAM gmail.com at 1/28/2006 12:00:00 AM
Hi, I can not set my AS to work correctly. Can anyone help me to fix it?
I use Flash8. On the first frame I have this action:
this.createEmptyMovieClip("vs_mc", this.getNextHighestDepth());
loadVariables("vs.txt", this.vs_mc);
this should load the variable value from the .txt file, whi... more >>
Why the error?
Posted by Jadeivy at 1/28/2006 12:00:00 AM
What is wrong with this button?
Code:
on(release) {
if (3U_Color == 1) {
var 3U_Color = 0;
colorchange = new Color("/3U_mc");
colorchange.setRGB(0xCC0000);
} else {
var 3U_Color = 1;
colorchange = new Color("/3U_mc");
colorchange.setRGB(0x00CC00);
}
}
Err... more >>
how to print pdf file without open pdf
Posted by sanjuu at 1/28/2006 12:00:00 AM
hello
i have to print pdf without opening pdf file,is it possible in flash?
... more >>
loadmovie question
Posted by maartmo at 1/28/2006 12:00:00 AM
Hi,
I have a loadmovie action assigned to a button to load a swf to the main
timeline. When this loaded movie is finished I want to move to the next frame
on the main time line. How do I do this ? T.I.A.
on(release){
_root.loadMovie("gummetje.swf")
}
... more >>
|