Large Play Button On Flv?
Sep 21, 2009I am currently working on a project where I would like to have the large play button come up on the flv within flash. When clicked this will then play and pause if clicked again.
View 5 RepliesI am currently working on a project where I would like to have the large play button come up on the flv within flash. When clicked this will then play and pause if clicked again.
View 5 RepliesI'm building a photogallery base on this tutorial http:[url]....I'm trying to add a play button, so the gallery would play the pictures onRelease of the button at interval of 3s.It's not working. my code is:
playBTN.onPress = function() {
this._alpha = 50;
setInterval(this, "nextImage", 3000, 1);[code]....
i need to pan a large image. I didn�t used the kirupa example, because this was more what i was looking for. The problem is that a i need a close button so i can go back to the small image (unload it). Example:picture1.swf (contaings a medium size picture) when i click over it, goes to picture1_big.swf where i can pan the image.The problem is that if i put a close button it doesnt recognize it. Everything is made with AS.
View 1 RepliesI'm trying to put an "invisible" button under part of a large button, but if I put it under the larger button, the invisible button doesn't work. If I put it on top of part of the large button, the large button doesn't work... Is there some way to make it so that both the buttons work...?
View 8 RepliesI am trying to make a swf with one FLV playback player and 6 buttons. I've got 6 different videofiles that I want to have linked to this swf. Some of the videos are quit large.When starting the Swf, the first video has to start, after playing it, it has to stop. Then you must be able to choose which video to play by clicking one of the buttons. I don't want to have small thumbnails of the video, just plain and simple buttons.I have to have all my files, both fla, swf and xml files in the same directory (I cannot have them stored in different folders, since I have to upload this to a cms system which has limited upload properties).
I've tried to find the right script on the internet, I'm not very good at scripting myselve, actually rather poor educated there.It seems to me that I have to make an xml file with a list of all my videos, I have my default swf ready, with a FLVplayback and buttons.Now there's just the coding part....
I have created two buttons for separate audio files. Essentially if you click on the button it will play and stop. This works great! I have also injected a SoundMixer.stopAll(); to ensure if you click between both buttons that it will stop the current audio file to play the next one. My problem is when I select the 2nd button for the first time everything seems to be working...it's when I attempt to click on the first button again, that it will require 2 clicks and then it stops and plays accordingly...anyone know how I could eliminate this annoying two click process?
[Code]...
I have five different scenes all including three different buttons. When I test the buttons in "play scene" - all buttons sounds correctly in all scenes. But when I play movie, there is sound only with one button (the same button in every scene). I have looked for differences, but this button seem to have all the same parameters as the others.
View 10 Repliesi'm designing a website in flash8... now i have created some buttons, and i want that when i click on the button stars will fly from them and there will be a sound... i have already created the animation of the stars seperatly and it's in the library, i have also the sound file.... i just can't remember how to put everything together.... when i'll press on the button the stars will be flying from the button and the sound will play?
View 3 RepliesI created flash buttons for a website and imported them into dreamweaver, put the site up and everythings working finee, EXCEPT, the mouse down feature of my button doesn't play all the way unless you hole down the mouse button. My mouse over feature works fine.
View 1 Repliesi started with a Multiple mp3 players project and i more complicated with that - as you see in the picture i try to do that when click on the play button for every song this switch the song that selected -first preloading + percentage the mp3 file and after play it immediately and of course there is stop button, pause button when choose a song the previously that play will be muted
View 4 RepliesI have two buttons for paly and stop movie.
It is possible to only use ONE button ...
EXample
When click PLAY , stop btn is on
When click Stop, Play btn is on.
My file: [URL]
I finished the Flash Video Basics Tutorials, but I'd like the video not to start playing straight away. I also want it to stop playing when it's finished and not start over again.Is there also an easy way to have the play-button change into pause button, when the video is paused?
View 14 RepliesPretend a button is selected - when that button is selected it goes to the active frame which shows that the button is selected. When you click another button it currently resets itself - BUT - I want it to go to and play frame "mouse_out" and than reset itself. Below is the code I am currently working wtih:
[Code]...
I want to play the music file in flash player (which is embedded obviously) by clicking the play button which is in the web page (not in flash player).
View 2 Repliesgive me the actionscript for a bar that has a play and stop button to play and stop frames in a flash movie. i would be gratefull if you could as i am really stuck
View 2 RepliesUsing Macromedia Flash Professional 8.
I have a website banner made in Flash. I have added a music file to it and Play and Stop buttons. I also have a Replay button to replay the banner animation once it stops.
I have put the music on a separate frame so that it will not play automatically when the banner loads. I have made the Play button direct to the frame the music is located at so that when clicked, it will go to that frame and play the music file.
The problem I am currently having is that if I click the Play button more than once, it will play the music file again on top of the current play-through.
So if I click Play, the music will play. Then if I click it again, the music will play again, but on top of the first instance of the music, so two instances of it will now be playing and it sounds horrible.
I would like to make it so that if you click Play when the music is playing, it will not play the music again until the music has stopped.
i have looked everywhere for a tutorial on this - i have tried writing, and re-writing codes....i just cant get it. is there any tutorial i overlooked? here is what im looking to do - NO SHORTCUTS: have my main file that loads the buttons, my external swf container, my intro animations, and my swf "out" and "in" animations when a button is clicked i want it to point me to specific frame labels. i will have an "out" and "in" frame label and which will be the locations of the transitional starting points i want it to play the "out" transition, than unload the current swf, than play the in transition, than load the swf of the button that was clicked i want the animations to all be done using frame labels all within the MAIN swf file.... i have had no luck doing this....and i do NOT like the tween class....
View 10 Repliesim trying to get 1 button to play a movie clip (a door opening) and the same button to close the door i know its possible and i think its by arrays
View 1 Repliesim trying to get 1 button to play a movie clip (a door opening) and the same button to close the door i know its possible and i think its by arrays .
View 1 RepliesI don't know if this is possible, but can you have a button on one layer play a mc on another layer? I am trying to build a file where when my button is clicked, it will move the x and y axis of a movie clip on the layer below. I'm working in CS4 action script 3.0 (no drop down menu option?)
View 4 RepliesI'm trying to make the main timeline go to frame 2, and a separate MC go to frame 2 by clicking one button.
Here's what I'm trying ...
on (release) {
_root.gotoAndPlay(2);
snap1.gotoandplay(2);
}
When the button is clicked, the main timeline goes to frame 2, but the MC (instance name) snap1, doesn't play. I'm using AS2.
I have a movieclip called 'mcBox'. and I have a button called 'playBtn'all that I want to happen is when you click the button the movieClip plays, so simple, but really finding it hard to get to work. This is what I have
playBtn.addEventListener(MouseEvent.CLICK, onPlayClick);
function onPlayClick(event:MouseEvent):void
{
mcBox.play();
}
I know it's the 'mcBox.play();; part but can;t figure what it is?
i used flash the minor problem im having is that, i have a button called " btninviz "when this button is clicked, i want it to play a movieclip called " bannerRoll ".the banner consists of a simple animation of images going back n forth etc...now,for testing purposes, i want it so that on click, it goes and stops on the last frame (651) ive created a function for it like so:[code]and it works. so i know the function is working.the MC DOES exist...matter of fact to make 100% sure, i took the button code and put it on the same frame where the MC exists and still nothing.
View 2 RepliesBasically i have four buttons which when clicked need to load an FLV associated with that button into the video player.
Im not sure if im missing some code or if my code is wrong.
var budC:BuddyC = new BuddyC();
budC.x=40;
budC.y=125;
addChild(budC);
[Code].....
At this point everything is showing up on stage and buttons act clickable but nothing is happening when clicked.
I have 2 scenes, the first scene has "mc1" and the second scene has "mc2" and a button inside it. how do i get the button in mc2 to play mc1?
View 5 RepliesI am doing a simple Flash button that controls the playing of a moving clip. I want the movie to go to frame one and play when I mouse over the button and I want it to go to frame 12 and play when I mouse out. I have stop(); at frames 1, 12 and 25 to prevent looping.
[Code]...
I wane use my button to play a set of frames, let say from scene "apple" to scene "orange" , i used
gotoAndPlay("apple")
and then immideatly
gotoAndStop("orange")
but obviously it doesn't work, because it skip the transition in-between. I am not a pro in AS3 guys they question may sound funny,
its a gambling game of chance and I want it to go to a random frame which will play a movie when the button "one" or the button "two" is pressed. so on each button, I have the code:
[Code]....
I have a button and a mc. the mc has a mc in a mc in a mc and if u break it abart 3 times u get to the sword_mc. I want it to play the the 2nd of sword_mc but its not.this is the button
on (release) {
_root.sword_mc.gotoAndPlay(2);
}
not working, how do i play a mc with a button even if the mc is barried in other mcs.
OK, say I have a button that does something, like go to the next frame, is there anyway to have it play a simple sound located in the library without looping?
View 8 Replies