This is what I am trying to do:
Have forward and backward buttons that access swfs by using a current swf + 1. So basically it says I need to identify what swf I am currently accessing (say s_01.swf) and when the forward button is click go to s_01 + 1 or s_02.swf. Is there a way to code it so...
Does anyone know how to get bullet points to display inside a dynamic text field in flash without using a css or other extremely complex method??
This is what I am using, which works fine for text but it does not display bullets.
This is in the first frame of the flash file which displays the...
I have a large flv video file that I want to create an exe projector file (a "click me to start" file for users) that is linked to and plays the flv video when you open the exe. These files would then be burned to a cd rom.
Does anyone know how to create the link from the exe projector to open...
I have a 16 frame movieclip (MC labeled animation) that i'd like to have 2 buttons control so when you rollover the forward button it plays the movieclip forward(and loops from frame 16 to 1) and the MC stops on the current frame when you rolloff.
The same with the backward button - when you...
Does anyone know of a sure fire way to clear all Shared Objects other then doing the right + click and clearing them manually that way? I have tried different coding to clear it but with no success.
Ideally there would be a button that you click within a flash interaction that clears all...
I have a flash quiz that has one dynamic text field labeled score that is capturing the users score and I want to pass along that score to a dynamic field in an html page that will display it.
It successfully opens the results.html page but it does not display the score data on the the page...
I have a slider that works so when you slide the bar it also displays a number in dynamic text field (btwn 0 -100) depending on where your drag bar is.
What I would like to happen is have a submit button, so when the user stops dragging, they then click the submit button and it reads the...
I am trying to go to a specific frame within a new swf when the user clicks a Next button.
Without using movieclips I would like the user to be on page 1 and once they click the Next button it will send the playhead to load a new swf (page 2) in level 0 on a particular frame, (frame 2 of page...
I am trying to find a way to scale the height/width of a flash file without scaling down every single element in the fla to get to the new size.
Is there a way to maybe create a container swf in the dimension you do want and have the other flash swf (that is too large) display inside the...
I'm trying to display a user score in 2 fields at the same time after a user clicks a button.
I have one dynamic text field labeled highscore and another labeled spin.
I have this text in frame 1 in the root timeline:
var counter:Number = 0;
I have a button that has this code in it...
I'd like to have an audio off and on button for use in a game. The sounds in the game only play when the user does something successfully or unsuccessfully (like drag an object to the correct box). I have not figured out a way to have the user click an audio off button and have subsequent sounds...
Not sure if I am on the right track or not even close. I have this code in frame 1 in root timeline:
gotoAndStop (random (6)+1);
I have 6 movieclips created with nothing in frame one except a stop action script and in frame 2 another stop action script with another movieclip that plays an...
Is there a way to generate the url link in the hit state of a button (an animated button, not a text link url) in a swf using a dynamically generated txt file?
For example in a swf I have an animated button with this code below in it so it loads page2.html. Is there a way to dynamically load...
Hello -
I am attempting to control the audio using shared objects. The goal is so when a user opens the first swf and they push an audio off button it will turn off the audio and it will keep it off when they open other swfs with audio. The audio needs to automatically play when the user enters...
I apologize for this sounding like a stupid question but is it possible to dynamically load an image (jpeg,png) using a dynamic text field? The reason I ask is I am forced to use a content management system that only allows dynamically-generated text fields to dynamically load content...
Hello -
I am trying to play a sound file from the library - this works fine when I have all code in root timeline, however when I put the code inside a movieclip it no longer works.
Here is the code I have in frame one of the root timeline:
var snd = new Sound( )...
Hello -
I have a dynamic text scroller that only works if I have everything on the main timeline. I am trying to create a movieclip (moving all the same code that was on the main timeline into a MC) but once I do that the dynamic text no longer displays. I have tried adding "../" variations...
Does anyone know how to move the playhead 2 frames instead of one?
I currently have this code, which moves the playhead forward one frame inside a movieclip, I would like it to advance it 2.
tellTarget ("../movieclip")
nextFrame();
thanks!
Hello - I am trying to use Shared Objects for scoring and am not able to get it to work. I know how to use SO for entering names, (to create and write to the SO, and retrieving and displaying the SO data )but I can't figure out how to use it for scoring.
My goal is to create a single SO, and to...
I have a simple dynamic text quiz created that displays either "wrong" or "correct" based on the text the user enters in the field. However, mine only works if they key in the correct text using all lower case letters. I would like them to be able to enter either upper or lower case letters and...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.