all groups > flash actionscript > february 2007 > threads for sunday february 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
XML Photo Gallery
Posted by GAMBRKER at 2/18/2007 11:38:00 PM
First off, please don't be mad that I am using a template. I dont know where to
start creating an XML gallery from scratch. Anyway, I've customized one, and
have found that it works fine if it is just the .swf by itself. HOWEVER, if I
load the swf into a movie clip, or if I mask it, it gets al... more >>
Beginner/ Actionscript problem
Posted by jr1913 at 2/18/2007 10:03:04 PM
I am following this tutorial
http://www.tutorialized.com/tutorial/Blue-Flash-Button/20836
Stuck on step 23, have redone it several times and just can't seem to get
it to work.
Here is my project file
http://www.filefactory.com/file/c2f41d/
Main problem seems to be connect... more >>
pop ups
Posted by shefferh at 2/18/2007 8:43:39 PM
I am looking for a code to create (to open) a pop up window, pressing a button
in the flash file.
I tried several options that I found in the web, but they didn't work. I read
some were that flash 8 mite be the problem.
dose any one have a code that works with flash 8?
thanks!!!
... more >>
Can Flash Do It??
Posted by luai haddad at 2/18/2007 7:57:55 PM
1st .. imagine that u made 16 buttons and its not a keyboard.. its only buttons
and each button have 2 cables out..
2nd .. imagine that you have a computer PC and your controller configured
internal or external..
3rd .. imagine that a cable going out from your controller connected with a
l... more >>
preloading audio?
Posted by TomFantasia at 2/18/2007 6:58:27 PM
I'm having a problem with audio. It plays the sound, but it's getting chopped
off like it's only doing one frame. When I make a minimal test file it seems to
work. When I put it back in the main file it chops off.
1) I'm using all actionscript, and it's all in an actions layer on one frame. ... more >>
getNextHighestDepth problem
Posted by Asesino at 2/18/2007 5:24:12 PM
I have a problem.
I have created 14 movie clip buttons. Each button has a roll over effect when
you mouse over. When you mouse over there is a graphic that gets bigger and
then gets smaller when you roll out. The problem is each movie is on it's own
layer and when I roll over a movie, one w... more >>
how can i create a skip button?
Posted by srgtslyfox07 at 2/18/2007 3:04:42 PM
I'm creating an intro animation that leads to a drop down menu, but how do I create a skip button that lets me skip the intro to the menu.... more >>
The Use of MovieClipLoader
Posted by &Necromancer at 2/18/2007 4:02:56 AM
How can I load several video files to the same place on the stage one after another dynamically? I like to load the exact number from txt.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
menu button inside menu, can you do it?
Posted by redsox05 at 2/18/2007 2:25:13 AM
I am trying to create a dropdown menu when you rollover a menu more menus
appear underneath. I have my top menu with this code. The menu is a mc symbol.
The "on" and "off" activate the other menu fade in.
on(rollOver){
gotoAndPlay("on");
}
on(rollOut){
gotoAndPlay("off");
}
Now ... more >>
How could I write this code?
Posted by fisher_john at 2/18/2007 1:42:08 AM
I am trying to create a shared object that will host a chat room environment. I
will have many of these rooms and I know what I want to do, just not how to
write it in actionscript or if it is even possible. the underlined portion is
what i just don't know how to code ([u](room + roomNumber + ... more >>
"Linkage identifier already assigned"
Posted by eric76 at 2/18/2007 12:58:03 AM
I never got this funny (NOT!) message before:
**Warning** The linkage identifier 'ClearButton' was already assigned to the
symbol 'ClearButton', and cannot be assigned to the symbol 'ClearButton', since
linkage identifiers must be unique.
How the heck did this happen (I think I was dupli... more >>
Loading an external swf with coordinates
Posted by GAMBRKER at 2/18/2007 12:42:16 AM
I am using a simple loadMovieNum("movie2.swf",1); to load an external
swf into my current swf (movie1). I would like to position movie2.swf within
movie1. I'm sure I need to convey the x,y coordinates, but I am not sure where
to start. Any help would be appreciated.
... more >>
Paypal Donate button
Posted by sd75mac at 2/18/2007 12:14:05 AM
I have a friend who would like me to attach a Paypal Donate button to his swf.
How is this done? I have attached the code from Paypal.
Thank you so very much
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input ty... more >>
Movie clip button that takes top spot in movie
Posted by Asesino at 2/18/2007 12:00:00 AM
I have a problem.
I have created 14 movie clip buttons. Each button has a roll over effect when
you mouse over. When you mouse over there is a graphic that gets bigger and
then gets smaller when you roll out. The problem is each movie is on it's own
layer and when I roll over a movie, one w... more >>
|