I know I should probably have done this in Director, but the client only uses Flash, so here goes:
I have several video clips in MPG1 format, and I have imported them into Flash MX. I have selected quality=100, keyframe interval=15, scale=100, checked the Synchronize video to Macromedia Flash...
Thanks Oldnewbie
The .fla is at http://www.geocities.com/jdfar/volume_slider11.fla.
The two things that aren't working with it are:
1) It drags whenever the user places the cursor anywhere, not just the volume slider.
2) It does not function in an embeded movie clip (i.e. if I made this into...
I tried that but it did not work! It seemed like it is designer for a web page. The code downloaded = mySound.getBytesLoaded();
total = mySound.getBytesTotal();
if (downloaded != total) {
_root.dl = "downloading song...";
} else {
complete = 1;
_root.dl = "";
is confusing the hell out...
I have tried several variations and nothing is working right. Here is what I have right now.
The actual slider is in a movie clip called slidebarMC with an instance name of slideBar. I added the code:
on (press) {
startDrag("", false, left, top, right, bottom);
dragging = true;
}
on...
I successfully created a volume slider in the main scene of my movie, but when I do a volume slider in an embeded movie clip, the slider button appears off the screen at 0 on the x axis. Any ideas how I can fix this within the movie clip? The code is below. Thanks in advance for the help...
I successfully created a volume slider, but how do I get it to stop so when the user enters then next frame, the sound stops. Is there an additional piece of scripting I need to write? Ideally, the user enters the frame, the sound starts, but if the user exits the frame, the sounds cuts off...
I need to create cookies for my flash project so that it will remember where the user was from the last time the swf file was opened. A programmer friend recommended that I use variables instead of shared objects. Are there any good demos or tutorials on this? Much appreciated.
I need to create a CD for a class project. The CD contains a series of information and short quizes. When a user logs into the .swf file, the .swf file should remember where the person last left off within the .swf (if they have logged in before). Someone said to use shared objects, but I...
On a CD-ROM using a .swf file, I want to create a login and password for mutliple users (so that the user has to login to access the info on the .swf file. Is there a way to do it for multiple users so it will remember the person and their login info and also remeber where they were in the .swf...
How do you link a button in a movie clip to a scene outside of the clip? I can make the clip link to itself just fine, but when I give a button with the movie clip the action:
on (press) {
gotoAndPlay("SCP", "cp");
}
it does not go to the scene and label. Am I missing another line of script?
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.