In Post Flash Player?
Results 1 to 5 of 5
  1. #1

    Arrow In Post Flash Player?

    Yo yo,

    I found this new site called 'bandcamp' (flute?)

    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:

    http://rumblejazz.bandcamp.com/


    Rj

    x
    Last edited by Rumblejazz; 02-17-2009 at 06:39 AM.

  2. #2
    Tech Mentor Gudowski's Avatar
    Join Date
    Feb 2009
    Location
    Poland
    Posts
    101

    Default

    good way is something like this on my forums:

    http://www.forum.phatt.pl/index.php?topic=106.0 - one option
    http://www.gudowski.pl/2009/02/02/phatt030-preview/ - 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.

    [mp3]URL_TO_MP3[/mp3]
    Official Site
    Polish NI Promotion
    Native-Instruments.pl
    TraktorPro.pl
    TraktorS4.com

  3. #3

    Default

    do you know if this works with Wordpress?

    Is it is as simple as that

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

    what is bbcode?

    Sorry I don't really know what you mean?

    Cheers for the reply!

    Rj

  4. #4
    Tech Mentor Gudowski's Avatar
    Join Date
    Feb 2009
    Location
    Poland
    Posts
    101

    Default

    In wordpress I using it as "1 Pixel Out Audio Player" plugin, You can download it here:
    http://www.1pixelout.net/code/audio-...dpress-plugin/

    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:

    Code:
    <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:

    Code:
    Custom BBCode Tag: [mp3]
    It's really easy to install everywhere

    Cheers, G.
    Official Site
    Polish NI Promotion
    Native-Instruments.pl
    TraktorPro.pl
    TraktorS4.com

  5. #5

    Default

    Ah, thank you very much!

    I don't have proper wordpress installed though, I just use the web service one

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

    Cheers,

    Rj

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •