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



Comments:

<0> well basically i switched my stream over to icecast
<1> but, you should still be able to do what you need with mx
<0> it was a shoutcast stream
<0> but shoutcast wouldn't send to the flash swf file
<0> so i switched it over to icecast and now it works (except in IE of course)
<1> uh oh, hope your target audience isn't on IE
<0> should i just read up on actionscript?
<1> well, there's really only 2 things you need to do
<0> FearX`: well we have <embed>'d windows media player for those IE folks
<0> of the same stream
<0> sorry, what's that?
<1> in your php, just make it output something like echo "&currentTitle=Whip It&currentArtist=Devo&currentLength=3:14&"; or whatever
<1> and then in flash you'll use a LoadVars object
<0> actually what i did with shoutcast's HTML output is i parsed it using REGEX expressions in php's preg_replace
<0> err, preg_replace();
<0> so i was thinking i could do something very similar with icecast's xml output or whatever



<0> oh sorry, but you mean to send it to the flash movie through the URL right?
<0> that i can do
<0> i'm outputting it to the xhtml for now... www.stoutcast.com if you want to take a look
<1> can you output to a php script?
<2> oh ****
<0> yeah that's what i'm doing now, that's what i meant
<2> i really wanna finish my work but i smell bad and should shower
<0> i use php to output the title to the xhtml
<0> puncept: always a hard decision...
<1> ok, so then flash can just load in the php script, as long as you have that format that i gave you
<1> echo "&var1=some data&var2=some more data&";
<2> i think showering would make my fengshui better
<0> yeah i should be able to set up a php script to send flash those vars
<1> and then in flash you'll have it read those vars with a LoadVars object, like this...
<0> your fung shooey has been clogged for centuries, take a ****ing bath man!
<0> puncept: sorry just messing around :) haha
<0> FearX`: ah here's the goods...
<1> lv = new LoadVars(); lv.load("myScript.php"); lv.onLoad = function(success){ if(success){ myArtist.text = this.currentArtist; myTitle.text = this.currentTitle; myLength = this.currentLength; } }
<2> i mgiht even scrub myself
<1> or something to that effect
<1> that ***umes that you're using separate textboxes for your song data
<0> ahh nice
<0> hmm right now i just echo the "current song" $var into the markup
<1> well then just do that
<0> but there's no reason i couldn't echo it instead into the markup where i embed the flash file
<1> oh
<0> like src="file.fla?currentSong=songname"
<1> err.. nm
<0> or would that not work the way i'm expecting?
<0> i meant file.swf, sorry
<1> well, you don't use a .fla online... but if you wanted to do it that way
<1> ehehhe
<0> yeah i meant swf hehe
<1> you could just use FlashVars
<1> like this
<0> i'm high sry :D
<1> <param name="FlashVars" value="&currentSong=<?=$currentSong?>" />
<0> i need to read up on actionscript.. doesn't seem to different from javscript
<0> ahh i see
<1> and then your flash would just be myTextField.text = currentSong;
<0> hmm nice
<2> i am such a loser.
<1> i built a radio on www.metalmulisha.com
<2> weaiting for the heater, working completely naked
<0> would i be able to "refresh" it?
<0> like, when the title changes, the flash file could check maybe every 60 seconds to see if the title changed
<0> or is that automatic
<2> and smelling!
<1> you could have it do that, but then you couldn't use FlashVars
<1> you'd have to use the LoadVars object like i showed you previously
<1> and run it in a setInterval(loadMySongCrap, 60000) // that'll run a function called loadMySongCrap every 60 seconds
<0> hmm okay
<0> this is probably enough for now :)
<1> hehe, good luck :D
<0> i better try all this and come back later if i have problems lol
<0> because it's already a lot as you can see
<0> well for me anyways
<1> it's not that bad
<0> it can't be that differnt though
<1> it's easier than you think
<0> code is code, right? :)



<1> sometimes
<1> sometimes code is bull****
<0> yeah it's just a little more "object oriented" then i'm used to probaly
<0> my not too much
<0> i didn't even create the flash file i'm trying to use for my stream
<0> i ****, heh
<0> thanks for all your help though btw
<2> FearX: I think I'll just make sure the masks are on a particular movie
<2> and i'll load the movie into a level
<2> simpler
<2> AS-shy
<2> but thanks very much for the suggestion
<2> I shall look into it for learning purposes :)
<0> learning rocks.
<0> is there a good OReilly's book for learning actionscript hehe
<2> yah colin wrote some
<2> colin moock i mean
<0> hmm not heard of him but ill check into it
<0> thanks
<2> np
<2> nice and clean now
<3> mm - havent heard a woman say that in a few months :(
<1> hey shiznit
<2> oh hey shiznit
<2> sup sup!?
<4> hi
<5> yo all and happy new year
<5> to all flash geeks
<5> i'm a bit late
<2> that's like euh, more than a month late.
<2> **** i wonder what happened to the old scroller
<2> mx2004 is like rocket science
<6> gah
<6> tea in my keyboard
<2> i don't know how to use the scrollPane component
<2> the old one is just a drag and drop
<6> why aren't you on 8?
<2> I haven't bought it yet.
<2> Kinda broke now
<6> you should get the demo
<6> http://www.cbtcafe.com/flash/scrollpane/index.html
<2> the demo only lasts so long
<2> if i even havce time to play with the demo long enough
<2> thanks for link tapitnsee
<2> hmm
<2> My head
<2> thank god i am a lot less freaked out today
<2> err, i mean this hour
<7> flash tends to do that
<8> hey. what's the command to get the actual frame?
<8> noone here who could tell? =/
<2> heya guys
<2> i wonder why i can't put a wad of text without it spilling all the way off the stage? Can i control the size of the textbox?
<9> does anyone have any tips or tutorials on achieving a nice fluid motion using actionscript rather than just moving in straight lines?
<10> Guys i am still having problem finding a tutorial or .FLA file for " Dynamic Player " just like this one they using in this website if you go to http://video.somaliplanet.com/index.php?file=2
<9> there's many ways to do that cagaaran
<9> if you just import a wmv file into flash the wmv will convert to flash frames, that's the easiest way
<9> just build a pause button that stops and starts the movie again, if you want you could make a functional slider too
<10> raafNL: can you direct me a tutorial
<11> how can i play a movie in the background as well as show some constantly updating data from a db in a flash movie ?
<11> play a video in the background i meant
<12> http://www.medievalage.ru/cgi-bin/r.cgi?id=928661582527 New PORNO-Gallery! Freeware! Welcome!
<13> !seen mjau-mjau
<14> Unrealize, mjau-mjau (~karl@61.47.109.2) was last seen quitting #flash 6 hours 51 minutes ago (04.02. 22:58) stating "Ping timeout: no data for 246 seconds" after spending 2 hours 57 minutes there.
<2> woof
<2> :)
<15> anyone know a html code how cold i do some site like this ?
<15> http://www1.mug.pl/
<15> the all web is in flash
<15> it's js code ?
<9> you want to animate in html?
<15> i wan't that all site will be in flash


Name:

Comments:

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






Return to #flash
or
Go to some related logs:

#winvista
file and printer sharing genuine advantage
#politics
#beginner
remove public/pickup: Permission denied postfix
#visualbasic
#politics
#microsoft
xp uptime audiovault
#nhl



Home  |  disclaimer  |  contact  |  submit quotes