| Thread | Last Post | Replies |
|
| Halting Progress Bar | 27 Jul 2008 06:57 GMT | 3 |
I'm working with a Flash application and periodically the progress bar that displays as it loads will hang, only progressing when the mouse is in motion (but the application runs fine in these cases, if one wiggles the mouse around enough to let the progress bar complete). The ...
|
| Print section of MC | 26 Jul 2008 21:16 GMT | 23 |
Is there a way to print just a section of a MC? I have a print button with print a MC in the same swf. Can I add x,y or height and width coordinates to sent to the printer action? CODE on PRINT BUTTON
|
| "Next" button won't work when clicked several times... | 26 Jul 2008 20:59 GMT | 1 |
Hi there fellas, I have a linear navigation system with BACK and NEXT buttons. The problem happens when you want to keep clicking next... next... next... the button will not work after the first click unless you move the mouse just a
|
| Button functionality lost in converting to AS2 | 26 Jul 2008 20:43 GMT | 1 |
I have a series of buttons, grouped within a parent Movie clip. Each individual button has a MC of its own, and the button sits inside that second MC. The event handlers are attached to each button. Since converting the code to Player 7/AS2 I have lost the button
|
| Question about "this". Scope problem? | 26 Jul 2008 20:38 GMT | 3 |
Hi there. I don't understand what's not working correctly when I try to dynamically call a movie clip from a function. For example, this doesn't work: (see first attached code). I'm guessing the "this" in the call to play is getting stuck referring to the
|
| Initialising a Method | 26 Jul 2008 20:30 GMT | 6 |
I have been using a method (derived from this forum) that worked fine in AS1: calling code: prefix = prefix.searchReplaceChars("[", ""); or
|
| Global Variables vs Data Duplicates | 26 Jul 2008 15:03 GMT | 4 |
I haven't done a massive amount of OO programming, but I know the basics. I've found myself using more and more AS in my Flash designs to the point where they're practically 100% AS (split quite tidily into classes etc). Where I fall short is a lot of the best practices... I ...
|
| every other one | 26 Jul 2008 15:01 GMT | 3 |
OK, let's say I've got a single-frame MovieClip named "TheClip". In the clip is a two-frame nested MovieClip named "subClip". I place 10 instances of TheClip on the Stage: for(var k:Number=0;k<10;k++){
|
| FlashVars | 26 Jul 2008 02:38 GMT | 20 |
I have posted elsewhere but to no avail... trying to pass an image name through FlashVars from a php request into a .swf so that the image will load on runtime... anybody ever heard of this... can it be done?
|
| Export AS2 Drawing For Print? | 25 Jul 2008 23:39 GMT | 2 |
Hi, I'm new to the whole concept of drawing with code, and I would like to know if anyone could help me. I have made an actionscript drawing that draws itself when I test the movie, how do I export the drawing as a print quality file (300 dpi), if I take a
|
| FLVs not loading | 25 Jul 2008 23:02 GMT | 2 |
I have a list of buttons that, when clicked, should play a specific FLV, and display dynamic text. The FLV Playback component instance name is music_FLVPlybk. I load everything using the code below. The first time I click a button, the flv plays fine. When I click a second
|
| use bitmapdata to swirl to images | 25 Jul 2008 16:49 GMT | 1 |
HI all. I need to create an effect of one image "swirling" into the next. Can someone please point me in the right direction to get started. I know this can be done with bitmapdata but I haven't really used this before. Thanks!
|
| Copying movie clip buttons that use action script | 25 Jul 2008 15:21 GMT | 3 |
Hi guys, back again :confused; I'm trying to copy a button which is a movie clip. Only thing is that no matter which way I do it, I fail. I try to rename the buttons and then refer to the new ones in action script but I am really messing it up. I've included
|
| Motion tween | 25 Jul 2008 13:56 GMT | 2 |
I'm creating a flash for my italian company website, but I have some difficulty to create a motion tween in which I have to apply a card rotation to let see the back of it (i.e. another image), like an opening book. Can you help me?
|
| Web-based highscore table for a newbie | 25 Jul 2008 13:54 GMT | 1 |
I've been working with AS 2.0 for a while now, but I can't figure out how to have a file with variables in it stored in my website. I want my SWF to take user input, write it to a file on the server, and have everyone who goes to my site able to see the data (like a highscore). ...
|