@# 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 8 9 10 11 12



Comments:

<0> hello slag
<1> does any know a way i can trace flash for a memory leak in app? I am getting frezzes in my app. I am using LodVars sendandload to request data from a weblogic server and it seems to take long for the sendandload to call and recieve data eah time i send a request.
<2> so it starts fast and gets slower?
<3> is there a quick way of viewing all the script in a .fla in flash 8 ?
<2> press alt+f3
<2> then turn off everythign but scripts
<3> ta.
<3> certain there's script code in this fla (Test Movie works as desired) but I can't see the script =p i'll keep searching. ta!
<4> Gaaahh!!! Im not the best in English so could you please give me a good search word for the noise or scratchy sound from between the songs on an ald vinly LP recor?
<4> Old Vilyl Record
<4> Vinyle
<4> ?
<4> Whats the word for a record player that plays LPs
<4> Hmm Gramophone?
<5> hey guys... i have a dynamic text field... which gets text from actionscript but for some reason the field looses formatting... i have embedded the fonts.... can anyone help?
<6> how can i get flash to not cache loaded vars



<4> Works for me... and i havet done any change in anything... Try create a new one and se if ya get the ame behaviour... (Im a noob)
<4> ------------------------------------------------------>
<4> How do i combine a string like a path "mp3/" with a varible value?
<4> Is it like "mp3/" + songName
<4> i try
<2> Yes
<2> that's it
<4> Goodie!!
<7> Ace_` call your loadvars bleh like variable.text?randomstuff
<4> Id also like to get some kind of overview without exploring around for days in the timeline...
<4> Ops sorry
<4> Wrong window
<8> is there someone who can help me with arrays in actionscript?
<9> ask your question
<8> is there another way to format the output of the array then "xx,ss,yy,mm"?
<8> i want the format to be on separate lines without the commas
<10> when you trace it?
<8> i use .adAll to a text-box
<8> and the output i get in that textbox is "xx,ss,yy,mm".
<10> .adAll
<10> ?
<4> Question: is the snd.loadSound function buffering the file, or does it load the complete file before playing?????????? :)
<8> oh
<8> adAll is the instance name of the textarea
<8> sorry, the variable i use in the textarea
<8> i simply print my array to a textarea-box
<8> and the output will be "xx,ss,yy,mm".. i wonder if there's a way to change the output?
<4> Cant you itterate through all characters and remove unwanted ones or replace them with change row sign or whatever?
<10> TuffJeppe, you mean replace inside a string?
<4> Question: is the snd.loadSound function buffering the file, or does it load the complete file before playing?????????? :) I want to stream an mp3 song.
<4> Vg Yes
<10> tuff, easy:
<4> Yes... I suggested it to L
<10> myString = "foo loo poo"
<10> myString = myString.split("oo").join("");
<10> would remove all "oo"
<10> myString = myString.split("oo").join("pp");
<10> would replace all "oo"
<10> with "pp"
<4> Ok... Looks pretty easy (when you know it :)
<8> i'll test it. thanks
<10> .
<10> [14:13] <4> Vg Yes
<10> oops
<10> wont work in flash 5
<10> only 6 >=
<4> VgSlag: The Streaming?
<4> Or the combining splitting joing
<10> splitting/combine
<4> Ok... I just red that all sound that isnt importet will be streamed if played...
<4> If you play from a location rather than library
<5> hey guys... i have a dynamic text field... which gets text from actionscript but for some reason the field looses formatting... i have embedded the fonts.... can anyone help?
<6> i want to write a login system combining flash and php.. can i set flash to not cache?
<11> SHiZNiT: are you here?
<11> Ace_`: why ?
<4> Any easy way to fade out an mp3?
<11> TuffJeppe: tweening-cl*** and setVolume ?
<11> lol
<11> tween is not what i ment
<12> this.createEmtpyMovieClip('sndctrl',this.getNextHighestDepth()); sndctrl.onEnterFrame=function(){ vol=volume-5; mySound.setVolume(vol); if(vol<=0) sndctrl.removeMovieClip();}
<6> boneWHAT why what?



<6> not cache?
<11> MerZikain: would it be possible to do that with a Tween if volume was a property?
<13> sure
<12> why bother using a tween?
<13> u can just use an OEF
<11> Ace_`: yeah
<11> ofc i know i could use an OEF, but with a tween it would be easier to control the length of the fade
<11> or something, i dunno really
<6> because if it's cached people can view the pw protected page without entering a pw
<6> if you know another solution that's fine as well
<11> ok, i misunderstood. i thought you were going to do the login-sequence in flash
<12> it's easy to control the length of the fade with an oef too
<12> just change the number you're subtracting
<11> MerZikain: yeah, but its framerate-dependant
<11> hey, im noob
<6> lol
<12> you only have one frame rate
<11> yell instead of rolling your eyes
<11> no **** merz ;)
<12> then why did you say something stupid about frame rates then?
<11> because of reuseability :D
<12> ...
<6> :p
<11> function fadeOutWithSeconds(seconds:Integer,mySound:Sound){ steps:Integer = 100 / (this._framerate * seconds); this.createEmptyMovieClip('merzikain',this.getNextHighestDepth()); merzikain.onEnterFrame = function(){ vol=volume-steps; mySound.setVolume(vol); if(vol<=0) merzikain.removeMovieClip();}
<11> way cooler
<12> way unnecessary
<11> and i thank you for your opinion
<11> :)
<14> using a sendandLoad posting variables, does anyone know how to have flash open the php page in the same window
<12> it shouldn't open a window at all
<12> and it's sendAndLoad, be sure you're typing it right
<7> does anyone know a php script which allows me to drop tables from a mysql in a webinterface?
<15> phpmyadmin
<10> anyone for isketch?
<15> install it on your server
<15> lots of people use it
<7> don't i need full access for it?
<7> i only have access to one db on the server
<15> oh right
<15> well you'll have to make something then
<15> you can set php to interface with mysql
<15> !google site:php.net connect mysql
<16> http://www.php.net/function.mysql-connect
<7> i have found several scripts that list the db's tables but they only allow me to edit the tables
<15> there might be something already existing to do it for you, but you'll have to google
<7> not delete them :/
<15> modify it?
<7> i... don't know php
<7> ;D
<15> neither did i like 2 days ago
<7> thats why im looking for a premade script
<15> but if i cn pick up some things quick, i'm sure you can too
<4> boneWHAT: Hey... Thanks... ill read your answer now.. .sorry!!!
<4> And MerZikain
<14> Merz right now i'm just using send, but i'm going to change it to sendAndLoad
<12> well send takes a target and sendAndLoad doesn't open anything it just sends and loads
<12> if you look up send in the manual it'll tell you that
<12> manual ftw
<4> boneWhat: Im using ure little script... and i wonder what is the: seconds:Integer thingy? Iried to give 3 as argument for that... but: could not be loaded.
<4> steps:Integer give also syntax error?
<4> Is this a way of meaning that i should write an integer instead?
<4> Im getting it
<4> Or am i
<17> anyone use any ocr applications.. I have a reasonable good quality scanned document that i need to conver
<4> boneWhat or anyone: What does this type of writing mean?? steps:Integer
<18> Integer = number?
<19> AS2
<4> steps:Integer = 100 / (this._framerate * seconds);
<19> you're saying that 'steps' is a number so the compiler will yell at you if you try to use something other than a number in it
<4> Okidoki
<10> an integer is a whole number
<19> it's a good habit to get into


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#windowsxp
#computers
wmvare server
#firebird
ronaldinio how tall
qmailrocks intranet@
godaddy No available certificate corresponds to the SSL cipher suites which are
#politics
2600F capacitor
crash vmdk



Home  |  disclaimer  |  contact  |  submit quotes