@# 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> experiment.
<1> ):
<0> gotta run, g/l
<1> Thanks Cow :D
<1> I'll let you know how it turns out
<0> k
<2> I have some .swf files that I don't want in the same directory as the html code. The problem is, the .swf files load other movies. All the .swf files are in the same dir, but they don't load each other. Is there a way to set a global root dir or something?
<1> SOB.
<1> COWBOY ):
<2> anybody?
<3> if my swf is on a php link such as flash.php?u=2, how can I p*** the "u" value to flash?
<4> set it in flashvars
<4> if you call myflash.swf?u=2 it will get set in flash
<5> 110 minute depeche mode mix
<5> my brain is depeche mode melting
<4> if you set <param name="FlashVars" value="&u=2"> in the object tag, it should get p***ed



<3> ok cool, thanks
<3> one more thing
<3> addressVars.load(
<3> how can I set that to the current URL
<6> whats better - amorphium or swift 3d ?
<7> my penis
<7> my penis > *
<7> :D
<7> ftw! :D
<6> and on a serious scale ?
<1> MerZ
<1> I must be an idiot
<1> But
<1> How do you open up a new windiw in JS?
<6> MerZ amorphium or swift 3d ?
<4> window.open(url, uid, options)
<7> window.open(page, windowname, properties)
<1> XD
<1> k
<7> hold on a sec and i'll give you the script i use
<1> Doesn't matter.
<1> Because I can't interpret this anyways ):
<6> nv_ amorphium or swift3d?
<7> ?
<1> _blank.location=u+a.split('\'')[p];}}})(document.getElementsByTagName('a'),'http://mysite.com/report.php?view=',1)'http://mysite.com/report.php?view=',1)
<7> http://pastebin.com/545837 <--
<1> Change that.. into a window.open(blah)
<1> ):
<5> crazycat: i use swift
<5> never tried amorph
<5> swift is decent
<6> al-x do you have links ?
<6> swift is decent , I use it aswell but I've seen the user examples in swift3d
<6> and the ones in amorphium
<5> but it's quite counter-intuitive when keyframiing
<6> and I cant stop thinking about amorphium since :-)
<7> i hated swift
<5> links?
<5> to 3d **** i did?
<7> but then i'm used to a fully functional and intuitive 3d app
<6> yeah
<5> www.labnorth.com
<5> that's swift
<6> what is that mer?
<5> i don't like swift's animation interface
<5> after using aftereffects or flash it feels crappy
<7> pick an actual 3D program
<7> like 3dsmax or maya
<7> or softimage
<5> MerZikain: swift is quick and dirty
<5> import a vecor
<5> vector*
<7> extremely dirty
<6> maya ?
<5> drag an anim onto it
<5> export to flash
<7> get a real 3d app and the export plugin
<7> :D
<7> i think electric rain makes plugins for all of the major 3d apps
<6> I think Amorphium has awsome examples in USER SHOWCASE.
<5> can't be ***ed to start learning a 3d app



<6> some that impress more than tokyoplastic
<7> uh, that's what you're doing with swift3d --;
<7> it's just a ****ty 3d app
<7> makes doing simple things insanely difficult
<5> it's not THAT bad
<5> it's just not THAT good either
<5> lolz
<7> oh believe me it is
<7> i used to work with 3d a lot
<5> no i know
<8> bye bye
<6> thats why amorphium seems nice
<5> how crappy it can be
<7> swift3d taught me to hate it T_T
<5> i just like disagreeing with you :D
<5> keyframing in swift is ballz
<5> so stupid
<5> so easy to wipe out everything you did
<9> alright guys, I'm off to home.
<9> see ya mentor :P
<6> from what i know so far, Swift 3D is primarily a conversion tool (2D -> 3D) while Amorphy Pro is primarily a 3D Modeling tool with an .swf export feature
<10> is there anyone how can help me with xml?
<5> that's pretty accurate
<5> christofe: it's best to just ask the question specificly
<10> i want to know is the tag <trffar fr distans nr=1></Trffar fr distans> following with <trffar fr distans nr=2></Trffar fr distans> can be valide in xml
<6> Swift was a good little program for what you pay, but it has severe limitations when creating complex objects. It looks good in Swift, but good luck exporting the animation (or sometimes even a single frame) to SWF format. It takes forever, and often times you lose a lot of the effects (lighting) which you applied
<3> how do I set a flashVar if the link my swf is on is blah.php?u=3
<3> the u is always different
<8> MerZikain i will ognore you 4 years :D lol
<8> ignore
<8> cya in 2010 :D
<7> what a retard
<7> i'd be ecstatic if he was perma-banned
<7> i mean what use is he?
<7> none
<7> asks stupid questions and won't listen to answers, then when he tries to "help" he just ****s people up even more and offers ***inine suggestions that usually have nothing remotely to do with the problem
<7> but whatever
<7> time for the home
<3> anyone
<11> lol
<8> www.php.net/querystring
<3> nope
<8> www.php.net/HTTP_SERVER_VARS
<3> another 404
<8> www.php.net/QUERY_STRING
<3> stop
<8> it's there http://de2.php.net/reserved.variables
<3> i know how to read the variable in php
<3> i want to send that to flash
<8> use <?php echo($_Server['QUERY_STRING']); ?>
<3> so FlashVars="userName=<?php echo($_Server['QUERY_STRING']);?>"
<3> that would work?
<8> no
<8> http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_16417
<3> thanks i know how that works
<3> i want to read the variable in the URL
<8> PARAM NAME=FlashVars VALUE= <?php echo($_Server['QUERY_STRING']); ?>
<8> or FlashVars=<?php echo($_Server['QUERY_STRING']); ?
<3> dont you have to set the variable name to send to flash?
<1> Where's Cowboy at>
<8> it'S in the QUERY_STRING
<4> flash7 support rtmp streams?
<0> ?
<8> the behind the first ?
<3> so in my case the variable name would still be "u"?
<3> if its blah.php?u=3
<1> Cow :D
<1> Msg me.
<1> For one second
<0> in here is fine


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

putserv puthelp putquick howto
#delphi
#computers
rtpatch pocketsoft trial
channel king cam
#politics
maybe you will get lucky
#sex
#computers
#dreamweaver



Home  |  disclaimer  |  contact  |  submit quotes