@# 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 13 14 15 16



Comments:

<0> ok see ya all
<0> SupaShaD, give it to me I'll keep it for ya
<1> hey hey, Deox in teh flash house, raisin up the timeline.
<2> is it possible to have flash send an iframe to a given url?
<0> motolov, you mean the opposite
<2> .
<3> i am using the MM tween cl*** and I am trying to use an Elastic tween type, is there anyway to calm down the amount of bounce?
<4> motolov: yes u can do that with an iframe
<4> getURL("blah.html", "iframeName");
<5> moo
<6> http://www.youtube.com/watch?v=Gi2CfuqcUGE hahahahaha
<7> Who has the Windows Live Mail Beta could send me an invitation?
<8> Hey yall, anyone good with authentication in flash?>
<8> Hi
<8> damn irc is a ghost town
<9> ?



<6> is there a faster way of setting every element in an array to say 200 other than running a for loop?
<1> um, i dont think so, lol unless you link up a DLL of some sort to C++ and do some ***embly :D
<1> and that would just be a real bitch.
<1> unless.. actionscript supports some sort of _root.array[*] = 200; lol which I highly doubt.
<1> you want ultra speed.. ***embly, i personally havnt heard of it being used for any flash, but I'm positive someone has done it before.
<10> and editing question folkz;
<10> can I insert a shape into an existing symbol
<10> without cutting it and pasting inside
<10> when the registration is all different anyway
<10> so paste in place never works
<10> can a symbol just expand as if I 'group' the shape inside it ?
<11> !!help
<11> !help
<11> !find -h
<11> <fade all sounds>
<11> hehe
<11> I think I'm using this wrong
<11> can anyone direct me to a tutorial on how to fade all sounds upon loading a frame?
<5> there's no triggers in here
<5> besides the rules
<5> :P
<11> triggers?
<5> and sorry..
<5> not i
<5> !find blah
<11> ahh
<5> trigger
<12> i need to be able to share variables between different movie clips, what can i look up to explain this? i.e. sharing variables containing switch state data (1 or 0) with a table displaying the numerical result.
<11> sorry
<5> no problem
<5> im sure someone in here can help
<5> it's a frame loop
<5> with this._volume--;
<5> but that's not correct syntax
<5> i dont know AS anymore:P
<11> ahh, actually, i need to fade music that's coming from an adjacent swf
<11> stopAllSounds works... I was hoping there would be a way to fadeAllSounds similarily
<5> i dont know that there's a global control for volume
<5> but i never dealt w/sound+flash
<13> !find -c Sound
<14> Sound == http://www.macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary654.html
<13> at the bottom of that page, there's an example of globalsound
<12> any idea where the most comprehensive help on declaring variables is?
<15> Hey all..
<15> I need a hadn with XMLSocket object
<15> this problem has had me beat for a week now!
<15> the flash basically connects a socket to a remote machine and transfers data
<15> on the Windows XP machine i have the flash file locally on, it can't connect to the remote server
<15> however when i preview it in flash, it connects fine
<15> I've checked the local machine itself, and it has network access to the required port on the remote server
<15> now here is a hint!!:P Previously it was just going straight past the XMLSocket.connect() method
<15> i found out about this local-to-network sandbox thing
<15> and changed the attribute on the SWF to put it in the allow-network sandbox
<15> that now makes it run the XMLSocket.connect() method, though it fails when it tries to connect still
<15> I can't get any further information out of XMLSocket.connect(), not sure how to .. all I can get is a true for success and false for failure
<15> anyone have any pointers to shoot my way? I'm seriously dead stuck on this one.
<15> I've done some packet monitoring and the client PC is not making any attempt at all to contact the server.. it's like something on the flash end is stopping it
<15> on the client end
<15> anyone awake?
<16> lo
<17> good morning chaps :)



<17> anyone around per chance?
<17> hehe
<18> mornin freax
<4> oi
<19> hay
<19> so this imagevuex thing. I gotta pay to test it huh?
<4> ok i got a small problem... in flash you would enter the words "Green Acres" and im trying to access the db but, its coming out of flash like this Green%20Acres and its not matching how would i convert it to have a space instead of %20?
<1> why would a variable return: NaN when what i set it to appears to be a number. lol
<1> NaN = Not a Number
<20> because your calculation is wrong?
<19> paste var declare
<1> _root.totaloftype += loadprogress.bytesTotal;
<1> dbload("Total Content: " + _root.totaloftype);
<21> parseInt/parseFloat
<1> k
<19> that is not a var declare
<1> huh
<1> ah, got it to work.
<1> lol i guess i had to declare it as 0 first.
<1> so.. variable['undefined] = variable['undefined'] + number; equals NaN. lol
<1> variable['0'] = variable['0'] + number; equals number.
<1> just thought i'd clear that up
<15> guys anyone know much bout flash 8 sandboxes? im having issues with XMLSocket connecting to a remote socket
<15> need some help bad
<15> or is there a channel member that you'll think would know about xmlsocket?
<15> or a flash help forum?
<19> someone here will know
<15> morde-wrk, cheers man.. ill wait around then
<12> how do i use a variable that's in another movie clip? i have 2 buttons with values attached to the states they can have, and i want to call them both in another clip, how do i tell the current clip where to find the variables?
<15> mc.var
<12> mc.... (goes to look up)
<12> thanls
<20> tapitnsee - localconnection
<15> replace mc with the name of ur movieclip instance
<20> one mc has to connect with the other mc
<20> that won't work joobie
<12> okies
<20> they're two different mcs
<20> ohhh - silly me
<12> yeah
<12> ah, ok
<20> two diff mcs yeah?
<12> yeah
<20> no - joobie is right :)
<12> one is a logic gate with nested mc;s
<20> i read swf for mc :)
<12> the other is a logic table
<20> no - joobie is right :)
<12> ah
<20> sorry jobbie :)
<15> nps lra
<20> my eyes are knackered already!
<1> how would i go about making a dynamic variable name, like... var+name.text where i could change either var/name dynamically from a variable?
<20> joob - are you in flash 8?
<15> i dont suppose you can help me with my prob??:P
<15> yes
<20> go to your settings in your player
<20> click on advnaced, and check in there
<20> i'm not too sure, but you may have to allow external hosts
<15> i put an allow statiucally for the host in there
<20> mhh
<15> lra_, will u be here for anothjer 5 mins? eating n i will explain a bit more after
<15> typen 1 handed
<20> maybe
<12> i did it, and keep getting "undefined"
<12> dsoes this look wrong?
<12> var x1y1:Number = AndGate.Input1.GateIn
<12> where i have mc andgate, containing mc input1m comtaining var gate1
<15> back
<15> lra
<15> still about?
<15> lra_, have you heard of local-with-networking sandbox?
<15> to give you a bit more detail in what was happening... I tried XMLSocket.connect() and originally it was flying past that call instantly. I dug around, and found out i had to put the SWF in the local-with-networking sandbox in order to make network connections.. after doing this, the XMLSocket.connect() call ran, but it keeps failling to connect now.. I only get a true or false return code, so can't debug why it's falling over now on..
<0> I bet a dollar at least one of you is being pwned today by Kama Sytra worm


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#linuxhelp
#politics
#politics
#gentoo
flash 8 mute button
fixing a harddrive
#computers
still set to Factory gentoo
removed_tool.
#nhl



Home  |  disclaimer  |  contact  |  submit quotes