@# 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:

<^Zeus^Coo> i'm creating a textField at runing time, and i asign to it a value, but i want it to be 100px width, and the height to be as much as necesary to fit all text value
<^Zeus^Coo> any ideea /
<^Zeus^Coo> ?
<^Zeus^Coo> got stuck with this problem and i run out of ideeas
<^Zeus^Coo> :(
<SmurfMX> ^Zeus^Coo make it multiline and then use the autosize property
<SmurfMX> !find -c textfield.autosize
<Drag0nM>  TextField.autoSize == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary729.html
<^Zeus^Coo> well, thanks
<Managore> pimpdopie: No idea, it would take me ages to get a grip on that code of yours :)
<Managore> Sorry
<^Zeus^Coo> i did put multiline to true, and autosize i typed false, althought in my mind i was thinking to true
<^Zeus^Coo> i just checked now, and i saw the mistake :D
<^Zeus^Coo> thanks again
<Ize> _mis_wrk the red dot is a breakpoint
<pimpdopie> Managore basically i want to loop the code
<pimpdopie> instead of re-setting it
<_mis_wrk> as in, it doesnt run anythning past that ?
<_mis_wrk> ?
<Ize> if you use debug and a script gets executed with a breakpoint inside your flash will pause so you can check it out
<_mis_wrk> oh
<_mis_wrk> so it totaly stop the code
<Ize> you can resume it again
<Ize> its usefull for debugging huge scripts
<Sanguinar> hi , I have a problem (as usual hehe) , I have SWFs that are placed on ASPX files and they don't show up , it asks people for username and p***word to connect to my PC (for me all works fine) , what is it? , i have other SWFs that work normaly
<NickH> Hi Guys, I am trying to export my movie as an animated gif, but when I do do this the gif doesnt animate, is there anywhere to find a decent guide? When I google it just gives me links to shareware
<NickH> !help
<NickH> !find swf to gif
<Managore> Make sure what you want as a gif isn't set as a movie, that it's the main part of the flash
<plangent_> why come in my <img src='this_mc' width='100' height='100' /> this_mc only shows up if there is only a width='' or height='' but not both?
<plangent_> why?!?!!
<NickH> How would I go aboutthat? the fla is at www.nick-harper.co.uk/test.fla , would you be able to give any tips?
<Managore> I'm watching tv :<
<NrWarren> i have some dynamic text set inside a movie clip and a mask too, yet the mask for some reason is masking out my dynamic text but shows the rest, anyone know why or have a solution?
<NrWarren> i guess i could put it on top, but i just think its strange for it to do that.
<dissonant> anyone has a cool idea on how to do paging with dynamcilly loaded text?
<lra_> SHiZNiT - you around?
<lra_> bah - i guess not!
<oticon6> Am I able to make a layer loop continuously regardless of the state of start/stop controls?
<lra_> my dynamic resizing has stopped working: http://pastebin.sekati.com/?id=Anonymous@04b8d-2a19bbfc-t
<lra_> oticon6 - not so much a layer, but you could an mc
<lra_> put what you want to loop in an mc
<oticon6> Ok thanks
<NrWarren> lra_
<NrWarren> i have a question. lol
<NrWarren> i wasnt going to tell it to you, just thought i'd share that I had one :P
<mrmg> great
<mrmg> thanks
<NrWarren> i have some dynamic text set inside a movie clip and a mask too, yet the mask for some reason is masking out my dynamic text but shows the rest, anyone know why or have a solution?
<lra_> uhm, delete the mask?
<lra_> hey mrmg!
<NrWarren> uhm, and then i'd see the moving dynamic text appear over an area that is not to be visible with text.
<NrWarren> nm, i think i might've found a post that could solve it.
<lra_> or you could put the text on a separate layer above the mask
<NrWarren> i tried that
<NrWarren> same result
<NrWarren> tried it with a different mask.
<NrWarren> didnt work.
<mrmg> The text is showing but it shouldn't be?
<NrWarren> no
<lra_> oh
<NrWarren> the text is NOT showing, and it should be. alot of people have had this problem as well (as google indicates), but I think I found a post that describes how to get it to work by embedding a font.
<lra_> i was just about to say that!
<NrWarren> dynamic text, under a mask, not showing.
<lra_> embedding should sort you out
<NrWarren> lol
<km0ti0n> is there a way to ensure the value p***ed to setVariable retains it's type ie boolean/numeric/string and not equated to a string?
<plangent_> when you define it, var my_string:String = 'oogabooga'
<lra_> oogabooga?
<plangent_> yeah
<plangent_> oogabooga
<km0ti0n> oo IC thanks
<Zdrenga> guys, if i have a picture in flash, is there any way I can modify it in fireworks or corel or photoshop? so can I export the picture from flash ?
<lra_> ?
<lra_> file /save as image
<lra_> export even!
<lra_> plangent_ - any ideas about my resizing problem?
<plangent_> viagra?
<plangent_> :D
<lra_> heh
<plangent_> sorry, lemme scroll up i didn't catch it the first time
<lra_> http://pastebin.sekati.com/?id=Anonymous@04b8d-2a19bbfc-t
<lra_> the AS and the html, i'm trying to load an swf and resize the stage accordingly
<km0ti0n> plangent_: humm I ***ume you mean set var bVar:Boolean = false; in the action script.
<Zdrenga> NrWarren, i remember that this problem of yours with the mask can be done by setting the mask from actionscript
<Zdrenga> but i am not sure
<km0ti0n> Should doing that ensure using mov.setVariable( "bVar", true ) the typeof bVar in the actionscript equate to a boolean?
<plangent_> is this what you mean lra_? http://www.kirupa.com/developer/mx2004/fullscreen.htm
<plangent_> yes km0ti0n
<km0ti0n> oh was [10:52:36] <+plangent_> when you define it, var my_string:String = 'oogabooga' not directed to me?
<lra_> nope
<km0ti0n> heh.
<plangent_> no, it was you
<km0ti0n> ok
<lra_> plangent_ - basically i'm using a loader swf to load resources that i want to make them difficult to get to
<km0ti0n> it stil equate to string. what else migth cause that?
<lra_> and i've done all the sendAndLoad stuuff, but it's the resizing that i'm still having probs with
<eight> lol oogabooga...
<eight> i use that
<eight> that and poo
<suv4x4> eight, you've just yourself 30 years back
<eight> heh
<eight> set?
<suv4x4> ****
<suv4x4> well yea set
<lra_> i thought i did this resizing thing last night, but i accidently deleted the source file and now it's not working :/
<suv4x4> but I've not slept for 24
<eight> no excuses
<eight> !
<NrWarren> okay lra_, i got it to work :D
<Zdrenga> lra_, i don't have file /save as image
<suv4x4> eight, I've not not slept for 24
<eight> me neither
<eight> only im jacked up on cola
<lra_> Zdrenga - file / export / image
<eight> more like 22 hrs
<lra_> as i corrected myself
<NrWarren> lra_: i had to go into font linkage and export for run-time sharing.
<suv4x4> eight, same here, but Pepsi
<suv4x4> eight, yo my brother?
<eight> coke is it!
<suv4x4> eight, actually I'm never buying Pepsi again
<eight> amen
<suv4x4> eight, it's cheaper, but they watered it ****ing down
<eight> yup
<lra_> any other ideas about my resize problem?
<lra_> http://pastebin.sekati.com/?id=Anonymous@04b8d-2a19bbfc-t
<plangent_> check this http://www.actionscript.org/tutorials/intermediate/Dynamic_Layout_Control/index.shtml
<lra_> plangent_ - i don't want the user to be able to resize it
<lra_> i want to set the new height and width and leave it at that
<plangent_> ohhh
<oticon6> I've got a pile of symbols created from all my failed attempts (they're not being used, just in the "Edit Symbols" list). How do I delete them? :\
<suv4x4> oticon6, you drag them to the trash bin
<lra_> javascript:document.getElementById('ooga').style.width='500';document.getElementById('ooga').style.height='80';return(0);
<suv4x4> oticon6, in the library panel options, you can select unused symbols
<lra_> that should resize an element with an id of 'ooga' no?
<suv4x4> oticon6, but if you attach exported stuff... it'll be misleadingly marked "unused" so keep that in mind
<oticon6> Ok thanks
<plangent_> i don't know how to resize a browser to be honest
<plangent_> i've been looking myself
<suv4x4> plangent_, you can only resize popups
<plangent_> i ***ume you're trying to avoid just opening a new window with JS
<plangent_> heh
<suv4x4> plangent_, and popups are hard to launch nowadays
<suv4x4> plangent_, so don't do it, I'd say
<suv4x4> instead just do your best to adapt to what the user selected to size his/hers browser
<plangent_> well, suvs are gas guzzlers my advice would be avoid them
<plangent_> as long as we're giving advice :D
<suv4x4> plangent_, good, when I start driving my nickname I'll let you know
<lra_> suv, it's me trying to resize


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#gentoo
#politics
#politics
#bsd
ibm thinkpad hard drive not installed
#beginner
#windows
#windows
#beginner
#nhl



Home  |  disclaimer  |  contact  |  submit quotes