@# 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> not americans
<1> i'm with nib too :)
<2> so you don't like the government of america?
<3> if you know html, you can learn xml in 2 minutes
<0> as stated before..stupity and tallent is equaly distributed on pplz
<4> i know html
<0> i can't help if your gov stinks...
<0> i have enougth to do with my stinking gov :)
<2> cause if that's so. yah. i don't really agree with our government either. but.. really. in scope of the world. our governent isn't that bad. there are other governments i'd dislike first.
<1> DJLy5y you know xml now too
<4> but i need some tutorials how to load it to flash etc
<1> lol
<1> hmm
<3> DJLy5y http://www.flashdeveloper.nl/g_flash_xml_faq.html take that. and swallow.
<0> let's say usa make me think of microsoft ...abusing a dominant position...
<4> k gonna read that



<2> yah. but it's hard to see the real truth to anything these days.
<4> thx movAX13h
<1> the only different thing is, xml is more strict that html 4 (combine that and you get xhtml) so you can't have unclosed tags and you close them like <img src='bleh' />
<0> it's esppcially hard if u don't even try :)
<3> and google knows more
<1> shableep i saw a very good movie on the 9/11 attacks
<2> oh yah?
<1> pretty closed the case with the attacks being planned
<1> i'll try to dig it up
<2> oh yahhh. i heard about that
<2> i saw something on google.
<2> going in pretty great detail about everthing
<1> yeah that
<2> yah. that's pretty crazy.
<2> it atleast makes you wonder
<3> you can also ask me. i planned the whole thing.
<5> xml is beautiful but sort of clumsy.
<5> wait
<5> are we on a different topic again?
<3> yes
<3> you're old :)
<5> I got a phonecall you see
<3> any new tracks mord?
<5> well yes.
<1> found
<1> http://video.google.com/videoplay?docid=-2023320890224991194&q=9%2F11
<5> but
<5> not recorded yet. we will be recording them in the near future.
<2> oh yah. that's teh video i watched
<2> you know, as much as i'd love to believe it.. i have to wonder 2 things. why do i want to believe it so much .. and.. well, how much of it could be fabricated?
<5> no.. wait.. 911 conspiracy theories?
<2> ahhah yah.
<5> those are hilarious and ppl who believe in them are human waste.
<2> i'm not gonna outright deny conspiracy theories. but ... i'm not necessarily accept them.
<2> by any means.
<2> info is info. you just gotta somehow throw it through the best objective filter along the way.
<6> brb homies
<3> bye
<0> http://www.macromedia.com/support/dreamweaver/downloads_updaters.html?pss=dw_8.0_win_en_full___20040226#dw8
<0> dw update
<7> hey all
<7> i am posting data from flash to php loadVariablesNum("http://projectdev/BetfairSportsMenu.php";, 0, "POST");
<7> but i don't think i'm interpreting the data properly in php
<4> NiB is there flash update 8.1 yet ?
<0> i dn't think so
<0> u can check by urself
<4> !google flash 8.0.1 Updater
<8> http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_13441
<9> you know there is this fancy site called macromedia.com that has info like that
<4> :(
<0> :)
<4> no update yet
<0> don't be sad, be smart, look by yourself
<4> hehe
<10> do it
<10> dooo it....
<4> http://www.psk.net/nothing/lovemyway/
<11> !find rules
<11> hey I have a really basic question
<11> anyone awake?



<12> Is this like a flash help channel?
<6> Kaido ask the Q
<13> no
<6> SqWaw **** yeh
<12> ;)
<11> I'm working on a site with a Flash header that links to the different categories, such as products, support, etc. What's the best way to link things relatively so that they can be access from any page?
<11> like www.mysite.com/products
<11> www.mysite.com/support
<11> but we're running it on a file server and I want to be able to test it from there too
<13> ok and?
<12> just page each "page" a scene and call that scene?
<12> just make*
<13> just a flash header
<13> rest im guessing is html
<11> well with buttons
<11> right
<13> getURL
<13> what you had
<12> !find rules
<13> do the target you want
<13> wa'la
<11> I'm not programming the Flash
<13> well im sick, thats as far as im helpping today
<7> var SubMarketVars = new LoadVars (); SubMarketVars.load("http://projectdev/BetfairSportsMenu.php";); - Does submarketvars.load send data via get or post?
<11> sorry back
<11> anyway, I have things in subdirectories and whatnot
<11> so like www.mysite.com/index.php
<11> www.mysite.com/products/index.php
<11> how should I tell my Flash guy to put the links in as?
<11> just products/index.php?
<14> hey i have a xml menu i want to use in flash.. I need to load both the swf and xml file threw action script right
<15> indeed leader
<15> anyone here work with paypal allot?
<14> anyone know where i can get examples of this
<15> of???
<16> Does anyone know why when I have a ScrollPane in a nested movie, with no border, when I go to scroll it surrounds the box with a green line like a border?
<15> loading xml with AS?
<15> !find -c loadVar
<14> I have a menu.swf file but the contents of the menu load threw xml
<14> !find -c loadVar
<15> look at those
<14> threw has to be exmaples out there some where
<15> flashkit.com
<15> prolly
<15> but doing it yourself is going to be better in the long run
<15> juse to createEmptyMoveClip('instance'); loadMovie('name.swf');
<15> instance.loadMovie('name.swf');
<15> yur prolly hella confused now
<7> http://pastebin.sekati.com/?id=Anonymous@82805-ddab2943-t - How would i read these values in my php script?
<12> I have a from that has an input for an email address and a submit button. How can i make it take the value in the box and save it to a text file on the webserver? and can it also check if its a valid email format?
<12> I really do no know that much about flash or actionscript, im just starting out
<12> i fairly computer literate though, i know basic and a good bit of java
<14> 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
<14> or do i need to load both threw action
<11> here's a better description of my problem:
<11> http://tinyurl.com/ds2fy
<11> How do I overcome that with Flash linking?
<7> does loadvariablesnum send data via post or get
<12> !help rules
<12> !find -h
<12> -t DekaPatro loadvariablesnum
<12> i dunno what im doin :)
<12> -i loadvariablesnum
<12> !find rules
<7> :)
<12> http://macromedia.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary426.html
<12> The parameter must be the string GET or POST
<12> it can use both then.
<12> so whichever is your preference
<12> was that helpful for you?
<7> yes it was
<7> do you know how to read the variables on the php end?
<12> yea! i helped someone


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#nhl
#beginner
Chelsea Smile face
aeoeei
#flash
ssh x forwarding (2 OR two) hops
crack topdesk vista
hector blonded
#beginner
#flash



Home  |  disclaimer  |  contact  |  submit quotes