@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6 7



Comments:

<0> things dosn'T work anymore
<1> ;(
<0> yes i'm abut angry
<0> a bit
<1> kick his *** and say it in his face I am the teacher biach :D
<2> there is no reason you wouldnt be able to mask dynamic text
<2> even if you embed the font, the text is still ugly and not clean
<2> its a blur
<1> dunno i never mask text :D
<2> well you kinda need to if your using a scroll field
<1> it low your procesor
<1> if you having trouble with masking do what i said before
<2> yea you dont know what your saying
<1> do a shape that is like bg put it to mc and do some tweening
<1> alpha
<1> ...



<1> OnoSendi
<1> www.czatpabianice.prv.pl
<1> www.scootertechno.pl
<1> www.helpasia.prv.pl
<2> what am I looking at?
<1> those are my sites
<2> your text is ****ed up too
<2> lol
<1> check the first one
<1> and you will see there is no need to mask a dynamic text
<2> your using flash compenent to scroll?
<1> yes
<2> that's why you dont need a mask for dynamic text
<1> ...
<1> n/c
<3> where can i find a good mp3 player tutorial ?
<3> that streams and buffers...
<2> no comment?
<1> !google flash mp3 player tutorial
<4> http://www.gurusnetwork.com/tutorial/fmx_mp3/
<3> thnx !
<1> it looks little gay
<1> but little graphick and it will look nice
<3> what does ?
<1> i think it using a xml file to load a mp3 to a player
<5> mmm... xml
<1> this is what you was searching for ?
<6> anyone know how to go about creating a word lookup using a wordlist? Where you type in a word and flash checks if its in the wordlist?
<1> JohnnyB and word list will be in flash or in xml ? txt file ?
<6> a txt
<6> like a dictionary word list
<6> it checks if the word is in the list
<1> best way to use flash comunicate to php and php search a word in txt
<6> are there any guides to doing this?
<5> how do I get a random number in flash?
<6> frb, random(10);
<5> how do I seed the generator so it's really random?
<1> dunno JohnnyB
<7> Hi can anyone help me with some basic actionscripting?
<1> TerryBew basic like what ? :}
<7> I have a movieclip named featuretransition, and in anothe movie clip I have: on (press) { featuretransition.gotoandplay(2); } and nothing is happening
<1> gotoAndPlay(12); ?
<6> anyone else have any ideas
<1> TerryBew where is the featuretransition
<1> ?
<2> frb: really random?
<7> everthing is on timeline
<2> you wanna be more random than random?
<1> use
<1> on (press) { _parent.featuretransition.gotoandplay(2); }
<5> OnoSendi, usually computerized random number generators need to be seeded, or the numbers are predictable
<1> or _root.the_way_to_the.featuretransition.
<5> ie, run an app twice, and you get the same numbers
<7> nope still didnt work
<7> :\
<1> have a web server ?
<1> place the swf
<5> TerryBew, actionscript is CaSe SeNsItIvE
<7> yup its all lower case



<7> no web server, all local :<
<7> and the clip AND instance name are both featuretransition
<1> do dcc
<2> frb: I don't know what seeded means
<7> ok
<1> (17:41:45) ?crackfeen@#flash? FINGER
<1> wtf
<7> ok am sending
<5> OnoSendi, there is no such thing as a truly random number in a computer system
<1> heh check your firewall :P because you are not sending :D
<7> still awaiting reply, do you have dcc block on?
<1> nope
<5> OnoSendi, therefor we have a mathematical equation that takes a significantly unpredictable number, and combines it with others of the same
<7> ill try to resend
<8> s
<7> hmm it says connection failed when I try to send
<5> on linux for example, /dev/urandom is created with the input of /dev/audio since the resonant frequency of the magnetic core used to receive audio information is sufficiently random
<1> i give you mail
<9> anyone know what is wrong with this? http://pastebin.sekati.com/?id=Anonymous@0aef7-805c334b-t&start=0
<9> i get syntax errors
<5> in C programs, most people seed the random number with the current unixtime
<2> I dunno wtf your talking about, heh
<3> hehe
<2> random() is random enough for me
<2> heh :P
<10> edward99: _root.onEnterFrame = function() { ..blah..
<9> mrmg: can you look at this? http://198.104.154.25/ - any idea why my scrollbar does this?
<2> edward99: lol
<6> you need a stop(); at the start
<9> please take a super quick peak, it goes up, but then goes too far,.. then the scrollbar goes above the bounding box.
<2> edward99: your not setting your startdrag area correctly
<2> edward99: I currently just made a scrollbar
<2> want the fla?
<9> sure ill take a look at it: but can you check this out? http://pastebin.sekati.com/?id=Anonymous@b6ef4-805c334b-t&start=0
<2> its made so you can just stick it in a file, it uses doesnt use any absolute paths
<9> the idea of my scrollbar, because i have seen many, is to have the complete as in the main timeline, thats it.
<9> kk
<9> OnoSendi: i am almost at the point where i have one function to scroll anything with a bar, gutter and a clip to scroll .. where would i put a stop in that code i just linked?
<10> edward99: I'm too busy mate, sorry
<9> :/
<9> OnoSendi: did you check out that code?
<2> edward: yea, I looked at it, but I'm not going to try and figure out whats wrong
<2> edward: http://www.jamieherzlingerinteriors.com/dev/scrollbar.fla
<2> tell me when you dl it so I can remove it
<11> dl'd
<11> see what i am trying to avoid ... is having many clips, layers etc ... just one function.
<2> no reason to avoid that?
<11> simpicity. how can i get the scrolling movieclip to stop scrolling when the main movie loads?
<11> _root.stop()?
<12> i'm getting "undefined" variables when i use the operator max(x,y) any ideas why that might be?
<12> one of the variables is a number, the other "mar" mar=min(mar,30);
<12> so all it is supposed to do is prevent mar being over 30, but it makes my variable "undefined"
<12> it goes in as value 2
<12> then comes out after that line "undefined"
<13> post your function in pastebin
<12> http://pastebin.com/575133
<14> Help. Is there a way to link to my videofile without having it on the web? Like linking to a video on my local hard drive?
<12> lines 33 and 34 are the ones i'm having issues with
<12> i can't tell if the use of the max in 24 works either,
<12> but if i can solve the later ones, i can work out the others
<14> and I don't want to embed it, because I already tried that and I couldn't get the audio sync
<14> if someone knows a solution, please speak up :/
<7> cant u embed the video?
<7> oh nvm lol
<7> what about flash video encoding it beofre embed? For me that sloves any syncing probs
<14> well, I've tried encoding it in all kinds of settings
<14> it's like the audio starts off well, but slows down and is left behind in the end of it
<7> Hmm don't know what to suggest, did u flash encode the audio too?
<14> isn't that mandatory?
<14> I had no choice but to encode to flv
<14> and I tried separating the audio from the video as well


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #flash
or
Go to some related logs:

masteez
#firebird
#freebsd
Unload OR Uninject DLL Explorer.exe intitle:Delphi
#beginner
weekesy rangers
male bestiatility
#worldcup
#beginner
#linux-noob



Home  |  disclaimer  |  contact  |  submit quotes