all groups > flash actionscript > december 2006 > threads for sunday december 31
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
button activation
Posted by Gizay at 12/31/2006 11:04:48 PM
I am embarrassed to ask this question. But how do you activate a button that
is embedded in a movie clip? Do you use the linkage properties to export for
ActionScript or is there another way?
Gizay
... more >>
1 set password
Posted by Sin D at 12/31/2006 9:20:04 PM
I need a page with a password that is the same password for everyone. The
password is only to discourage individuals who don't need to know large group
pricing.
If the password passes the viewer will be directed to a url...Can I do that?
If the password fails the viewer will be directed ... more >>
AS/JS limits?
Posted by Whit G. at 12/31/2006 5:43:24 PM
I'm working on a revised portfolio site for which I want my Flash movie to be
able to dump content into a DIV that's sitting above it. Aside from the fact
that I'm having a bit of formatting trouble with the JS by itself, it has
recently been brought to my attention that Flash now has built-in... more >>
Loading an external SWF
Posted by macccc at 12/31/2006 4:14:51 PM
I am just trying to load an external SWF into the background of my main Flash
movie. Basically, I have these clouds in one SWF that I want to play in the
background of my main movie. I have tried to use the LoadMovie option, but to
no success. I am not sure I am using the TARGET function corre... more >>
Commenting System in flash blog
Posted by Aniket at 12/31/2006 3:55:39 PM
Hey friends,
i'm a newbie here, and this is my first post asking for a help.
i'm creating a blog, a flash blog that will load posts from .html files
in a dynamic text field. i have used LoadVars class and various other
things to get the blog to working condition. n now i need a way to add
comme... more >>
flv embed
Posted by jagguy99 at 12/31/2006 12:31:39 PM
Can you embed a flv file to be viewed on a webpage. I can with a swf file but
not flv.
I have mozilla and thought is the plugin but it fails for flv file
http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFl
ash&P2_Platform=Win32&P3_Browser_Version=Netscape6
... more >>
Permanent border during the animation
Posted by Swirlsky at 12/31/2006 12:20:36 PM
Hello,
I have a rectangle. It has an empty fill and 4px wide border. It's
InstanceName is Rectangle.
I increase it's size with the following ActionScript:
[code]var TweenWidth:Tween = new Tween(Rectangle, "_width",
mx.transitions.easing.Strong.easeIn, Rectangle._width, 500, 2, true);
v... more >>
Time controlled AS Tweening
Posted by bat210 at 12/31/2006 11:18:28 AM
Hello,
i would like to move a movieclip from point A to point B on the X-Axis on my
stage using Actionscript. I know how to do that, but i also want to control the
time that the movement takes to complete, for example i want the movieclip to
arrive at point B after exactly 2,5 seconds. Can... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Setting stageWidth?
Posted by waya penguin at 12/31/2006 11:04:30 AM
In the ActionScript 3.0 Language Reference, the property stageWidth (of Stage
Class) is read-write, and even has a setter.
http://livedocs.macromedia.com/labs/as3preview/langref/flash/display/Stage.html
stage.stageWidth = 800; ==> DOESN'T WORK!!!
Anybody knows why???
... more >>
How to move this MC!
Posted by fanglinyong at 12/31/2006 6:57:27 AM
hi:
i created a mc named cannon, if i pressed the LEFT Button, then the mc
would move to left,this is the code ,can anybody help me?
inintX = 275;
inintY = 350;
// this is the MC:cannon;
cannon._x = inintX;
cannon._y = inintY;
//this is the MC: shot;
shot._x = inintX;
... more >>
actionscript button
Posted by lreadl at 12/31/2006 5:43:27 AM
This seems like it should be simple, but I'm having a lot of trouble. I have a
..as files with a class defined in it, and that class has a function defined in
it. I also have a button attached to a movieclip attached to another movieclip
on the stage. How do I get that function to be the on... more >>
ScrollPane.complete problem
Posted by Boen_Zhou at 12/31/2006 2:02:31 AM
Hi, Everyone!
We all know the following example works.
--------------------------------------------------------------------------------
--------------------------
/**
Requires:
- ScrollPane in library
*/
System.security.allowDomain("http://www.helpexamples.com");
this.cre... more >>
Passwords
Posted by joesmoes at 12/31/2006 1:17:53 AM
:confused;
Hello,
I have a HTML page that holds a very simple to use password forwarder.
When i give it the right user name a password it will redirect my to my
members only area!
The problem is that any one looking at the source that can then get to the
members area.
Can i make ... more >>
People Count
Posted by joesmoes at 12/31/2006 1:08:15 AM
Just like a websight you can have people count/web count.
I was wondering is there a script that allows a person count, An indivusal
count, and also a total count.
I realy only need a total count of people entering my sight. (it also includs
people reentering)
:grin;:grin;:grin;:grin;:... more >>
|