| Thread | Last Post | Replies |
|
| onRelease function | 31 Jul 2008 23:12 GMT | 1 |
I have set up a number of loader objects and set up locations of the images I want to load and link urls I want assigned to each image using loops like this: for (var j = 1; j<url_XML.firstChild.childNodes.length/2+1; j++) { images[j]=this.createClassObject(mx.controls ...
|
| attaching Sounds by looping | 31 Jul 2008 23:06 GMT | 3 |
I've got ten .mp3 files in my library(all with linkage) named "cbleep_"+(0 to 9). I'd like to create ten Sound objects and attach the .mp3s to them. I've done it - laboriously - one by one, but it seems to me it should be able to be done with a simple loop. Been wrestling with ...
|
| help with ymouse restriction | 31 Jul 2008 21:50 GMT | 1 |
Hi all this is beyond my skill so I am hoping you can help. I have a scrolling movie clip that scolls left or right depending on where your mouse moves on the ENTIRE stage. I want to confine it to only work when the mouse is over the scorlling clip. I am told I need "ymouse test ...
|
| Migration to AS3 | 31 Jul 2008 21:29 GMT | 3 |
:confused; I have been using Flash and Actionscript for some years now and I have found it very difficult to take on board at times. I keep promising myself that I will get to grips with Actionscript so that the applications I develop look as good as the ones I see in Web ...
|
| loading external swf games | 31 Jul 2008 20:57 GMT | 11 |
I'm trying to load 9 external swf games into my site and play them through my site, my problem is that some work and some don't. I'm guessing that it may have something to do with what version they are published in but is there any code to make them work?
|
| loadClip onLoadInit will not resize image | 31 Jul 2008 18:42 GMT | 1 |
I'm trying to tweak an application that helps user create business cards using Flash. Usually the backgrounds used for the business card canvas are 72 dpi, but my client wants to use 300 dpi images.
|
| External Interfacing Question | 31 Jul 2008 16:51 GMT | 1 |
I have a basic music player that I made in flash. I was wondering if there is an easy way for me to send a few variables (song path and name) to the player via a external link somewhere on the page. I would want to have it that when the link is clicked it sends the data to the
|
| ExternalInterface.call across domains? | 31 Jul 2008 16:44 GMT | 2 |
I'm using ExternalInterface.call in a swf file to call a javascript in the html container. The swf file is located in a different domain than the html container. Everything works fine if all files are within the same root directory, but as soon as I reference the swf file located ...
|
| cuepoints over 100 | 31 Jul 2008 10:45 GMT | 13 |
I'm trying to control the flv files using xml. The format for setting cuepoints normally is 00.00.00.000 However action script requires you enter a number so the above is not allowed. You can use 00.000 i.e. up to 99.999 however when you reach 100.000 it stops
|
| Undefined ASCuePoint | 31 Jul 2008 10:17 GMT | 2 |
I have a Flash 8 AS2 file where I'm trying to add a number of ASCuePoint to a FLV playback component, my_FLVPlybk. The time numbers for the cue points are stored in an array called cuepoints_array in the form 4.02|7|12.3|22.7 etc. I have a cue point event listener added to the ...
|
| Actionscript 1,2 &3.0 | 31 Jul 2008 07:42 GMT | 4 |
Hi, i'm new to flash and i want to know the easiest way to learn actionscript.:confused;
|
| flash loader questions | 31 Jul 2008 07:20 GMT | 14 |
hey all so i've got this movie clip that i made a load screen with : totalBytes = _root.getBytesTotal(); loadedBytes = _root.getBytesLoaded();
|
| image moving | 30 Jul 2008 23:58 GMT | 5 |
hello, anyone can help me doing the effect on an image like in the following link that I send: http://www.estebandevice.com/frame_pt.html when I pass with the mousse the image moves..can you help me?
|
| importing fonts at runtime | 30 Jul 2008 23:18 GMT | 2 |
Does importing fonts at runtime save on the initial swf loading time? It seems like it takes just as long or longer to load my swf now than it did when I embeded my fonts.
|
| Play & Pause Content & Sound in Flash | 30 Jul 2008 22:35 GMT | 1 |
I am a little new at this. I am just trying to find a good tutorial or some help on an issue I have. I will try to explain it in short but cover everything. Here it goes: I am creating a training site with Flash CS3 using AS 2. The way that this
|