RE: [Flashcoders] How to play automatically an MP3 file when user loads webpage

2006-11-08 Thread Merrill, Jason
I want a webpage to play automatically an MP3 file when user loads
the webpage.

I guess I'm not understanding your constraint, because if you tell the
sound in Flash to play, it will play (as soon as the flash file loads).
Why involve Javascript?  

Jason Merrill
Bank of America 
Learning  Organizational Effectiveness
 
 
 
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] How to play automatically an MP3 file when user loads webpage

2006-11-08 Thread eric dolecki

use a SWF that streams an MP3 from your server... should work almost
immediately. No JavaScript required.

On 11/8/06, thomas Armstrong [EMAIL PROTECTED] wrote:


Hi.

I want a webpage to play automatically an MP3 file when user loads
the webpage.

I'm trying to find a Flash player which, by using JavaScript, plays
the file. I was browsing this tutorial, but didn't find what I'm
looking for:
http://www.kennybellew.com/tutorial/

Any suggestion is welcome. Thank you very much.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] How to play automatically an MP3 file when user loads webpage

2006-11-08 Thread thomas Armstrong

Every MP3 Flash Player I found need to click Play:
http://musicplayer.sourceforge.net/
http://blog.forret.com/2005/01/playing-mp3-with-an-embedded-flash-player/

I don't've Adobe Flash software.

On 11/8/06, eric dolecki [EMAIL PROTECTED] wrote:

use a SWF that streams an MP3 from your server... should work almost
immediately. No JavaScript required.

On 11/8/06, thomas Armstrong [EMAIL PROTECTED] wrote:

 Hi.

 I want a webpage to play automatically an MP3 file when user loads
 the webpage.

 I'm trying to find a Flash player which, by using JavaScript, plays
 the file. I was browsing this tutorial, but didn't find what I'm
 looking for:
 http://www.kennybellew.com/tutorial/

 Any suggestion is welcome. Thank you very much.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


RE: [Flashcoders] How to play automatically an MP3 file when user loads webpage

2006-11-08 Thread Merrill, Jason
  I want a webpage to play automatically an MP3 file when user loads
  the webpage.

Every MP3 Flash Player I found need to click Play:
http://musicplayer.sourceforge.net/
http://blog.forret.com/2005/01/playing-mp3-with-an-embedded-flash-play
er/

Well, sure - that's how they chose to code their Flash mp3 players.  If
you don't control the source code to those MP3 players, you don't
control the sourcecode  - period.  You're essentially asking how you can
control someone else's Flash file without access to the sourcecode.   :)

Recommendation would be to either find an mp3 player built in Flash
which plays an mp3 automatically (might be hard), or buy flash/get a
flash developer and roll your own mp3 player which plays the file
automatically.

Jason Merrill
Bank of America 
Learning  Organizational Effectiveness
 
 
 
 
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com