In Post Flash Player?

In Post Flash Player?

Yo yo,

I found this new site called ‘bandcamp’ (flute?) :stuck_out_tongue:

It lets you embed flash players in loads of blogs and social networks etc…

was wondering if there is anyway of getting it to embed on the forum, like youtube does?

It’s here under the share button:

Rj

x

good way is something like this on my forums:

http://www.forum.phatt.pl/index.php?topic=106.0 - one option
PHATT030 preview ;-) – Gudowski - second option

In first option You see this player as bbcode.
In second You see this player in other colors what is easy to configure.

And its easy to add as custom bbcode.

URL_TO_MP3

do you know if this works with Wordpress?

Is it is as simple as that

http://www.website.com/musicfile.mp3 ?

what is bbcode?

Sorry I don’t really know what you mean?

Cheers for the reply!

Rj

In wordpress I using it as “1 Pixel Out Audio Player” plugin, You can download it here:

Its really easy to use there when You install it:
[audio:http://www.somedomain.com/path/to/name_of_mp3_file.mp3]

As bbcode, just download same player from plugin page, and add custom bbcode to Your forum board, like this one what I made for IPB script:

<script language="JavaScript" src="http://www.somedomain.com/path/to/player/player.js"></script>
<object type="application/x-shockwave-flash" data="http://www.somedomain.com/path/to/player/player.swf" id="audioplayer1" height="24" width="290">
<param name="movie" value="http://www.somedomain.com/path/to/player/player.swf">
<param name="FlashVars" value="playerID=1&soundFile={content}">
<param name="quality" value="high">
<param name="menu" value="false">
<param name="wmode" value="transparent">
</object>

And in IPB settings in bbcode section put:

Custom BBCode Tag: [mp3]

It’s really easy to install everywhere :slight_smile:

Cheers, G.

Ah, thank you very much!

I don’t have proper wordpress installed though, I just use the web service one :disappointed:

Will definitely use this when i get round to hosting my own site!

Cheers,

Rj