| Thread | Last Post | Replies |
|
| Flash and PHP | 07 Jul 2008 00:32 GMT | 5 |
Hello, I am having trouble now that I have set my server not to register_globals off my flash script is not sending the variables to the .php file. I have a simple flash coupon that has 3 fields to retrieve email, phone and name. The text
|
| Uploading images from a Flash Interface | 07 Jul 2008 00:31 GMT | 32 |
I wish to allow users of my all Flash website to upload their identity photograph when they register. How can I proceed to make a navigation window to open in order to select in their directory the photo they want to upload ?
|
| Fill to follow path? | 06 Jul 2008 21:19 GMT | 1 |
Imagine that I have a shape that has some tight, intricate curves. Just for simplicity, something in the shape of the letter "S". What I need to do is have a fill start from one end of the S and follow that shape to the end, so the new color grows along the path, oriented to the ...
|
| nubee question | 06 Jul 2008 20:36 GMT | 1 |
hello all, working now on my first flash project- a portfolio of my work. im wondering if there is a way with actions to make on release of the mouse first play the next 10 frames or so, and then automaticlly go to another
|
| HELP - Sound object does not work when the path has GET environmental parameters | 06 Jul 2008 20:28 GMT | 1 |
I am using the Adobe example ( http://www.adobe.com/go/tn_16520 ) for loading files across domains when a cross domain policy file is not present. This method is working PERFECTLY for loading images, swfs, and videos. However, it does not work when loading audio files--and I have ...
|
| FileReference | 06 Jul 2008 17:42 GMT | 1 |
i've a problem when using FileReference this class give just file name , type , ... , but i want file in local disk address and name in one string for example :
|
| Sleep / Wait / Pause functions in AS2.0? | 06 Jul 2008 17:36 GMT | 3 |
I wanted to ask, if there is any easy way to make my code stop executing until I set up a flag. A basic example of what I want to is: // .... code 1 ....
|
| Movies within Movies and XML | 06 Jul 2008 08:59 GMT | 4 |
I have a movie which uses XML to load pictures - a slideshow - appropriate for each page. For an example, lets say I have three pages in my site: /index.html /pages/page2.html
|
| getURL PARENT | 06 Jul 2008 01:31 GMT | 8 |
I am using AS2 in Flash CS3. I am trying to simply us the getURL to open a url in the same window. Does not work, it will work if I use the "_blank" statement but I need it to open in the same window. I have tried saving it as FP8 and 9 with no resolve.
|
| Not an easy 'scrolling image' question | 05 Jul 2008 20:57 GMT | 7 |
I have six scrollable images and the idea is that each one will have a bit of relevant text to accompany each image. The problem I have is that the text for image 1 is the same text which accompanies image 2 (and 3, 4, etc).
|
| Loading 3 MB PNG file | 05 Jul 2008 15:54 GMT | 13 |
I am having problem loading a PNG file into flash with the size of 3 MB. I am not prompt with any errors, the image is downloaded successfully, but the player fails to display it in the respective movieClip. I have checked the resolution of the image, it is 2880 x 2645. All the ...
|
| BUG - TransitionManager.as Squeeze | 05 Jul 2008 14:40 GMT | 2 |
first of all - sorry for my bad english :) well i think i found a bug in the TransitionManger.as Class File - Let's go through the script and the problem occurs running the script with the "Squeeze" Transition.
|
| looping to load jpgs from a folder on frame1 | 05 Jul 2008 12:12 GMT | 1 |
hi i have 5 jpgs in a img folder (001.jpg, 002.jpg, and so on). i am trying to load them sequentially on my frame1 and when it reach to the last frame it will load the next jpg. what's the easiest way of getting this done? pls help.
|
| Resize with loadMovie | 05 Jul 2008 02:07 GMT | 9 |
I have a button that is a thumbnail. When I click on it, I want it to load the full size swf into it, basically resizing what was the thumbnail button. Can anyone help me with this? Thanks.
|
| remove MC when leaving the frame | 04 Jul 2008 20:51 GMT | 5 |
Hi I have a frame that AS this: [h] this.createEmptyMovieClip("news",1) news.loadMovie("news.swf")
|