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



Comments:

<0> Or rather, give me the exact address location of the mp3
<0> Give me a few minutes here and I'll send you a page
<1> ...good luck
<1> heh
<0> Oh, php or html?
<1> HTML (I am doing in include(); of it)
<0> You want a rewind or what controls?
<1> no, just a simple: "Play and Pause"
<1> are you creating a .swf? if so, stop now. Cause, every month this is going to change
<1> thats why I need one that accepts the .mp3 as an argument, such as google's, or one of the other 400 ones that do not work
<0> What's going to change?
<2> New mp3, I take it.
<1> the .mp3
<1> its a radio ad, every month,w e have a new ad (different city), and it will change
<1> how good are you at flash?
<0> Is it possible to name the mp3 the same thing?



<0> Steakk: Damn good.
<1> the MP3 is named with the three lettter short name of the city, such as MKE for Milwaukee, then the date 01272007, then a dash and the length...IE: MKE01272007-30.mp3
<1> I also have a -60 that I am going ot use as well
<1> reality, is it possible for oyu to make a player that simply takes 1 argument, which is what mp3 to play when the user clicks play?
<0> You'd need to use an xml playlist
<1> why?
<0> Because then you'd just edit the xml playlist, replace the old name with the new name
<1> not to be condescending, but google's audiopalyer (mail.google.com/mail/html/audio.swf) takes a ?audioUrl=http:// ... and not XML playlist (just find that odd)
<0> Meh, makes for a junky url, but yeah, if you want to do that, I can do that as well. That's pretty darn easy to do.
<1> thats all I am lookin for, yeah
<0> http://pyg.keonox.com/tests/flash_flv_player/flvplayer.swf Download that.
<0> It'll give you a play/pause, a volume, and a little (very minimal) buffer bar
<0> Then the url would be http://blah.com/flvplayer.swf?file=yourmp3.mp3
<1> and to embed it?
<0> Writing it up on a pastebin
<1> ah
<0> http://paste.getlinuxhelp.org/77000
<0> That should work
<0> Adjust width, height, and mp3 file name...so anything with blah or blahblah in it
<2> reality: Do you mind if I file all this away for if I need it sometime, myself?
<0> Couldn't care less.
<2> Should probably do more than click around in the scene editor and throw code at it until it works, though. Maybe I should get a book or something. :D
<1> reality, does that buffer the whole mp3 before playing?
<1> cause, it aint workin
<0> Steakk: What's the url?
<1> http://steakk.com/~jason/bleh.html
<0> Steakk: You need to move that mp3 over to your server
<1> or move the swf to the mp3 server, heh
<0> Yeah
<0> It doesn't take a url input...takes a path input
<1> ah
<1> reality, www.waurlc.org/modules/Radio_Spots/bleh.html
<0> Steakk: Try putting the flvplayer in the same directory
<1> reality, nope, still nothing
<0> rename that mp3 .flv
<1> MKE01272007-30.flv, right?
<0> Yeah
<0> And change the embedded code
<1> and change the .html to reflect that, right?
<0> yeah
<1> and them /msg #linux still not working, right? :P
<0> eh?
<1> its still a no -go
<1> try it for yourself, same URL
<0> Name it .swf then
<1> the .mp3?
<1> well, now the .flv that is
<0> Yeah
<0> One of these bitches is going to work
<0> flv files are encoded with mp3 audio
<1> no go
<0> Bah, give me a second
<1> heh
<1> while you hve that .fla open, change it not to play on start if you have it that way
<0> I may need to use another one
<0> Steakk: O.k. I got it working...
<1> reality, suuure:P
<1> what ya got?



<3> pls
<3> teal
<3> me
<3> where to dowload
<3> linux
<0> David4o: Linux is not for you
<3> hhe
<3> why
<0> Simply put, because you're a moron
<3> heh
<3> you are a moron
<3> teal me
<0> kernel.org
<3> or i will be invite boBsk here
<3> bobskc is my cousund
<0> Go ahead and invite butt****
<4> if you can't find it you sure can't run it
<4> now shoo
<0> http://sfgate.com/cgi-bin/article.cgi?f=/c/a/2007/01/10/BAG7SNGB5V59.DTL WTF
<0> PC World Editor killed
<5> really?
<0> Yeah
<6> wha?
<7> police say he was involved in illegal narcotics trade
<6> heh, druggies
<1> wee
<8> reality: geez, some of these tech guys lead interesting lives
<1> got a flash player working on the site (thanks to reality and his fancy flash skills)
<0> I rock
<1> that you do
<1> reality, you should send me the .fla for that, so I can hack away and see what i can pull outta my ***
<1> actually, www it, as my fw cant do dcc
<0> heh, I closed flash almost 40 minutes ago.
<1> bleh
<0> There's a tutorial on adobe though some where
<8> re *, btw
<0> Steakk: http://www.metasphere.net/help/FAQ-1010.html
<5> ~~~cause when all the summertime ends, and whether we'll soon grow close, and you find yourself one year older with nothing to dream about, summertime love, would you like to have summertime love...~~~
<1> odd
<1> Warning: Cannot modify header information - headers already sent by (output started at /home/jason/public_html/tt/cookies.php:5) in /home/jason/public_html/tt/cookies.php on line 2
<1> yet I am not sending anything to the client before the setcookie() line
<7> add this: ob_start();
<2> Steakk: Any print statement, or whitespace beyond your ?> tag.
<7> that turns on output buffering
<2> You're wasting memory.
<1> I _MIGHT_ have something, lemme check
<7> even a space will cause it
<2> Use ob_start() when you actually want to do something with the contents of the output buffer, not when you've got code in which things happen that you're not aware of.
<7> I didn't read all the scroll back. I thought he was dealing with a post processing issue with
<7> with it
<2> So learn where not to leave white space.
<9> hey all i came here earlier asking if yellow dog linux for ps3 was free yet and i was told no...well it is in fact free
<2> monster3d: We don't care.
<2> Unless you intend otherwise, your php files should start with <?php and end with ?> and no whitespace outside of those tags.
<1> ThomasM, tabs in the PHP code itself do not count as 'whitespace', doesit?
<0> monster3d: See what you get from using google?
<10> Steakk: if you include files, make sure that THEY don't have whitespace before or after the <? ?>
<2> Steakk: It's what's outside of your php tags that counts.
<9> hrmm...yeah i had to search for "mirror" instead of "free download"
<1> RelDrgn, checking those too...not seeing anything...still looking though
<9> thomasm any info that is helful should be useful...u dont care? im sorry to hear that
<10> what's line 5 of cookies.php? :P
<2> Steakk: Look at tt/cookies.php on line 5. There's a print statement or some such.
<2> Or unbounded whitespace.
<1> got it
<1> ThomasM, it was a blank line after the ?>
<1> in cookies.php
<2> Steakk: That'd do it.
<8> Rel
<9> any one here tried yellow dog for ps3 yet?


Name:

Comments:

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






Return to #linux
or
Go to some related logs:

#linux
#AllNiteCafe
#linux
globalvariable.cpp
reprezentanti avon
#linux
#linuxhelp
#java
disabling ddc winxp
1996 alburn, Older?



Home  |  disclaimer  |  contact  |  submit quotes