@# 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 17 18 19



Comments:

<0> yea! i helped someone
<1> I have a frame with the swf pasted from libary.. and on that same frame I need the action script to load the xml right
<0> <?php include("../Includes/vars.php"); ?>
<0> maybe??
<0> Leaderman not to be a **** or anything, but the rules say only to ask your question every 15 minutes if you get no answer
<0> im new to this chan, so dont think of me as like the chan police or something please :(
<2> here's another question
<2> if I have www.mysite.com/content/header.swf
<2> and I want to use it on every page...how do I link it?
<2> do I have to program in the relative path every time?
<0> DekaPatro: http://www.php.net/manual/en/language.variables.external.php maybe example 12-10 will help you?
<1> somone has to had load a swf menu inside of another main flash file and has had to use xml for content
<3> ok
<0> What kind of actionscript is needed to take data from an input field and place it on the webserver in a file when you press the "Submit" button?
<4> you need a server-side script to do the file writing
<0> so would that require some sort of asp or php file?



<4> yup
<0> can you link me to a forums or tell me what i should be searching for?
<0> I'm a hardcore flash/php/actionscript noob
<0> im trying to learn by example
<4> google flash actionscript php, you'll find plenty of tutorials on interacting between the two
<5> SqWaw do a google search on flash highscores
<5> you'll find a bunch that basically show you how to p*** flash var's to a php script that store them in a database, should be easy to adapt to your purpose
<1> http://pastebin.sekati.com/?id=Anonymous@eda69-b9666bef-t
<0> brainy, snottle thanks
<0> i'll bother you guys later on when i confused again :)
<1> would that be correct to load xml
<6> greetings
<5> hi
<7> Leaderman: Do the links_xml.load() after your onLoad function
<1> do i have to do anything differnet for the swf i want it to load the content in
<1> like do i need to mention in in the action script
<5> what does the old /= do in flash is that "take this var and divide it by so and so" ?
<1> like theres interface.swf and then theres menu.swf inside of that and I want the content in the xml to load in the menu.swf
<2> SqWaw, pm
<6> Good morning, all. Have a quick and most likely beginner question here. I have exhaused the resources that MX gives you too. I am trying to make a button advance a movie to the next scene. But my scripting is returning an error; "Scene name must be quoted string." Any ideas?
<6> What exactly does the output mean by "quoted string" ? Thanks all.
<7> G4RR3TT: gotoAndPlay("Scene 2", 1);
<6> mrmg: Thanks!
<7> np
<1> like theres interface.swf and then theres menu.swf inside of that and I want the content in the xml to load in the menu.swf
<1> http://pastebin.sekati.com/?id=Anonymous@eda69-b9666bef-t
<1> like do i need to mention in in the action script
<1> i will pay somone 1 million dollars to help
<5> got no experience with that kind of thing sorry
<6> Any ideas why the text on my button is showing its label on the stage but when I test the movie the text is not showing?
<0> Kaido: please go 2 query
<6> Under the button's actions (not the frame) I have on 1st line: on (release) { and 2nd line: gotoAndPlay("Scene 2", 1); 3rd line: }
<6> I think it may have something to do with the button's timeline (up,down,over,hit)
<8> :D
<8> arbeit macht frei :D
<6> I really didn't change anything there, besides adding keyframes.
<8> the new rtfm :D
<8> ^^
<6> ...and drew a box around the button in the HIT state
<6> :-)
<0> Leaderman: have you tried a flash forum maybe? it seems most of us that are active her at the moment are super noobs :)
<6> If I just want a normal button - I shouldn't have to change the up,over, or down states, right?
<0> active here*
<6> hmmmm...i think i figured it out. my hit state is messed up. :-)
<6> I am drawing a rectangle on top of my button in the hit state. However it is not showing up as I think it is behind the actual button. But when I test the movie; the very outter edges of the button are becoming the hit area and the text on the button is not showing up. :-( Any ideas? The button tutorial is offering no help.
<6> If I click the very outter edges of the button, it advances to the next scene.
<6> but obviously i would like to have the actual text on the button be the hotspot.
<7> Just leave the hit state as the same object as the button
<6> So leave the hit state frame alone?
<6> Don't draw anything in that frame.
<6> I just tried removing my rectangle from the hit state and re-testing the movie. There is still no text displaying on my button. The button is clicking - but it is not advancing to the next scene. Argghh....
<3> mrmg can you check your pm please?
<7> wherE?
<3> pm (private message)
<8> i did it all for the nookie
<6> I have a "stop();
<6> in the frame right after the button displays on the same layer...could that be the problem?
<8> be different
<8> make a function called redLight();
<8> function redLight(){ stop(); }
<8> :D



<8> then you can make function greenLight(){ play(); }
<6> heh
<6> we got a comedian apparently
<6> greetings
<8> i'm taking pictures with my mind
<9> how many megapixels?
<10> moo
<7> bark
<9> moo yang
<7> bark tsu
<10> hey mjau:)
<9> hey dude
<11> heh
<11> lo gabs n karl
<11> o/
<10> g
<10> waddups
<12> How would I make a form that is multiple pages (by jumping frames) but keeping the values entered into dynamic text fields, on the previous frames that I have jumped from?
<12> I hope that makes sense.
<12> Its all going to sendandload the values to a php script that will then enter the values into mysql
<0> What kind of actionscript is needed to take data from an input field and place it on the webserver in a file when you press the "Submit" button?
<0> i've googled and browsed some forums but most scripts i found require mysql and i really dont want to use it
<7> you'd need a server with PHP or something similar. You could then write it to a text file
<6> Anyone know why my button's text is showing up on the stage but when i test the movie it disappears?
<6> The button clicks but it does not advance and follow the "nextScene();" command
<6> on (release) {
<6> nextScene();
<6> }
<10> dont use scenes
<6> Don't use scenes? Why?
<10> they ****
<10> shuold be part of the topic
<10> welcome to #Flash, dont use scenes
<6> So you just clear the stage when you want new items to appear?
<6> Sounds unorganized...no?
<10> just make a keyframe where those mc's dont exist
<10> or remove them w/actionscript
<10> scenes dont really exist in runtime
<6> I see.
<10> and is very hard to differentiate between em
<10> w/code
<10> at least always has been
<6> Ahh...
<10> im out of the loop w/flash8
<6> I'm still on MX
<10> me too:)
<6> :) I'm a beginner.
<6> But my job is under the impression I'm a flash wizard.
<6> Employer rather
<13> and ur not?
<6> I have no idea who gave him this idea. Now I am responsible for flashing several demos of one of our web-based products.
<10> just gotta stay one tutorial ahead of your boss
<10> :)
<13> ... nice
<13> best way to learn
<13> if you ask me
<10> yup. for srue
<13> .... hit it hard, deep and long
<10> sink or swim
<13> just like my big cock
<6> logreybim: haha
<14> that's what he said
<6> nickfox: that's what i figured...
<0> mrmg: I do
<13> that's the way i learned.
<0> (mrmg) you'd need a server with PHP or something similar. You could then write it to a text file
<10> yah me too
<13> and now i'm a master gold star super dancer
<13> master and commander, gold star super dancer
<13> i frigging love that saying
<13> lol
<14> got AAA on every DDR track nickfox?
<6> But seriously guys...whats up with this button. The label is visible on the stage, then when I test it, the label disappears.
<13> i have no idea what that means ..


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#hardware
kick counter hug counter
#politics
#mirc
cassidy v lloyd banks
#sex
rc_get_ipaddr: couldn't resolve hostname
EEEW IPX
#linuxhelp
#computers



Home  |  disclaimer  |  contact  |  submit quotes