Flash Filter Plus and AsySound

I had mentioned this plugin a while ago, but never released it. It's a small plugin that makes it easy to insert single MP3 files directly into your posts via a little Flash player.

Basically, you just copy up and activate the plugin, the put the URL of the MP3 file inside of brackets (those are the square ones) in your post. When you do, you get this:

[http://www.asymptomatic.net/audio/Garden State - Let Go - Frou Frou.mp3]

You can download the plugin for WordPress, which makes it easy to insert this applet or any Flash applet into your posts, and the AsySound Flash Applet over at the hacks page.


38 Responses to Flash Filter Plus and AsySound

  1. Owen from www.asymptomatic.net 2005-04-21 12:45:24

    The one issue I've noted with this plugin is that in IE Flash needs to download the entire audio file before it'll play anything. Sometimes this is inconvenient.

    In Firefox, it streams like it's supposed to. Not sure what that's all about.

  2. valerie from spoken-for.org 2005-04-21 13:03:22

    It's about time! :P

    hehee

  3. RaynerApe 2005-04-21 13:11:25

    Excellent. Just one question - does the Flash player stream or load the whole sound and then play it? There is a great flash player plugin used by loudblog.de (Loudblog Postcasting Blog), which can stream sounds, and they provide the source for it.

  4. valerie from spoken-for.org 2005-04-21 13:29:31

    Yay!! Works great!
    Just awesome I was able to implement it into the post I did earlier. ;-)
    Thanks! :)

  5. Owen from www.asymptomatic.net 2005-04-21 14:21:53

    The Flash player script tells it to stream, but it only seems to obey these instructions when running in Firefox.

    I'll check out the link you suggested, and if there is any insight for improving my ActionScript there, I'll roll it in and release it.

    I do plan on releasing the flash source file for the applet, but I was in a rush to get the working archive online so it's not in there currently.

  6. valerie from spoken-for.org 2005-04-21 14:55:29

    Hey can you use this anywhere else other than posts? Like the sidebar or pages wrapped with EzStatic or wp pages?

  7. Owen from www.asymptomatic.net 2005-04-21 15:01:23

    That's a really good question. No, you can't. But I don't see any reason why it couldn't be altered to do as much.

    Of course, if you write out the object tag yourself, you can make AsySound.swf play anything you want.

  8. waymorefunner from www.waymorefunner.com 2005-04-21 19:16:47

    Owen you've done it again!

    Took me all of five minutes to get it up and running: Waymorefunner

    Awesome! Thanks!

  9. Andrea from curiouser.revise.org 2005-04-22 03:53:33

    Yay, finally! ;-)

    Though it looks like I won't be able to use it after all, as I'm trying to get this to work with Custom Fields.

    Here's the relevant code snippet, using a plugin by coffee2code. The call includes the custom field key name and a $before and $after variable (I copied the AsySound.swf file to the root):

    c2c_get_custom('soundfile_mp3', '/AsySound.swf?http://localhost/Wordpress/_media/', ''

    Right now this code is merely echoed, not processed (i.e. the player doesn't show up). Guess a plugin function within a plugin function is a no-go?

  10. Owen from www.asymptomatic.net 2005-04-22 08:07:26

    Andrea,
    This is going to be difficult to do, since you have to insert the Flash movie filename into two places in the output, which it seems that the c2c function won't do by itself.

    What you can try is putting the objet tag directly into the template HTML, and then inserting two c2c_get_custom() calls - one each where the Flash needs to be inserted.

    Like this, in concept:

    <object ...>
    <param name="movie" value="<?php c2c_get_recent_custom(...);?>
    <embed src="<?php c2c_get_recent_custom(...);?>" ...></embed>
    </object>

    But this will only get the most recent one and display it. Your code kind of implies that you want to display all of the mp3s that you've added to meta info, and not just the most recent one. That seems crazy, but it could be what you actually want. If so, I'll have to think of another solution.

  11. Andrea from curiouser.revise.org 2005-04-22 09:37:00

    Whoops, sorry about the vague code snippet, I actually had the non-crazy solution in mind, i.e. displaying only the mp3 file associated with a post.

    I played around a little with the code you emailed me (thanks!) and found that using the full flash code as $before and $after values within the Get Custom plugin (a rather tricky copy'n'paste job) actually works, but I have to specify the absolute path to the AsySound.swf file for some reason.

    On the other hand, c2c_get_custom() calls within the flash code get stripped out, resulting in empty src values in the processed code. I'll email you the details later. Great plugin, thanks again.

  12. Owen from www.asymptomatic.net 2005-04-22 09:46:22

    Are you sure it's working as you expect? Unless you place the Flash movie URL in two places, it might not work in some browsers.

    Weird that the code gets stripped out of the src parameter. I wonder why...

  13. RaynerApe 2005-04-22 23:25:30

    White I am not interested in the audiostreaming part yet, I would like to thank a lot for the Filter Filter Plus plugin, unlike other solutions like Flashifier, it allows hotlinking SWFs, which is great if you have a second faster host to store those. Thanks again! Are you planning using it with other Flash objects - for example image slideshows?

  14. WordPress Italy » Archivio Blog » Plugin WordPress: Flash Filter Plus and AsySound from www.wordpress-it.it 2005-04-23 01:42:07

    [...] rnal Link Icons Plugin WordPress: Flash Filter Plus and AsySound Flash Filter Plus and AsySound è un piccolo plugin che faci [...]

  15. Ask Derek Scruggs » Auto-streaming mp3 plug-in from www.askderekscruggs.com 2005-04-23 09:10:14

    [...] 212; Derek Scruggs @ 5:11 am Permalink This is just a quick test of the Flash Filter Plus AsySound plug-in. Combined with WordPress& [...]

  16. Chaim Krause from www.chaim.com 2005-04-23 17:36:24

    What tune is it that you are streaming in your example. I like it.

  17. Owen from www.asymptomatic.net 2005-04-23 18:29:14

    The tune is "Let Go" by Frou Frou, from the Garden State soundtrack. It's been the anthem to my coding over the past month.

  18. Daisy from blog.yam.com 2005-04-30 04:51:49

    I've use it on the another blog system(not WordPress) and it works fine. Thank you very much!

  19. Prem from www.dharmasphere.org 2005-05-04 06:44:14

    This looks great. I look forward to trying it out.

    One comment from trying out the example song on your post...

    I'm using IE6 here and the file starts streaming and playing straight away. At first, I found it confusing to understand what the two different times on the Flash applet meant - the "song length" time was continually increasing because the browser was still downloading the file. I would suggest it might be better not to display the song length until the entire file has been cached by the browser.

    Well done...

  20. Owen from www.asymptomatic.net 2005-05-04 06:55:14

    The reasoning for this is that I wanted to know how long the overall song was during playback, but the overall value can't be known until the entire file is downloaded. So that's why there's a little plus sign next to the time, indicating that the sound is longer, it's just not sure how long.

  21. Prem from www.dharmasphere.org 2005-05-04 09:04:35

    I have installed this and all steps work, including displaying the correct object and embed tags in the source code.

    However, the file doesn't play - it never stops "loading". The mp3 address is correct - I can cut and paste the address to download the mp3 file off the server.

    The page I'm currently trying it on is here: http://www.dharmasphere.org/2005/04/15/dark-side-of-the-moon/

    Any suggestions?

  22. Griffin from www.g-blogger.com 2005-05-05 18:33:19

    I am a total newbie with web design but when i found the plugin i thought it would be amazing for the blog i was starting and after a little shakyness getting it running it works great not to mention Owin(admin) responded quickly to my eamil to help me out and thats real cool.

    g-blogger.com

  23. none 2005-05-07 12:54:04

    that's a cool song, what is the title of the song and name of the artist??

  24. Owen from www.asymptomatic.net 2005-05-07 13:05:33

    Er, see here for the answer I gave to this question last time.

    All the comments with light blue backgrounds are me talking. At least read those! ;)

  25. Jon from www.one26.com 2005-05-07 23:09:50

    is there anyway to edit the swf file so i can make it fit the color scheme of my blog?

  26. malyfred from fredfred.net 2005-05-23 01:06:52

    Hi,
    I'm gona to use your plugin widely on my page, but I'd like to change the design of the player. You said: "I do plan on releasing the flash source file for the applet, but I was in a rush to get the working archive online so it’s not in there currently." and my question is?

    What about to releas it now:o) Otherwise I have to write my own flash applet:(

  27. Owen from www.asymptomatic.net 2005-05-23 06:12:46

    The Flash source file is available on the hacks page, or just download directly.

  28. malyfred from fredfred.net 2005-05-23 07:17:10

    Thank you very much indeed!

  29. Sunccc » Blog Archive » 在WordPress上播音乐 from sunccc.mireene.com 2005-06-13 01:50:06

    [...] 也不符合w3c标准,可以在网上找到object 语法。 补: flashfilter.zip原地址: http://asymptomatic.net/wp/2005/04/21/1501/flash-filter-plus-and-asysound/ 下载地址: http://redalt.com/downloads/ posted by jay in Word [...]

  30. Blogging Pro China » Blog Archive » WordPress Plugins: FlashFilter from www.kdolphin.org 2005-06-13 03:10:12

    [...] dPress Plugin: Ajax Spell Checker WordPress Plugins: FlashFilter FlashFilter是一个在WordPress上用flash播mp3的插件,安装方 [...]

  31. Sunccc » Blog Archive » FlashFilter:在WordPress上用flashæ’­mp3 from sunccc.mireene.com 2005-06-13 06:15:49

    [...] » June 13th, 2005 FlashFilter:在WordPress上用flashæ’­mp3   FlashFilter是一个在WordPress上用flashæ’­mp3的插件,安装方 [...]

  32. .:壹拾贰:. » 在Wordpress中播放MP3 from blog.roamman.com 2005-06-15 07:07:01

    [...] ®€å•的初衷。 偶然在SUNCCC那里看到一个简单可爱的flash小插件(只有4k)AsySound,非常适合我的口味:简洁、美观、实用。 但å [...]

  33. Your Well Wisher 2005-07-04 13:56:18

    This shit is awesome dude!

  34. Xavier from xavier.borderie.net 2005-09-23 04:30:33

    Hello,

    I wanted to work out something like that around the similar Flash file DewPlayer which works in the same fashion as your own AsySound.

    Ideally, I would like to just take your plugin and use DewPLayer instead (giving you full credit, of course), but I can't find any licence file or anything about re-use.

    Could you let me know if that's ok with you, before I start anything ?

    Thank you very much.

  35. catholicanarchy.org » Blog Archive » A cool plug-in from catholicanarchy.org 2005-10-07 19:45:05

    [...] The plug-in is available here. [...]

  36. WordPress : France » Podcasting sous wordpress from www.wordpress-fr.net 2005-10-13 07:30:43

    [...] [1] Astuce : Installez le plugin asysound et, après avoir collé le lien vers votre fichier dans votre note, mettez le simplement entre crochets. ex: [http://www.le_site.com/mon_emission.mp3]. Une fois la note publiée un petit player flashva apparaitre a la place du lien pour écouter très simplement le mp3. Et cela n’interfère pas avec son insertion dans le flux RSS2. Classe ! « Une opinion sur wordpress.com   [...]

  37. every word of it. » Testing AsySound from www.raishad.com 2005-11-13 14:47:39

    [...] Just added a new plugin for Wordpress, AsySound. It’s a Flash MP3 Player! So whenever I do my next music post, you can start playing the song immediately. [...]

  38. kbglob - tecnologia para geeks, no para tu mamá » Mp3 en tu blog from www.kbglob.com 2006-03-25 19:24:54

    [...] Me encontré con este plugin para wordpress: Flash Filter Plus and AsySound, es un swf que reproduce cualquier mp3 que le pongas en la url. [...]

1183