@# 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> anyone familiar with a solution to check if the mouse has left the stage area?
<0> not including onrollover/onrollout
<1> Looking for someone who is compitent with exchanging variables between flash and html/php, if you only know html i can handle thep hp, contact me in private for details
<2> I need a formula for constraining proportions of an image
<1> Ic3x^: i have a php formula for that you could look at
<2> that'll work
<2> my brain is friend
<2> errm
<2> see
<2> fried that is
<1> 1 sec
<3> howdy
<1> http://pastebin.com/660380
<2> thx
<2> I'm sure it'll work
<2> I'm doing it in .NET



<2> but
<2> I just needed the formula
<1> Anyone able to help me with my flash / html thing?
<2> um, use LoadVars
<2> or a QueryString variable
<1> eh well i'm not familiar with that sorta stuff
<1> all i know how to do in flash is animate and simpel buttons
<2> it's just a tag in your object tag
<1> well if you help me out with it i'd be glad to pay you
<2> no need
<2> http://www.sephiroth.it/tutorials/flashPHP/loadVars/
<2> That shows it all
<2> with code samples
<2> thanks for the php snippet
<1> :-\ okay, no priob, i'll look into that
<2> if you know your php you should be good
<2> just go into frame 1 of your timeline
<2> go into the actions prop
<2> and use that page to guide you to the code to get your vars.
<1> yea ill try it out in a sec
<4> how can i move a timeline five frames down?
<2> highlight it and drag it
<4> i see
<4> im tryin to figure out how to do a preloader
<2> I'm not the person to ask, I just got my first one working yesterday
<5> would it be possible to have the Flash8 player, after loading the main SWF from a remote site, then load a SWF that exists on the users local filesystem?
<1> i believe so as long as you know the exact locations
<5> absolute file path you mean?
<1> yea
<5> i could probably use the file dialog for that
<5> probably a security dialog would appear. seems like a security breach to just load any local file into the browser without explicit user consent
<1> depends on where the flash file is being executed from
<1> if they execute it locally it should be no problem
<5> right. but i'm talking executing it when downloading the flash file remotely
<1> well try it with ur own computer and see
<6> anyone know how to do a vertical scroller something like here but vertical one
<6> http://www.amarasoftware.com/flash-menu-builder.htm
<6> the pink scroller
<6> anyone ?
<7> yes, but do you think its hot?
<8> Try with Zeh Tween Component - will be ease
<1> Hey ice
<6> no i don;t think pink is hot
<7> http://www.gkmotu.com/temp/mustang_wip9.jpg
<7> ok, well it was not the colour
<6> gkmotu searching for a scroller that will do the same thing but vertical
<9> nearly killed myself in gymnastics lol
<7> didnt u say pink? the one in the top is purple...and it sounds like that is the one you want to make right?
<6> sorry purple
<6> yes that the one i wan't to make
<6> but i wan;t a vertical not horizontal
<6> ok i think i have it :]
<6> dang
<6> not working
<6> wanna do something like this
<6> http://www.templatehelp.com/preset/pr_preview.php?i=10031&pr_code=IY9P88mxzw4gs37NJlErsF01E23P6C
<6> the scroller on the left
<6> *right
<10> Anyone here?
<10> I have a favor to ask.



<1> What do you ened?
<1> need*
<10> Well, I need a .swf .. but I don't have Flash installed on this comptuer, and the comptuer that has it is reaaaaly far away. If I could send you the line of code I need, could you create it and dcc it to me? It's just a line
<10> for a page redirect
<10> well?
<1> dcc it?
<10> could you send it to me on Aim?
<1> i could, but i dont see how a single line of code in flash will accomplish anything
<11> why not just dl the flash 30day demo and do it yourself
<10> ah gotcha j-live
<10> thankyou for your help
<4> is a 2meg flash file big?
<8> a little
<1> an swf or fla?
<4> swf
<1> well, its small for a movie / video but big for anything else hehe
<1> make sure u clear library of things u dont need
<7> relative question. i asume you mean for webpage..then 2mb for the main front file is to big...break it down...pre load the essential stuff and load elements if the user wants to check further stuff
<1> exactly
<1> but if its a movie contained inside the site that they load in the background... then its no biggy
<7> my main swf is 170kb
<4> DocSaintl
<1> yea?
<4> its like a top animation that plays when they go to one of the pages
<4> like when they go to webhosting page
<4> eh
<1> wow... thats kinda big i'd say
<4> yea
<1> how long is the animation?
<1> anything that rightly has that much content should not be just a header
<1> what is causing the size? sound or graphics
<1> or length
<4> length its like 100 frames, 30frames second
<1> 100 frames is nothin
<1> i have 150 frame animations that are only 500k
<1> it's gotta be graphics or sound then
<1> oops correction, its 300 frames
<1> and its only 180 k
<1> www.strongdesigns.com/methodology.swf
<12> Check this one. I am almost done with this:
<12> http://www.ultimatewindowtinting.com/tinting-tool/
<12> BTW... Thanks SHiZNiT
<13> :)
<13> ah, ya changed how the tinting works huh? :P
<12> yup
<13> likely better since come in percents dont they?
<13> not doin customs? just using rolls?
<12> Yeah. I had to take the tint slider percentage out because that was not part of the job
<12> They had to be able to define all of their tints in an external xml file. So I figured it was best to just show the little tint thumbs
<12> Oh how I love Flash 8
<14> anybody knows how to replace <a href=&quot;teste.php&quot;link</a> with <a href="teste.php">link</a> ?
<12> I can't think of an easy way other than replacing the string values manually
<12> Would there be other html encoded elements in your data?
<14> Poonter -> in fact its comming from a dynamic script, so i can't replace manually
<12> by manually, I meant to write a string replace function that would replace the html elements with their ascii counterparts
<14> trying to find a regex, yet
<12> is the only html element that you need to worry about &quot; ?
<12> I could be wrong, but I don't think flash has regex
<14> damn
<12> I would search the string input and find the index of the needle and the length and overwrite those in your string
<12> like I said, not the easy way, but it is the easiest way I know how
<12> What is p***ing you the data that is html encoded?
<14> utf-8 :-(
<12> You might be able to take care of it before flash gets its dirty hands on it
<12> Where are you pulling it from?
<9> flash is diiiiiiirrrrrrty
<12> right off a website?
<15> don't know what happened there
<15> I got booted or something
<15> BTW. MrRad = Poonter
<1> hey guys, how can i check to see if flash is loading a variable? i'm trying to load a variable and set a piece of dynamic text to the variable
<15> turbano: what is p***ing flash the html encoded strings? AKA what is the data source not the encoding?
<1> i have recip.text = email; which si obviosuly not working


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

Korea Vs. England missed goal
#feckoff
lost power cable, xbox 360 dremmel
#computers
colliniar antennas
#computers
#flash
navrax
#politics
trample time



Home  |  disclaimer  |  contact  |  submit quotes