HighDots Forums  

Flash mp3 player

alt.html alt.html


Discuss Flash mp3 player in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Moo
 
Posts: n/a

Default Flash mp3 player - 05-11-2008 , 04:49 AM






I'm trying to embed a flash mp3 player on my website
(http://www.cafepress.com/sfclothing), I did post a previous message
regarding a windows media player one but I prefer the flash one and I
guess it'll have more compatibility with more people.

Anyway, what I struggling with is getting it to autoplay (eventually I
intend to have it pop up in it's own window so people can still browse
my site whilst the audio is playing).

Has anyone used this flash player before, if so can anyone shed any
light on how to get it to autoplay?

The tutorial I used to get the player going is:

http://www.macloo.com/examples/audio_player/

and the flash files come from:

http://www.1pixelout.net/code/audio-...dpress-plugin/

It's typically used for wordpress but as the tutorial above shows, it
can be used on any site. The 1pixelout site does say that there is an
autostart flag but I can't seem to get it to work. The html I used was
exactly like in the tutorial (having changed the urls)

I'll reproduce the code here (with original tutorial URLs):

<script language="JavaScript"
src="http://www.fakedomain.com/myname/audio/audio-player.js"></script>

<object type="application/x-shockwave-flash"
data="http://www.fakedomain.com/myname/audio/player.swf"
id="audioplayer1" height="24" width="290">

<param name="movie"
value="http://www.fakedomain.com/myname/audio/player.swf">

<param name="FlashVars"
value="playerID=1&amp;soundFile=http://www.fakedomain.com/myname/audio/music.mp3">

<param name="quality" value="high">

<param name="menu" value="false">

<param name="wmode" value="transparent">

</object>


Any help is much appreciated!

Moo

--

My blog - http://degeneratemoo.livejournal.com

Reply With Quote
  #2  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Flash mp3 player - 05-11-2008 , 06:42 AM






On May 11, 5:49 am, Moo <rodneyl... (AT) roonster (DOT) wanadoo.co.ukREMOVEME>
wrote:
Quote:
Anyway, what I struggling with is getting it to autoplay (eventually I
intend to have it pop up in it's own window so people can still browse
my site whilst the audio is playing).
Let me be the frist to tell you that the autoplay idea is a bad one.
What if I am listening for music of my own when I get to play. See
what I mean?

Anyway, autoplay is a feature built into theSWF, who ever created it
decides if it will autoplay, and how it will autoplay.



Reply With Quote
  #3  
Old   
Moo
 
Posts: n/a

Default Re: Flash mp3 player - 05-11-2008 , 08:10 AM



Travis Newbury wrote:
Quote:
On May 11, 5:49 am, Moo <rodneyl... (AT) roonster (DOT) wanadoo.co.ukREMOVEME
wrote:
Anyway, what I struggling with is getting it to autoplay (eventually I
intend to have it pop up in it's own window so people can still browse
my site whilst the audio is playing).

Let me be the frist to tell you that the autoplay idea is a bad one.
What if I am listening for music of my own when I get to play. See
what I mean?

Anyway, autoplay is a feature built into theSWF, who ever created it
decides if it will autoplay, and how it will autoplay.

Well it would only be autoplay after the person has already click a
button saying 'click here to listen to sound' but I'll bear it in mind.

--

My blog - http://degeneratemoo.livejournal.com


Reply With Quote
  #4  
Old   
Travis Newbury
 
Posts: n/a

Default Re: Flash mp3 player - 05-11-2008 , 12:12 PM



On May 11, 9:10 am, Moo <rodneyl... (AT) roonster (DOT) wanadoo.co.ukREMOVEME>
wrote:
Quote:
Well it would only be autoplay after the person has already click a
button saying 'click here to listen to sound' but I'll bear it in mind.

No matter, the functions of the Flash player are set by who ever
created it. Flash does nothing by itself, everything bust be
programmed one way or another in the SWF. So you have to find someone
that will do that for you.


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.