You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Cool Feature: Cuepoints on Audio Plugin Created Dec 6, 2008

This thread is solved

Views: 5437     Replies: 8     Last reply Nov 19, 2009  
You must login first before you can use this feature

bitman

Posts: 43

Registered:
Sep 26, 2008

Cool Feature: Cuepoints on Audio Plugin

Posted: Dec 6, 2008

Just a suggestion to Flowplayer users. The new audio plugin allows you to manually add cuepoints just like with videos. Combined with the javascript API, this is actually a really cool feature. You can do a lot of things such as:

- create slideshow presentations with music background;
- pop open a modal at specific times during a podcast;
- prompt user for some input that updates server (ajax);
- dynamically reload cuepoints based on user submitted mp3;
- etc

Cuepoint setup is here:
http://flowplayer.org/demos/scripting/cuepoints.html

Perhaps not earth shattering, but if you're doing multimedia mashups, this functionality is really valuable.

Just another reason I think Flowplayer is a terrific product.

Tero
Author of jQuery Tools and this website + JavaScript developer of Flowplayer.

Posts: 1867

Registered:
Nov 16, 2007

» Cool Feature: Cuepoints on Audio Plugin

Posted: Dec 7, 2008

Reply to: Cool Feature: Cuepoints on Audio Plugin, from bitman
Thanks bitman. Why don't you make a sample page and take part of our contest with it?

bitman

Posts: 43

Registered:
Sep 26, 2008

» » Cool Feature: Cuepoints on Audio Plugin

Posted: Dec 14, 2008

Reply to: » Cool Feature: Cuepoints on Audio Plugin, from tipiirai
I'm behind a firewall at the moment... but at some point we'll make code available when we finish. Btw, the audio plugin is working great. Plugin architecture a very good idea.

BASE2

Posts: 3

Registered:
Dec 16, 2008

» Cool Feature: Cuepoints on Audio Plugin

Posted: Dec 16, 2008

Reply to: Cool Feature: Cuepoints on Audio Plugin, from bitman
In regard to:

- create slideshow presentations with music background;

Is there a sample of how to do this somewhere?

I would like to have an mp3 playing in the background while a playlist of images rolls along. Just trying to figure out how to do it.

bitman

Posts: 43

Registered:
Sep 26, 2008

» » Cool Feature: Cuepoints on Audio Plugin

Posted: Dec 16, 2008

Reply to: » Cool Feature: Cuepoints on Audio Plugin, from BASE2
1. Use Flowplayer as a simple mp3 player
http://flowplayer.org/plugins/streaming/audio.html

2. Embed cuepoints
http://flowplayer.org/demos/scripting/cuepoints.html

3. Create a slideshow of images
Make the first image viewable, the rest hidden.

4. Passing a cuepoint should advance the next slide. Use simple javascript to hide/show each photo.

If you made the control bar viewable, you'll have to deal with the user changing the scrubber. I'll post our little workaround for that at some point...but it works well. Since the javascript is very basic, it works on the different browsers.

Btw, a very cool by-product of this approach is that unlike compiled FLV files, your slideshow is essentially pure html. You can get very creative at this point (got JQuery?) especially since the Flowplayer audio plugin has the javascript API exposed.

adriatica

Posts: 1

Registered:
Jul 2, 2009

» » » Cool Feature: Cuepoints on Audio Plugin

Posted: Jul 3, 2009

Reply to: » » Cool Feature: Cuepoints on Audio Plugin, from bitman
can you please provide a link to a code example where you have a, say, 5 slide auto-advancing slideshow (jpg files) with (background) music (mp3 file)? many thanks in advance.

ethan_kent

Posts: 1

Registered:
Jul 10, 2009

» » » » Cool Feature: Cuepoints on Audio Plugin

Posted: Jul 10, 2009

Reply to: » » » Cool Feature: Cuepoints on Audio Plugin, from adriatica
Glad to see I'm not the only one looking for this. The player I was using before flowplayer has this functionality:http://www.audetwebdesign.com/demo_jw_image_rotator.php

I'm not really ready to switch back yet, so I'll just create a separate image rotator on my page. I would really like to see an elegant solution using only flowplayer. I tried the SMIL plugin, but it just doesn't seem to work yet.

LizardHill

Posts: 8

Registered:
Nov 15, 2009

Does anyone have a code example of this functionality?

Posted: Nov 19, 2009

Reply to: » » » » Cool Feature: Cuepoints on Audio Plugin, from ethan_kent
Does anyone have a code example of this functionality?

LizardHill

Posts: 8

Registered:
Nov 15, 2009

Here"s one example

Posted: Nov 19, 2009

Reply to: Does anyone have a code example of this functionality?, from LizardHill
Not pretty HTML & CSS yet, but pretty easy javascript implementation using the audio player, bandwidth check, and "myContent" plugin:

http://www.stjohnhistoricalsociety.org/Articles/STJWomenTelling.htm