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



Comments:

<0> word
<0> ha ha ha
<1> I'm from London
<0> NYC
<2> forgive my adulation, but you rule... i just hope im talking to the rule guy
<0> ha ha ha
<2> i know you could be teleconferencing with some nike exec. for a 1000$/hour consult
<2> but instead u you IRC
<0> ha - yeah
<2> dont get much down to earth than IRC
<0> true
<0> which is why I love hanging here every so often - just to keep things flowing
<2> another cause for envy man
<2> yeah... its hard to just relax with people are pay you to listen to them
<0> I did just have a meeting with Kanye west a few days ago - if that keeps things crazy for you
<2> dam, ok too many mistakes



<2> i give up
<0> ha -
<2> take care
<2> nice chatting with you
<0> you too - peace
<3> whats a good actionscript for learning as many of the following as possible, at least intermediate .. more focus on actionscript as programming for hardcore animation etc, php/mysql ... animation?
<3> and a good value ... me=poor;
<4> edward, try the url in the topic
<0> I've only ever bought 1 flash book - and it's always been Colin Moock's books
<3> ahh
<5> whats the flash command to output a text
<5> like x = "hi"
<4> sym__, create a text box, and set it's .text after you name the instance
<0> his action script the definite guide is wonderful - I'd recommend my book - but it's sold out and the used copies are a bit pricey
<5> this may seem stupid, but i cant find a damn textbox
<5> im new to flash yes
<5> but i cant find the textbox draw tool
<5> where is it located?
<0> "A" in the tools
<5> got it
<5> in components
<5> hmm
<5> how do i set its properties?
<5> i drew the box
<5> found it
<0> if you're super new to flash - any explanation is going to be pretty rough - you'd need to pick up a simple book on flash to really get your head around a few things
<5> i understand im working on it
<0> k
<5> last question
<5> i added a text box to a movie
<5> set its text property
<5> it only has 1 frame
<5> i cant see the textbox when i go to publish preview
<6> Looking to drop some php into flash, this the right channel for questions?
<6> Or perhaps an actionscript channel?
<7> just ask
<6> Well I was wondering if there was some kind of global connector i could use, maybe just an as file and that way i could drop my {KEYS} in whereever i wanted and it would work
<6> .as file sorry
<7> i have no idea what you just asked
<6> lol
<6> basically i want my flash objects to connect to my php stuff
<7> do you just need to send/receive data between PHP and Flash?
<6> i think so
<7> right, so use LoadVars object
<6> specificaly
<6> I want to show some of my forums on my flash website
<6> and have it update dynamically (or without my doing anything)
<7> ok that sounds feasible
<1> Lord_loki, I would just have something on your forums that outputs XML
<1> And then get Flash to load it
<7> but normally I'd guess forum entries are stored in DB
<6> yes, using phpbb with mysql
<1> Are you familliar with PHP?
<6> i dont know of anyting that automatically exports to xml or if there is something that does that at all
<7> so what I'd do is have PHP read the values from the DB, and simply return the recordsets to Flash through remoting
<6> I can back engineer it some,.. but not really well no
<7> it's converted as AS object, you can traverse through to see what its converted like
<6> i woudlnt know where to begin on how to set that up
<7> and for PHP remoting, try AMFPHP
<6> www,sephiroth.it?
<7> the starting point is to extract the values u need from DB and echo it in PHP



<7> www.amfphp.org
<7> once the entries look alright, be it a recordset, an array, or whatnot... just throw it back to flash and parse it
<7> the way u return this data to flash is by creating a remoting service
<6> ie amfphp
<7> this service probably wont do much but to send whatever you received to Flash
<7> yes you need AMFPHP to create such service
<7> the idea behind remoting is to handle complex data types
<6> is this something i need installed on my webhosting server? or is it just ome files i upload with my site?
<6> some
<7> u need to upload some files to the web server
<7> the eccense is the remoting gateway
<6> there a place i should start from with amfphp or should i get my php thing working first?
<6> and could i not just use the php pages that are already in place to get the data i need?
<8> is it possible to open a file from flash?
<7> u should start with PHP portion
<7> there's nothing u need to learn for AMFPHP, except file structures I guess
<7> again, the reason u need remoting is to handle complex data types
<7> u dont want to parse all your DB entries to look like some sphgetti code &myvar=myval&myvar2=myval2&AERAWET?AW$T%$T<AWTG:LAERT<:L.........
<6> right
<7> majikman, how do you want to open the file? just open open or open a datastream to read the file content?
<9> hello
<9> what username shows up when I type?
<8> F1: to read
<7> majikman, you need SS to do your file I/O
<7> ie. PHP, ASP, JSP.. etc
<7> Epimesh, u need a better client... try www.mirc.com
<9> hmm
<9> I know about mirc
<9> I use trillian though
<8> hrm... there was this thing on myspace that tracked users viewing it... and they did it by reading the users cookies
<9> I guess this is another one of their many bugs
<9> :P
<8> how else could you access a users cookie besides opening a file stream?
<7> majikman, you cant..
<7> but flash does have shareobjects as an alternative to cookies
<7> brb coffee
<10> anyone here know of a free plugin that'll let you make calls to DLL files from Flash?
<11> I am trying to run a .aspx script from my flash page in the background using oxml.send('file.aspx'); however it only seems to work with oxml.send('file.aspx','_blank'); any ideas ?
<12> How can I change the angle of a gradient swatch?
<12> start/end points
<12> ah fill transform tool, got it
<5> im having problems....im trying to p*** variables from the html to a form in flash
<5> im getting thi error
<5> Statement must appear within on/onClipEvent handler
<5> I have an embed state loading a flash movie like this
<5> test.swf?vars=variable
<5> then i have in frame 1 application
<5> textbox.text = _root.vars;
<5> im trying to set a textbox to equal the value p***ed with predefined variables loading with the file
<4> I tried setting myButton.onClick = function () { stuff; }
<4> but it's not working
<4> do I have to use addEventListener?
<4> I guess it would help if I spelled the instance right
<13> sup flashniggaz and ninjas
<11> frb: yeah that helps
<14> !findrules
<14> Flash Fxp/Smart FTP/ Cute FTP
<15> I've used cute ftp
<16> Filezilla
<14> where do I find it
<16> filezilla.sf.net I think
<17> is there an easy way to change where a url points to in a .swf file?
<15> what do you mean?
<17> i have a .swf banner
<17> and its pointing to a regular url, id like to include my affiliate code in the url
<15> not unless you decompile it
<17> im not skilled enough for all that i guess
<15> if you have fla you can
<15> but you have to mess with the swf to get that to work
<18> there a good tutorial anywhere and importing data into flash from a php(dumped to RSS/XML feed) and manipulating it?
<18> or maybe someone good natured enough to walk me through it once?
<18> :D
<19> could anyone recommend a firefox compatible file uploader?
<18> ff=bad use opera


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#computers
deadmarsh brain
#freebsd
irc quotes slakker
#windows
cannot delete winuqw32.dll
#visualbasic
#beginner
flash seekbar handle
pysqlite2.dbapi2.OperationalError: Could not decode to UTF-8 column



Home  |  disclaimer  |  contact  |  submit quotes