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



Comments:

<0> hi K0m4
<1> hi DJLy5y
<1> .
<1> the clock here is wrong
<1> one hour too late
<1> it's summer time not winter time ;)
<2> hmm even now
<2> lol the time is wrong in my mirc
<3> hey ppl
<3> can i make the background transperant?
<3> ah nvm, found it
<4> I need to programatically scale something (like a progress bar) so it'll match one or more segments of keyframed animation (which may change in duration.)
<4> Are there any good suggestions of how I might make it easier on myself so I can always match the animation length? (eg a function to tell me how many frames until a frame label, etc?)
<4> hmm: http://www.actionscript.org/forums/showthread.php3?s=&threadid=22805
<4> looks hackish or flash 8 dependant though
<5> does anyone design with swift3d?



<6> thom_ ?
<7> hi, i have a flash on my webpage with animation and text, on my pc it works fine, but on other computers it doesn't show the text, only animation
<7> what can be wrong? the font?
<8> embed teh font outlines
<7> could you please explain that
<9> he means the other users dont have the same font so embed the fonts or something
<7> okey, got that, but how do you embed the font
<9> google it
<10> can anyone recommend a good shared font tutorial or faq? i'm having a hell of a time getting anything to work here
<11> shared font?
<11> whatchu talkin' 'bout willis?
<12> here ya go Cowboy
<12> http://www.flash-mx.com/news/archives/000136.cfm
<10> i want to put a font into an swf, and have multiple other swfs load that swf to save bandwidth
<12> if the font is in a dynamic text field, then thats the link you want right there
<10> yes, all dynamic
<12> then thats exactly what you need :)
<10> looking, thanks
<10> no, that's not it
<10> i don't just want to embed the font
<10> i want to embed it into an external .swf that runtime shares the font to other .swf's
<12> oh ok
<12> i dont know about that
<10> i know it's possible.. but i haven't figured out how to actually do it
<10> heh
<10> i found a tutorial, did all the steps, and it just doesn't work.
<13> word guys
<12> hi nick
<12> Cowboy: you mean sharing across swfs, or just embedding a font for 1 swf?
<10> across swfs
<12> where are you putting the font
<12> in the library?
<10> so i have univers in fonts.swf
<12> hey univers is a good font!
<12> i use it a lot :)
<10> in the library, exported for runtime sharing
<12> ok
<12> does it work for that swf at least?
<10> and then i should be able to "import" univers into another .swf
<10> at least that what flash says
<10> and the tutorials
<10> it works in that swf
<10> but doesn't work in the other swf (that supposedly imports it)
<12> how are you referencing that font from other swfs?
<10> fonts.swf's exported/linked font symbol is imported into the library of test.swf and referenced in test.swf's dynamic textfield
<10> yet the font doesn't show when i view test.swf
<7> been looking for half an hour, can't find the embedding option. even read the f1 (manual)
<7> where is the character selection option with the select-text option
<12> theres a button
<12> called Embed
<12> in the text properties panel
<12> when you're editing a text field
<14> how do I make a flash library or component that I can import?
<12> to add a font directly to your library, click the little button on the right side of the library title
<12> > New Font
<12> choose your font etc, then press OK
<12> then right click your newly added font in the library and select Linkage
<12> tick Export for actionscript
<12> then give it an identifier



<15> http://www.infoverse.org/octomatics/octomatics.htm
<16> I have two Text Input boxes and 1 Dynamic Text box, When I click a button I want it to add together the numbers that I input into the 2 text boxes
<16> and display it in the dynamic text box
<16> what is the code?
<16> because when I type 3 in 1 box, and 3 in the other... it totals as 33 and not 6
<16> it is looking at the text boxes as strings, but I need it to read it as integers
<16> nevermind, I just figured it out
<16> int(number1_txt.text)
<16> makes it read the text box as an integer
<16> ty guys
<16> hey, I'm back
<16> another question
<16> what is the actionscript to make numbers always display as currency?
<16> for example... if I have the number 177
<16> it will display as: $177.00
<16> or if I have the number 24.5
<16> it will display as $24.50
<16> would currency() work???
<16> gonna test
<16> nope doesn't work
<16> anyone know?
<16> hmmm... with over 100 people in this room, I would have thought someone wouldn't be afk
<16> will someone please say something? even if you don't know how, just so I know I'm not talking to myself
<17> some of us just don't know anything, and lurk to learn stuff
<16> well, there must be some type of function to display integers as currency
<16> like the date functions that display date in different ways
<16> pleeze someone help
<16> anyone here that knows ActionScript?
<16> what is the actionscript to make a number display as currency?
<18> Number.toCurrency( n )
<16> that gives me an error
<18> Number.convertToCurrency(); sorry
<16> ya that gives an error too
<18> sorry man , i must be drinking. i remember now
<18> Number.setType('currency');
<16> what?
<16> that can't be right
<18> have you tested it?
<16> how could that be tested
<16> where would the number be?
<18> myNum.setType()
<16> gah!
<18> you have to define myNum first
<18> myNum = 8;
<18> etc
<19> I'm creating a new instance of one of my own cl***es but it seems to be using an old version of the .as file. I've tried exiting flash and reopening but the problem persists. Can anyone explain please?
<16> There is no method with the name 'setType'.
<18> damn!
<18> ok try this one : Number.pleaseTransformThis****erTo('currency');
<18> if that doesnt work than i will give flash up
<16> Jodaq do you know how to convert an integer to Currency?
<18> seriously now, there's no type currency in flash
<16> you know the function that would display 24.5 as $24.50???
<18> and there's no double either
<16> there must be a function for that
<18> you have to manually convert
<18> there's not :(
<19> Chuxter: convert it to a string?
<18> see macromedia website is all about telling flash is great for funky shopcarts
<18> the only problem is]
<18> they forgot to tell that to the guys coding the flash player, hyehe
<18> oops :)
<12> what do you mean?
<18> yes, Jodaq, convert to a string
<8> mornin all
<18> sup Jessi
<18> sup jessica84
<12> hia JFlash_
<18> ok, back to my question: can flash detect pitch of the sound comming from the mic?
<12> lol
<12> good luck
<12> what did you mean about the shopping cart thingy?
<18> yea i know. just checking
<18> i have to tell the client that it can't


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#gentoo
#computers
kirstyblue
#nhl
#worldcup
#beginner
#delphi
potty mouth fill in the blanks
rape fatmom
#stocks



Home  |  disclaimer  |  contact  |  submit quotes