ActionScript 2.0 :: Manage To Work On / Of Music Button With Simple Volume Slider
Nov 24, 2005
I have made small site:[URL] But I can manage to work my on/oof music button with my slider. Can somebody give me the most simple codes for this? I have already song inside the project, so it doesn't need to be loaded from the web. I have try everything, but nothing. I manage to turn on/off music, but to slide it... noup...
View 2 Replies
Similar Posts:
Oct 6, 2009
does anyone have an example of a simple volume slider that controls the master volume of the entire swf?
View 1 Replies
Dec 11, 2010
I'm trying to make a music player with play, pause and stop buttons aswell as a volume slider.However, I'm getting these three errors:
Line 12 1046: Type was not found or was not a compile-time constant: Rectangle.
Line 12 1180: Call to a possibly undefined method Rectangle.
Line 12 1180: Call to a possibly undefined method Rectangle.
Here is my code:
Code:
package {
import flash.events.*;
import flash.display.*;[code].....
View 1 Replies
Oct 24, 2009
I have a music controller that I can turn on/off, but I would like to add a triangle slider volume control too and also set the default volume to be 50% so the users can choose if they want to turn it up/down.
View 1 Replies
Jun 20, 2010
it worked fine when i had the audio within the swf.slider:
slider_1.onPress = function(){
this.startDrag(true, groove_1._x -8, groove_1._y, groove_1._x -78, groove_1._y);
}
slider_1.onRelease = function(){
[code]....
i thought that in this method i had named the sound object foffMusic (streaming the file ftomm.mp3). the sound plays fine but ive gone through alot of trial and error and trawled every forum for the solution bu i can't get it to work!
View 3 Replies
Mar 4, 2010
_root.createEmptyMovieClip("vsound",_root.getNextHighestDepth())vSound.attachAudio(ns);[code]....
Before i had the volume slider, the mute button was fine. but now, it doesn't work anymore.
View 1 Replies
Dec 11, 2011
I have a volume slider and I want to implement a mute button to mute the sound no matter where the slider is and unmute again when clicked or the slider is moved. I've tried to do it but so far I've managed to mute it and unmute it using the above methods, but whenever I move the slider to another position and go to mute it again, it doesn't work.
View 9 Replies
Mar 9, 2009
I need the code to mute/unmute the volume for an internal aif music file using a button.
View 2 Replies
Nov 21, 2009
I've created a small music player with a sliding volume control. I'm having trouble with the volume. Though it does control volume properly, if I set the initial volume to less than 100%, the volume always starts at 100% until I move my mouse over the player. At that point, the volume changes to whatever the initial volume is set to.Is this a flash bug, or am I missing something? Here is the affected code (code for other buttons/functions omitted for brevity):
var song_initvolume:Number = 100;
slider_1._x = groove_1._x + song_initvolume;
playSong(0,song_play);[code]....
I'd like to be able to set the volume at say 50%, but the above mentioned behavior happens each time.
View 2 Replies
Feb 1, 2010
I'm building a video player and am kinda stuck at the volume slider part. It's a YouTube style vertical slider, meaning if the slider is in the top position volume should be 100% and if the slider is dragged to the bottom position sound should be 0. Currently it's doing the opposite of what I want :(
Dragging the slider down will make the sound louder, while dragging up lowers it.
Here is my code below dealing with the volume slider.
[Code]....
The (-4) is an offset value so when you drag it all the way to turn it off, it's 0 and not 4. I need to reverse this somehow, so the traces above will swap... going down will make userVolume = 4 and going up will make it 30.
View 4 Replies
Oct 25, 2006
Is there any way to manage the volume of a complete movie. I mean, a sentence that applies to all sounds playing and sounds that are not playing yet. I'm trying to manage some sounds that must be inserted on the timeline in stream mode. I must can set all sounds to volume zero without stopping them. They have to keep running. I know that if I call the sounds by actionscript without inserting them on the timeline is easy to do. but this time I just have to use it this way.
View 1 Replies
Jun 27, 2007
In a code im currently working on, I have 3 sounds that I need to maintain constantly, but It seems flash can only manage 1 sound per frame.
How can I manage the volume of more than one sound in flash per frame?
View 10 Replies
Aug 10, 2010
This Message Used To Be Entitled:"Can't make music on/off button work for my movie built in CS5..."But after literally WEEKS of being on this forum (& desperately seeking the answer in numerous ways) do you mean to tell me there is ABSOLUTELY NO ONE ON THIS FORUM that knows how to make a music/sound button work correctly? [code]Perhaps it's a simple adjustment,.
View 11 Replies
Jul 20, 2011
I do not know action script, and, have created a button in flash that pops up information when you rollover the button.The button works fine, but, the entire area - where the information pops - is also poping up when I rollover that area.
View 4 Replies
Mar 25, 2010
What I have is a map that you can click on points and it will zoom in, you can also click on a "plus/minus" buttons to zoom in and out (I even have the mouse wheel zooming in and out). The client wanted me to add a "zoom slider bar" to it so you know you could move it up and down to scale it. Everything is working except the slider, I can't seem to get it to work with the position of the slider. All of the zoom functionality is there but the slider is killing me.
I am putting up the fla file since there is a lot of code in there and I didn't want to put it all in the forum. if you look in the fla in frame ten on line 726 you can find the function that is supposed to handle the zooming when you move the slider. Up on line 74 you can find the slider onPress and onRelease functions, but those I believe should be fine.
View 2 Replies
May 11, 2009
I'm a designer that inherited a project with a volume slider. I'm not that good with actionscript yet and haven't been able to figure out the code. The volume and slider starts at 100%, and I need it to start at 50%. Can you tell me how to set both the volume and slider at 50%? I'm sure it is a simple solution but I can't figure it out. I tried a few things but have not been able to get it to work correctly in both the volume level and start position for the sliderHere's the code on the 2nd frame of the mc:
Code:
stop();
var NiVol:Sound = new Sound(_root.Container);
[code].....
View 4 Replies
Mar 30, 2009
I made a volume slider which works with a draggable mc to control the volume. But I want to do a bit different slider using a mask like the slider in Component box. The aria I want to drag over is a rounded rectangle. I make a rectangle which will be my bound and i use the rounded rectangle to mask it. How should i continue.
View 1 Replies
Nov 30, 2010
Direct me to a volume slider tutorial that works for actionscript 3.0? there are some out there but they are all outdated.
I did one that enables me to mouse over an item and move it all over the screen, but I need to get it to scroll along an axis. thats where Im getting hung up.
I actually have a really cool project. an online studio that enables you to rehearse individual parts of songs that I prerecord.
View 6 Replies
Mar 30, 2004
i'm triying to do a slider bar for control volume but all scripts are for vertical or horizontal movement, but i need do it with a light inclination i have been thinking to give to the limits line a value of x an y for upper possition and other value for x and y for lower position but i don't know to do it.
View 3 Replies
May 15, 2005
I have a horizontal volume slider working, but I'm not sure how to give it the effect of lighting up as the volume is increasing or decreasing. I'm guessing it's something along the lines of controlling a separate movie clip via AS, but I'm not sure how to do it.
View 8 Replies
Jun 18, 2008
I am trying to add a volume slider to my flv player, I currently have just a mute button My code is as below
var nc:NetConnection = new NetConnection();
nc.connect(null);
var ns:NetStream = new NetStream(nc);
theVideo.attachVideo(ns);
[code]....
View 1 Replies
Nov 12, 2009
I need a vertical volume slider, but flash is crazy and instead of increasing volume as you drag it up it decreases it instead because of the origin point. the entire slider device is dragable too, so that is another dillema.
View 4 Replies
Mar 30, 2004
i'm triying to do a slider bar for control volume but all scripts are for vertical or horizontal movement, but i need do it with a light inclination i have been thinking to give to the limits line a value of x an y for upper possition and other value for x and y for lower position
View 2 Replies
May 15, 2005
I have a horizontal volume slider working, but I'm not sure how to give it the effect of lighting up as the volume is increasing or decreasing. I'm guessing it's something along the lines of controlling a separate movie clip via AS, but I'm not sure how to do it.
View 8 Replies
Mar 12, 2009
I'm trying to set up a slider that will adjust the volume of the video that is playing. I currently have a slider that adjusts the progress of the video that works just fine. I set my volume slider up the same way (as far as making it slide and the bounds it's contained within) but it fails to actually be draggable. I click on the slider and it disappears from view instead of allowing me to drag it. It's been a while since I've done any AS work and I'm struggling to figure out the problem here as everything appears to be correct.
View 1 Replies
Sep 19, 2011
I am trying to use the slider component (aSlider) to control the volume of mySound which is a class called PlaySound. Created an addEventListener for aSlider with a SlideEvent.CHANGE executing a function called changeVolume. Everything else works but I can't seem to get the slider to control the volume of mySound.
import flash.events.Event;import fl.controls.Slider;import fl.events.SliderEvent;import fl.controls.Label;
var mySound:PlaySound = new PlaySound ;
[Code].....
View 5 Replies
Jan 19, 2012
I made a volumeslider, but the problem is that the sound plays at 100% when the slider is down and at 0% when the slider is up.Of course every volumeslider does the opposite. adjust this code so down, the volume becomes 0% and up 100%?
sliderVolume.onPress = function() {
this.startDrag(false,150,150,150,250);
}
[Code]...
View 3 Replies
Apr 24, 2010
How to control the volume of the microphone with a slider?
View 1 Replies
Mar 25, 2010
Explain the code, or point me to a good tutorial for making a volume slider for an FLV player?
View 6 Replies
Nov 10, 2010
i want to make volume slider for adjust volume ..here i am getting some problem in startDrag and stopDrag method my volume slider Move when mouse cursor on stage (outside of the volume silder),, i assign two listener Mouse_DOWN and Mouse_UP .. for sliding i create One Rectangle (0,0,100,0)
View 3 Replies