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



Comments:

<0> 35 minutes. o_o
<0> Still can't figure it out.
<1> use the onchage per combobox to set a value somewhere else then compare in an onenterframe function
<1> since it won't let you do combo1.onchange = function
<0> I wasn't using onchange. =|
<0> Full-stop.
<0> j-live, http://www.sciboy.org/temp/question.fla
<1> but onchange works to determine what index has been selected on the combo
<1> and your on a deadline
<1> so adapt and get paid
<2> is there a variable in flash that is the current host?
<2> like say i have http://www.site.com/flash.swf
<2> is 'http://www.site.com/' in a variable somewhere?
<0> FIXED
<0> Bad idea for me to be using 1a as a instance name.



<0> oneA works fine.
<0> =|
<3> Hi Guys.. Just wondering how i can do an underline in Flash text? I used the text tool but i cant find underline int he properties?
<4> try "Text" in the main menu bar up top
<4> and then look at "Style"
<5> mornin`
<4> good morning, a fine day for orange juice
<0> How do i set the color of a dynamic text box?
<6> the text color? using setTextFormat/setNewTextFormat or using css
<0> Easiest way.
<7> you can also put it in a movieclip and set the color of that mc
<0> Kinda urgent right now.
<0> I mean in actionscript.
<7> that can be done in as
<6> var oTF=new TextFormat(); oTF.color=0xFF0000; textField.setTextFormat(oTF);
<0> Thanks.
<4> sciboy: -5 minutes
<0> Completed and sent off.
<0> Later.
<8> i want to protect my swf-file from decompilers... can i use one swf to load the one i want to protect, and use .htaccess or something to block all requests other than the ones from the first swf-file?
<6> not really
<9> sfdgss there are programs that encrypt swfs
<7> sfdgss, u can encrypt your vars to something unreadable
<8> smurf: i tried one, and i wasn't too satisfied with it... do you know a good one?
<9> there was a free one, a lite version of somethin, can't remember the name
<8> yeah, but no matter what i name the variables, the code is still there
<8> ok
<9> sfdgss as encryption is just obfuscation AFAIK
<7> sfdgss, some decompilers offer protection methods
<9> you'll always be able to see the AS, they just can't read it
<7> but one decompiler can decompile another so its a bit pointless
<8> yeah... so blocking requests to the swf-file itself would be ideal..
<8> heh yeah
<7> that's making it inaccessible
<7> not an approach
<8> yes but if i could somehow access it from another swf-file...
<8> but block browsers etc
<7> people can still decompiler your loader swf to see how u load another one in
<4> but if they can't reach it, they can't do any damage, no?
<8> not if i could allow the swf-file to load it, and not other people
<7> nope there's no way to disable swf being downloaded unless u just dont want people to view it
<7> u can public ur movie to exe's that'll make decompilation much harder ;)
<7> *publish
<9> it's going to be online though
<9> from what i understand
<8> yeah but i'd like to have them available in the browser..
<6> sfdgss, if a flash movie running on their browser can fetch your swf, so can they
<8> why can't htaccess or some php script differ between the swf and a users browser/download tool?
<8> isn't there a referer property or something that i can use
<6> first, there's no real way to differ, but even if there was, there would be no problem faking it
<8> true, but faking it would be much more of an effort than just downloading it and use a decompiler, which everyone can do..
<6> wouldn't even require faking headers, you can just grab it from the browser's cache.
<8> oh
<6> or can use a proxy to grab it
<8> so i guess everything i publish in flash will pretty much be open source then :|
<6> anyways, if you're keen on it, use fiddler or some other tool to see if loadMovie'ing sends some special header with the request
<9> you can obfuscate it
<6> and yeah, anything you publish in flash *is* pretty much opensource
<8> hmm yeah ill try brainy
<6> sfdgss, i believe it sends X-Flash-Version or something like that



<8> ok thanks
<10> http://www.adobe.com/support/downloads/detail.jsp?ftpID=3335
<11> Holy crap.
<11> Flash 8 is pretty sweet
<12> Welcome to 2006
<11> Well im new to flash in general
<11> Using MX
<11> But I just went over some of the things in flash 8, i'm impressed.
<12> Yeah. :)
<12> Some nice stuff
<11> A lot of new features for designers.. which I am..
<11> So that is great
<12> lots of developer stuff too
<11> yeah
<12> you can access all the designer stuff from code which is pretty nifty
<12> I don't like upsetting people. heh
<12> wtf
<4> Welcome to the 90's
<4> WELCO METOT HENEX TLEVEL
<4> SEGA
<13> i got a problem with values disapering in my xml anyone got a second to look at it ?? i pastet my stuff here http://pastebin.sekati.com/?id=Valuesgettingundefined@76ec0-cfb8c230-t
<6> _mis_wrk, those traces occur *before* the values are ever loaded
<7> because speed and wait were never saved as a var
<6> _mis_wrk, the values are stored in the onLoad, and that code runs before the onLoad
<7> they're declared onLoad
<13> hmm
<13> well even if i made the values global they still clear
<7> k he'll answer u ;)
<13> how do i solve this
<6> _mis_wrk, it's not a matter of scope, it's a matter of chain of execution
<6> you need things to execute in the right order
<6> make a function to do whatever you want with those values, and call it from the end of the onLoad
<13> hmmm
<4> Taking a Fuzzy Dump
<4> Solution: Use fuzzy checkpointing and
<4> compensating log records
<6> reload that bin
<13> hmm
<13> alittle confused here
<13> i see you make a funchtion that do the trace
<13> but i fail to see how i can use that to fill stuff speed and wait into usable values later in my script
<13> as i later in my scriptp wanna use the values speed and wait to calculate cords on a scroller
<13> with the messages
<13> as i see it you placed the traces outside in the vunchtion but call em inside the loader so they would still work there
<13> then its still dead in the onclip event enterframe
<14> hi
<13> and all wend quiet
<14> _mis_wrk, a problem still ?
<13> yes
<13> but starting a meeting soon
<13> so
<13> i have problem with values from my xml taht is loaded in movieclip load is gone in movieclip enterframe
<14> do you use onLoad of your xml ?
<13> i loade the xml in my on load
<13> but in my movieclip enterframe the value is gone so i cant do a t=wait (wait) was extracted from my xml
<13> cause then wait is undefined
<13> of infact its before the enterframe
<13> cause i nthe enterframe i will do a t=t-1
<14> "i loade the xml in my on load", what onLoad ? MovieClip/Scene or XML ?
<13> movieclip
<14> you must wait your xml.onLoad before read something from xml
<13> i do
<13> pastebin is slow now
<13> hmm
<14> can you pastbin something.... :)
<13> trying but pastebin is slow atm
<13> well might catch you later insted
<13> as meeting starting now
<13> so
<14> yes
<13> jhmmm
<14> I'm here for 2 hours again
<14> ++
<13> k


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#visualbasic
#nhl
not pron anwsers
#politics
South Park anti-Greenpeace
truffles picking safe
#nhl
#computers
#politics
quadtree hashtable



Home  |  disclaimer  |  contact  |  submit quotes