| Thread | Last Post | Replies |
|
| flv embed | 31 Dec 2006 23:41 GMT | 3 |
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
|
| Permanent border during the animation | 31 Dec 2006 14:39 GMT | 2 |
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",
|
| How to listen for Tree Branch onRelease | 31 Dec 2006 09:57 GMT | 5 |
A beginner question using the Tree component and XML for the first time. The XML populated the Tree just nicely. How do I listen for onRelease commands for the tree branches and also the leaves please? (The folders and seperate files). I'm not going to be loading in stuff ...
|
| actionscript button | 31 Dec 2006 08:24 GMT | 7 |
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 ...
|
| People Count | 31 Dec 2006 04:10 GMT | 3 |
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
|
| Looking for this nice effect | 31 Dec 2006 01:38 GMT | 6 |
I've been looking around for a couple of days and am trying to build this smooth easing effect. Please have a view here: http://www.cozumelrs.com.br/ When you move your mouse around on the 1st page before selecting languages,
|
| Passwords | 31 Dec 2006 01:21 GMT | 1 |
: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
|
| How to have both rollover & getURL together | 30 Dec 2006 23:03 GMT | 2 |
Working on a web project that uses a Flash "template" from the webhost. This scene has movie clips for "About Us" "Contact Us" and so forth. If I convert the MCs to buttons the rollover stuff doesn't work, if I use what came with the template I can't make getURL work with a ...
|
| save data when the user close the window | 30 Dec 2006 21:02 GMT | 3 |
hi I'm new how do we save data (to a database) when the user close the window (which contain my flash game)? I thought of using onEnterFrame to save data each frame, but it's not effective
|
| If statements | 30 Dec 2006 20:58 GMT | 7 |
I am looking for a bit of help on if statements. i want to write an if statement to put on a button where it looks at which frame a paricular movie is on. eg
|
| RPG Battle System Order | 30 Dec 2006 20:48 GMT | 9 |
I am trying to develop a battle system order engine which determines the order of turns according to player(s) and enemy(s) speed. For example, let's say that player A has a speed of 4 and player B has a speed of 2. The order of battle would be like this: Player A, Player A, ...
|
| I NEED SOME MORE HELP NOW!! | 30 Dec 2006 18:33 GMT | 8 |
Now I´m back with a new animation problem that I need help with. If you look at my try out page at: http://www.mickesei.se/flash/index.html The problem I have if I press on "Idéen" button it works OK, and the same if I press "Fakta" button, but then the problem comes. If I want ...
|
| preloader failure | 30 Dec 2006 17:56 GMT | 3 |
Hi, i've just made a very simple preloader that works just fine... well almost! I thought maybe some of you could help me solve this problem. Here it goes.. I've made a basic structure for looping the timeline on a preloader scene. On the second frame i've got this script:
|
| on roll over I have an mc follow the mouse, how do i send the mc back ... | 30 Dec 2006 17:44 GMT | 7 |
Basically, you roll over a piece of text, and it follows the mouse, using the following code. onClipEvent (load) { _x = this._x;
|
| hitArea question regarding mulitple areas | 30 Dec 2006 16:37 GMT | 8 |
I am building a somewhat complex menu system. The first step is a simple animation that reveals the actual buttons. There will be three seperate MC's that each reveal their own set of buttons. I am using "hitArea" to make the rollovers work, but here is my problem. I get it to ...
|