| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Comments:
<0> sendAndLoad IS LoadVars <0> look it up ;) <1> hey guys.. just wondering. I've got a single frame flash project running actionscript.. I was wanting to trigger an event N seconds into execution of the script.. is that possible? <0> can't find a butter man <2> thanks SHiZNiT <3> if i have a function on frame1 and i execute it on frame2, does it playback frame1? <0> not unless your function tells it to <4> can you format text in actionscript? <0> geestring: yes <4> using tags sort of like html? <4> or what <0> yeah <0> just be sure you set the text using myTextField.htmlText=text <0> SHiZNiT <5> lol
<0> ? <5> sendandloads is load vars <0> it's used in LoadVars objects, it is probably used in others as well <0> but i am only familiar with it in use with LoadVars <4> words.htmlText = "Select 3 Elective Courses: <br> Design of Experiments Inspections,"; should that be working? <0> as a method for sending and loading information from a php page <5> but its designed to return xml data <0> geestring: if words is your text field and not your text <0> if words is your text then remove the .htmlText <0> then whatever your text field name is use myTextField.htmlText=words <5> MerZikain did you look at my pastebin <4> ah <0> DekaPatro: not so <0> it's used to return various types of information <0> yeah, it was a bunch of evil xml <0> like i said, you should discuss this further with suv4x4 <5> okay <0> i was just stating that it is a fact that sendAndLoad is not an xml specific function <5> okay <0> it is used with LoadVars as well <0> and as i mentioned, i only know about LoadVars because xml is the devil <0> ;) <5> ignoring the xml <5> but considering the volume of data i think url encoding will be impractical <6> xml should be used when you have a service being offered, otherwise, leanest possible way to import your data should be applied <0> how so? <0> there is more data being sent as xml than as url encoded <0> think of all your opening and closing tags <5> well it is a service been offered <0> as opposed to just var=value <6> if nobody else needs to parse/read the data - go for speed over markup nobody needs to read <6> 56k is still quite previlant <5> well the data is to be read <6> the xml is to be read by human eyes? <6> other than yourself - then ya, maybe stick with xml <6> ***uming the others know how to read xml <6> lol <5> not the xml as such but the values within the tags <6> presentation results are the same no matter how you load your variables <0> indeed <6> aside from urlencoded/cdata <4> merZ i got this and still not working http://pastebin.sekati.com/?id=Anonymous@ddf91-dff2070-t <5> in that case i'm not sure how to url encode line 62 http://pastebin.sekati.com/?id=Anonymous@3951a-ddab2943-t <0> do you have a text field with the instance name of myTextField? <5> so it produces a unique named var? <4> no its called words <0> ugh <4> hehe <7> hey <0> i said that IF words is NOT your text field to change the way you typed it <0> though, since words IS your text field, then you had it right <7> can somebody help me? I am tryin to make a trail of a movieclip as i move around the screen <0> change it back and see what happens <7> but for some reason only one movieclip shows up at a time <7> here is my code... firebody.onEnterFrame = function() <7> { <7> i=0; <7>
<7> duplicateMovieClip("/firebody","firebody"+i,i); <7> <7> _root["firebody"+i]._x = _xmouse; <7> _root["firebody"+i]._y = _ymouse; <5> pastebin <0> goddamnit <5> use a pastebin <7> oh <7> sry <8> anybody good with sending/receiving data to asp.net? <5> pastebin.sekati.com is your friend <5> go there <0> not to asp.net <8> i cant load my variables for **** <0> but i can't see how it's any different than php <5> paste your code then give us the url <7> ok... i will put it there <0> sneakerz: have you echoed them out as a url encoded string? <0> like a get would look <0> and are you using LoadVars or XML? <8> loadvars <9> http://steadyshells.net/cliffside/ <- does that look ok? <0> good cause i know about LoadVars <8> cool... <7> http://pastebin.sekati.com/?id=flashstuff@f24ae-4fdec7d4-t <8> hold on lemme try something, brb <0> so are you echoing your info like &var=value or not? <8> on the server? <4> http://pastebin.sekati.com/?id=Anonymous@ddf91-dff2070-t i have that and its still not using that <br> correctly <0> obviously since you're using asp <8> haha <0> if you load information it has to be output in that format: &var=value <8> well if im just connecting to an aspx page from flash, how do i echo asp's response? <0> if it's not then i can't help you because that's the only way i know to do it <10> god damn it guys there has to be a better way to write web apps <10> looking at the kind of issues we have daily <0> suv4x4: there is, it's called outsourcing the contract <8> do you mean my result_lv? <9> lol <0> sneakerz: let's see some code <0> in the pastebin of course <7> http://pastebin.sekati.com/?id=flashstuff@f24ae-4fdec7d4-t, When i run this code (actionscript) only one movie shows up... i thought it would make a trail of movieclips <8> ok brb <11> Doctor King Kong stood up against the unfair oppression of dark-skinned people in the USA. We celebrate this today, while people like 50 cent have owned the country. Now. Who will take the next step and stand up against ageism? The inequalities and oppression of people under 18. The throwing away of people over 70. <6> i = 0 though - every OEF <0> was just gettin ready to mention that <6> (i == undefined) ? i = 0 : i ++; <6> if undefined, it starts off as 0, if it is defined, it increases count by 1 <7> you guys are good <7> :) <7> i put i = 0 on load instead of enterframe <7> works <6> yup <7> thanks <0> we're awesome <0> there is no doubt <6> someone's not focusing on work <0> indeed <0> but enjoying it <6> still got another coffee to go here <0> ;) <6> heh <0> heh, i'm just messin with a new section of my game <0> hardly putting a lot of effort into it since it's the same **** as before <0> more C&P than actual dev <6> heh <6> C&P and HOOKUPS :) <6> almost sounds dirty <6> heh <6> oh wait - it IS <6> heh
Return to
#flash or Go to some related
logs:
#nintendo #beginner #artbell efnet rocko messagepals ubuntu video display mode #politics #computers #linux-noob #windows conversion char data type datetime sqlexpress error
|
|