onRealse double? I'm wondering how to double the size of a movie clip when it is clicked (it's really just a box). Then every time it is subsequently clicked, it will double it's new height. Any ideas? | | 1 | 86 | 3/29/2008 10:47:08 PM |
testing movie on a remote machine (server) one machine is functioning as a server. on the other machine i run a swf file (test movie). i want it to function as if it is on the same machine. i get an error (504) Error openin | | 0 | 74 | 3/29/2008 10:41:06 PM |
Sound won't loop Basically I want a music clip to loop in the background. I got it to load and play, but it won't loop. I've tried a few ways including;
song = new Sound(); song.loadSound("son | | 0 | 75 | 3/29/2008 8:23:33 PM |
Scene Control Hello, I'm hoping this is the right place to ask this question...
I have a movie that is broken up into 4 scenes. There are 4 buttons at the bottom. The playhead is set to stop halfwa | | 0 | 76 | 3/29/2008 7:46:02 PM |
loop / function problem I have created a series of button with references of swfs to load which the buttons are clicked.
The click function only works for every third button. All the buttons and names ar | | 2 | 92 | 3/29/2008 7:16:43 PM |
action script2 :embarrassment; our program www.marie.apioneerphoto.com is working. I would like to add an automatic dynamic slide show but am not sure how to do it.
In my code I have a working | | 2 | 87 | 3/29/2008 6:54:38 PM |
FLASH NEWBIE NEEDS YOUR HELP I have 4800 jpg files in my librarie, and i want to put each in a keyframe on scene; the idea is to make a simple movie. Importing a .mov movie, the quality decrease, and i just notice, with | | 0 | 65 | 3/29/2008 6:47:42 PM |
Keypress Control for Timeline I am creating a very simple presentation in CS3, which will be projected on-screen and will have a live speaker. I would like to be able to pause the SWF at various locations along the timel | | 0 | 160 | 3/29/2008 6:16:12 PM |
getting sent Var. to frame I have 2 input text boxes & a dynamic text box called status_txt. The input boxes have instance names of userBx,passBx & var names of user,pass.. respectively.
Problem is w | | 0 | 75 | 3/29/2008 4:44:09 PM |
[F8-AS2] MC code needed to complete game Hi, I have a game (stage size 600x350) and a bee that flies randomly left to right then right to left across and off the stage. That part works great but every now and then it flies too | | 0 | 86 | 3/29/2008 2:43:05 PM |
Code verification I am trying to get the playhead to move to a frame labeled "features" when the cursor is held over a MC called features_mc. The code below seems right but upon testing the movie I | | 2 | 96 | 3/29/2008 2:11:29 PM |
Printing dynamic text partially working Hi there!
I implemented a printing function which is working nice even for multiple pages.
Problem is as follows... Say we have a text 100 lines long. Each page can | | 0 | 71 | 3/29/2008 11:29:26 AM |
Question about creating a delay in AS 20 Hey everyone. Let me start off by saying that although I design in flash often, my knowledge of ActionScript is limited at best. I am typically a graphic artist, using Adobe CS2 etc.
| | 1 | 69 | 3/29/2008 10:33:26 AM |
event on xy second of execution of the file possible Hi!
I wonder how would it be possible to execute a certain command at a given time of playing an mp3 sound. So I click on the button and the sound starts. I have predetermined inte | | 2 | 87 | 3/29/2008 10:29:52 AM |
Loading XML based on User Decision Hello- I am working on a Flash project that involves an intro movie, which - when done - leads to a "decision" screen where the user chooses what kind of "visitor" t | | 4 | 77 | 3/29/2008 9:59:59 AM |
Print Orientation I am working on printing a 'certificate' from Flash and I would like to have it print landscape. Here is my code so far:
on (release){ var pjOutput:PrintJob = new PrintJob();< | | 4 | 80 | 3/29/2008 8:47:20 AM |
hit Test Hi, I'm making a game where you navigate a maze.
I'm using hit test to check if you are inside of a "wall" object, which makes the player stop. But since the maze is so big, | | 0 | 72 | 3/29/2008 7:29:26 AM |
UIScrollBar - how? tutorial doesn't work I don't know what be added to the Flash 8 UIScrollBar manual's examples, skimpy as it is, but if so, what? I can't get the example to work. I of course put in a path to a real text fil | | 0 | 139 | 3/29/2008 3:25:44 AM |
Looping an FLV Been trying to loop a .flv without luck so far. I removed the looping script in this code attachment. Could anyone help me out in the best direction possible?
// Prepare | | 1 | 76 | 3/29/2008 2:16:35 AM |
HTML inside Flash a joke? I'm not really sure what's going on here...I've had some bad HTML tranlation on
flash's behalf before, but never as bad as this. It seems all my carriage
returns are getting displayed and all my < | | 13 | 148 | 3/28/2008 9:54:31 PM |
createTextField generation difficulties with instance Hi... i would like to create hundreds of textFields in a mc. Iam trying to use the createTextField thing but it doesnt relly work for me. The problem is that I want to generate the inta | | 3 | 77 | 3/28/2008 9:51:39 PM |
seekSeconds problem I have a streaming video with custom controls and a dynamic text box with a time remaining display. Problem is I am trying to add a seekseconds to skip the first 10 seconds of the video | | 0 | 144 | 3/28/2008 9:47:21 PM |
Structure error I am guessing... Ok... this script has been around a long time. Its a portfolio script that loads pictures from a MySQL database with the help of a PHP script and displays them on a flash page three at a tim | | 0 | 64 | 3/28/2008 7:05:41 PM |
Passing data to labels Hello,
I'm trying to pass the data element from a radio button into a text label (to display a correct answer in a quiz). The labels are on the next frame. So far, I can only get | | 0 | 78 | 3/28/2008 5:36:39 PM |
Using XML and Arrays Hi all --
I'm trying to load some XML data into three separate arrays -- I'm pretty sure that's working. However, I get "undefined" when I try to trace, and I can't assi | | 7 | 86 | 3/28/2008 5:30:20 PM |
load movie in a masked clip Hi,
when I try to load a movie in a masked movieclip/placeholder the clip isn't loaded. When I check for getBytesTotal() it still is 18 bytes like the paceholder. When I put the mas | | 0 | 72 | 3/28/2008 4:26:32 PM |
Problem with a custom scrollbar I have used this tutorial http://kirupa.com/developer/flash8/scrollbar.htm to create custom scrollbars in a flash site I am working on. In all instances I have used these scrollbars, they wo | | 0 | 101 | 3/28/2008 3:18:28 PM |
Tell Movie Clip to play/stop from main timeline? I have a main timeline that has a movieclip called "Clock". At one point in the main timeline I want the movieclip to play and at another point I want it to stop. I can't get scrip | | 2 | 65 | 3/28/2008 1:09:35 PM |
Button link to landingpage Can someone help me. I have made flash document. I tried to link a button with a landingpage. I did this in the symbol properties of this button. There I linked an URL there. In the swf it l | | 0 | 81 | 3/28/2008 1:02:39 PM |
Button link to landingpage Can someone help me. I have made flash document. I tried to link a button with a landingpage. I did this in the symbol properties of this button. There I linked an URL there. In the swf it l | | 0 | 88 | 3/28/2008 1:02:32 PM |
Link to open swf in Flash player I am pretty new at flash and I have been slowly learning the do's and don'ts of actionscript. I have a problem that I can?t seem to figure out. Basically I'm trying to open an SWF file insid | | 1 | 79 | 3/28/2008 12:28:12 PM |
sound only turns on if you win I have a short little flash game. Music plays while the player looks for hidden objects.
When they find all of the hidden objects a movie clip loads to say "you win" and | | 1 | 83 | 3/28/2008 12:20:13 PM |
Reading colors of an image When we read color from getPixel method from an image then it returns color value which I then convert it into hexadecimal value. And, when I import the same image on stage and get the color | | 0 | 79 | 3/28/2008 7:27:17 AM |
Streaming Mp3 song length? Hey friends, I am making a MP3 Player for my website, and while I am loading streaming songs and playing them, it is not showing the total length of the song, but after the song loads c | | 0 | 89 | 3/28/2008 6:35:04 AM |
How to randomly load external file content? I want to randomly load the content from an external text file into a text area. Below is the content of textarea_content.txt: -----------------------------------------------------------
| | 2 | 110 | 3/28/2008 3:05:55 AM |
Flash Game with 2 problems... HELP! BElow is a link to download a .fla file for the flash game I am working on.
It is pretty basic just one flash files with 2 movie clips that load in: 1 to say you win & one to say yo | | 0 | 83 | 3/28/2008 12:49:59 AM |
Find a value in dataGrid I have selected a value on a previous screen that is going to be used on other screens. That value is in a datagrid cell on one of the new screens and I want to select that row given that va | | 2 | 107 | 3/27/2008 9:52:45 PM |
simple problem i have set [h]_global.category = navPaint[/h] in a function block
but how do i properly call it in this situation? the trace works...
_root.navBlank.blank_back.onPress = funct | | 1 | 62 | 3/27/2008 8:58:51 PM |
How to use cuepoint in audio files Into a file .fla I have a file audio with cuepoints. I need to read these cuepoints in flash (I use the MX 2004 version) to manage some little animations into the stage. It is possible | | 3 | 70 | 3/27/2008 8:48:21 PM |
How to create moving, fading and changing color movie Hi
I want to make a simple movie where a graphic shaped as a ! (exp. mark) randomly appears on canvas, fading in and out and changing colors. I have studied the tutorial but I need | | 0 | 87 | 3/27/2008 6:35:31 PM |
Problem regarding loadClip I'm trying to load large images in runtime using loadClip. My images are maybe 4000x3000 pixels or something similar. After they are loaded I want to resize them to Stage.
For som | | 5 | 140 | 3/27/2008 5:36:32 PM |
Preloader Can anyone say for me why this http://lanper.angelfire.com/preloader.jpg with this code preloader below:
stop(); _root.attachMovie("bg", "a", this.getDepth(), { | | 0 | 78 | 3/27/2008 5:30:36 PM |
Calling a function in an attached MovieClip I am trying the following, but it seems like the function is not getting called. If I trace it, it returns an undefined. What am I doing wrong?
Thanks a lot for any help.
this | | 11 | 86 | 3/27/2008 4:56:07 PM |
Unloading a movie loader within a flash site :confused; I built a website in a Flash CS3 AS 2.0 file with a portfolio gallery made up of their own external swf files. I added a loader component for each gallery. At the end of each gall | | 0 | 106 | 3/27/2008 4:34:12 PM |
Button to advance and go back X no. of frames Gentlefolk;
Simple problem, but it has me flummoxed.
I have a conventional Flash file that I want to include navigation. This navigation would include a "Go Back" an | | 0 | 77 | 3/27/2008 4:06:19 PM |
Button Stays on Rollover State Hello- I am building an interactive Flash map. The map is flat, but when you roll over certain portions, a 3D building pops-up. The 3D building is a button that - when pressed - opens a | | 0 | 117 | 3/27/2008 3:23:17 PM |
Real time help functionality As you all can see by my user id i have been a part of this site for a long time. The biggest issue that I have had is waiting for responses. If Adobe would provide us with instant chat in a | | 0 | 65 | 3/27/2008 3:21:49 PM |
Controlling scaling of launched projector I'm launching a new projector window using the command: fscommand("exec","newplayer.app");
Inside the newplayer.app ActionScript, I have the following line: fsc | | 1 | 81 | 3/27/2008 2:31:11 PM |
Pass PHP Vars to Flash Hello all, Well I have been working on this for a while, I googled the hell out
of it, and I cant seem to find what I am looking for. Can anyone help.
I have a PHP file that runs alone fine, Whe | | 3 | 99 | 3/27/2008 2:03:48 PM |
Movie clip button help Hello im trying to develop a small swf file that the user can control a video that gives the impression of rotation and transparency using arrow buttons. I have a 2 small movie clip files th | | 1 | 95 | 3/27/2008 1:55:00 PM |