Help Logs Database

Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Ircnet  |  Dalnet
Page: 1 2

<narhat> mm
<LaZKa> hey guys
<LaZKa> i need some help
<LaZKa> how to do a pause button not a stop button pls
<LaZKa> i have a movie clip and i need a pause and play button in it
<^Zeus^Cool^> LaZKa ?
<LaZKa> what ?
<^Zeus^Cool^> what do you mean by puase/play a button ?
<^Zeus^Cool^> you mean to deisable it ?
<^Zeus^Cool^> disable*
<LaZKa> when u are watching a flash movie and u wanna pause it
<LaZKa> not stop to watch it from the beginig
<^Zeus^Cool^> aaaaaa
<^Zeus^Cool^> ok
<^Zeus^Cool^> i understood
<LaZKa> i wanna pause it then i can press play to continue where i paused the animation
<^Zeus^Cool^> do you want the same button to do this event?
<^Zeus^Cool^> or do you want 2 diffrent buttons to do that?
<LaZKa> no
<LaZKa> 2 different buttons
<^Zeus^Cool^> buttonPlay.onRelease = function () {targetMovieRoBePlayed.play();}
<^Zeus^Cool^> buttonStop.onRelease = function () {targetMovieRoBePlayed.stop();}
<^Zeus^Cool^> buttonStop.onRelease = function () {targetMovieRoBeStopped.stop();}
<LaZKa> ^Zeus^Cool^ ok where do i put the name of the movies ?
<^Zeus^Cool^> buttonPlay = put this in the instance name of the button play
<^Zeus^Cool^> and targetMovieRoBe ..... put the target to the movie you want to play/pause
<^Zeus^Cool^> did u succeded?
<^Zeus^Cool^>
<^Zeus^Cool^> :D
<wow^wow> Stop flooding
<LaZKa> ^Zeus^Cool^ it didnt work :S
<LaZKa> can we pls move step by step ?
<LaZKa> together ? :S
<^Zeus^Cool^> what version of flash are you using?
<^Zeus^Cool^> i'm gonna send you a fla
<LaZKa> mx 2004
<LaZKa> ok
<^Zeus^Cool^> mail or yahoo id
<LaZKa> ok
<LaZKa> diablo_pirot_007@hotmail.com
<^Zeus^Cool^> sent
<^Zeus^Cool^> enjoy
<LaZKa> 10x man
<^Zeus^Cool^> tell me if it works
<LaZKa> ok man i am trying it
<LaZKa> :)
<LaZKa> man it works
<LaZKa> but i got a problem
<LaZKa> that the music dont stop :S
<^Zeus^Cool^> wait
<^Zeus^Cool^> i have some things to finish
<^Zeus^Cool^> i'll help you after
<LaZKa> ok man
<LaZKa> when can i ask u ?
<^Zeus^Cool^> if you want to stop sound
<^Zeus^Cool^> there are 2 ways
<^Zeus^Cool^> a dirty code for you
<^Zeus^Cool^> or just
<^Zeus^Cool^> button_stop.onPress = function (){stopAllSounds();}
<LaZKa> no man
<LaZKa> i want the sounds stop
<LaZKa> with the same button of the stop
<LaZKa> that will pause the movie
<^Zeus^Cool^> stopAllSounds();
<^Zeus^Cool^> put this insede that function i gave you for the button stop
<LaZKa> i did that man and the sounds start from the begining :S
<^Zeus^Cool^> like this :/? btnStop.onPress = function(){mov.stop();stopAllSounds();}
<LaZKa> yes
<LaZKa> it didnt work man :(
<LaZKa> the sound clip start from the begining :S
<LaZKa> ^Zeus^Cool^ man can i send u back my fla to fix it to me
<insect> anyone can help me with flash problem in mozilla ?
<^Zeus^Cool^> send it
<^Zeus^Cool^> but now i finish work
<^Zeus^Cool^> and i'll be heading home
<^Zeus^Cool^> when i arrive home i'll help you
<insect> just check this thing and see if you know what the prob is
<insect> www.insected.com/xilium/index.html
<insect> under mozilla shows two empty flash squares up and down in the flash
<insect> under maxton and ie its ok
<LaZKa> ^Zeus^Cool^ ok man
<LaZKa> 10x
<^Zeus^Cool^> insect
<^Zeus^Cool^> for me works both on fine
<insect> under mozilla also ?
<^Zeus^Cool^> just check that on mozzila you have the right version of flash player
<^Zeus^Cool^> the one needed to play your movie
<^Zeus^Cool^> yes, mozilla too
<insect> k tnx will check for newer flash player
<^Zeus^Cool^> bye for now
<Shes> jakob nielsen alertbox begins to ****
<Evil-Dog> who cares
<Evil-Dog> hey Stylezed
<^mykay^> i need help?
<^mykay^> can enyone help me
<^mykay^> ?
<Evil-Dog> yes...yes...we can help you if you leave...
<Stylezed> http://www.youtube.com/watch.php?v=vwl98dU0kY8
<sandy324> hey do you guys think a 1.6ghz pentium m dothan laptop with 2gb of ram, and 80gb hd and onboard intel video would suffice for video editing? My IT devleopment company gives me that to use, so I was thinking use that to do my side video editing stuff instead of getting a new desktop pc
<Evil-Dog> sandy324 yeah shoujld be ok
<Evil-Dog> onboard intel video card.....maybe not
<sandy324> oh
<sandy324> the only problem is it doesnt have a dvd burner
<sandy324> so an drive and external enclosure would be like 80 bucks probably so i dunno is that worth it
<Evil-Dog> ask the seller
<sandy324> yeh
<PPC> I need help with a photo gallery
<PPC> xml
<Evil-Dog> anyone needs help?
<LaZKa> hey guys
<LaZKa> can any one help me here ?
<Evil-Dog> just ask your question
<Evil-Dog> someone will answer if he has the answer
<Evil-Dog> you don't need to ask if someone will help
<LaZKa> ok
<LaZKa> i have movie clip who contains alot of movies clips in it
<Evil-Dog> ok
<LaZKa> so i put a pause buttong for it
<LaZKa> and a play buttoon
<LaZKa> but the outside movie stoped
<LaZKa> but the inside didnt
<LaZKa> :S
<Evil-Dog> yeah cause it's a movieclip, independant of the timeline it's on
<Evil-Dog> the one inside, doesn'T care if the outer one runs or not
<LaZKa> mmmm
<LaZKa> then how can i paused all of them
<LaZKa> from 1 button
<LaZKa> the outside one
<Evil-Dog> by giving an instance name to the one inside and doing insideMC.stop() as well
<LaZKa> man
<LaZKa> i give the inside one the name of the outside one
<LaZKa> but nothing happend
<Evil-Dog> what's your action?
<Evil-Dog> hey LaZKa
<Evil-Dog> you want help or not
<Evil-Dog> I guess not
<Evil-Dog> LaZKa check the topic dude
<LaZKa> ok man
<Evil-Dog> ah well don't check the topic
<Evil-Dog> it usually says don't msg ops and users
<Evil-Dog> anyway
<LaZKa> :)
<LaZKa> ok
<Evil-Dog> what'S the action you put after putting an instance name to your inner mc
<LaZKa> 1 sec
<LaZKa> i will past it for u
<LaZKa> i past it man
<LaZKa> cause here i would get kicked


Return to flash
or
Go to some related logs:

politics
tcl
beginner
chatzone
huggies

Copyright © 2005 www.irclogs.ws. All rights reserved. » disclaimer » contact