• Hi there!

    I’m trying to use Flutter, the CMS plugin, but can’t seem to get it to work. I want my client to be able to add a music file to his site. As of now, he can write a headline and choose a music file to upload. But when the post is saved, the music file doesn’t show up in the post. I can manually add it, but I don’t want my client to do that every time.

    I’ve tried to use the get_audio function, but can’t seem to make it work. Does anyone have an idea?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter pshoeg

    (@pshoeg)

    No one at all?

    I hate it when that happens.

    yeah, looks like the only people who have managed to get flutter to work are keeping the magic to themselves…. :-/

    it’s late, but better than never, maybe someone else stumbles over this problem.

    $mp3 is the name/variable i assigned to the field
    YOUR-PATH-TO usually is ‘wp-content/plugins/foobar/sub-folder/’ (depending on the plugin-fork you use)
    YOUR-PATH-TO-UPLOADS same as above

    <div style='width:280px;padding-top:3px;display:block;'>
    <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='95%' height='20' wmode='transparent' ><param name='movie' value='<?php echo bloginfo('wpurl'); ?>/YOUR-PATH-TO/singlemp3player.swf?file=<?php echo bloginfo('wpurl'); ?>/YOUR-PATH-TO-UPLOADS/<?php echo $mp3 ?>' wmode='transparent' /><param name='quality' value='high' wmode='transparent' /><embed src='<?php echo bloginfo('wpurl'); ?>/YOUR-PATH-TO/singlemp3player.swf?file=<?php echo bloginfo('wpurl'); ?>/YOUR-PATH-TO-UPLOADS/<?php echo $mp3 ?>' width='100%' height='20' quality='high' pluginspage='https://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' wmode='transparent' ></embed></object></span>

    It looks like Magic Fields is going to be a fast and functional fork of flutter, soon.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Flutter: Can’t insert audio’ is closed to new replies.