Flash audio player in voicemail page

Have a great idea? We'd love to hear it! Want to share the story of how Fongo is saving you money? This is the place to do it!
laurent
*Go-To Guy*
Posts: 532
Joined: 08/06/2010
SIP Device Name: Grandstream HT-502
Firmware Version: 1.0.1.63
ISP Name: DSL TekSavvy
Computer OS: OSX Snow Leopard
Router: Linksys WRT54GL w/tomato

Flash audio player in voicemail page

Post by laurent »

I'm not sure this is easy or even feasible, but I know there's a ton of great MP3 players in Flash that can be embedded in webpages so that, instead of downloading an audio file, one can just listen to it directly. For example, 1pixelout's player is great, and small.

I am unsure about which player supports the .AU format though, but if you can find one that does the trick, this could greatly enhance the voicemail page.
laurent
*Go-To Guy*
Posts: 532
Joined: 08/06/2010
SIP Device Name: Grandstream HT-502
Firmware Version: 1.0.1.63
ISP Name: DSL TekSavvy
Computer OS: OSX Snow Leopard
Router: Linksys WRT54GL w/tomato

Re: Flash audio player in voicemail page

Post by laurent »

Quicktime. Just throw an embed object tag for quicktime to pickup the file and voila. 10 seconds improvement!

Something like this:

Code: Select all

<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="100"
height="15" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="http://www.freephoneline.ca/attachments/my_phone_number_/voice_message_2010-8-6_22-47-15.au">
<param name='autoplay' value="false">
<param name='controller' value="true">
<param name='loop' value="false">
<EMBED src="http://www.freephoneline.ca/attachments/my_phone_number_/voice_message_2010-8-6_22-47-15.au" width="100" height="15" autoplay="false" controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>
OverDrive
Lightly Seasoned
Posts: 151
Joined: 06/09/2010
SIP Device Name: SPA3102
Firmware Version: 5.2.13(GW002)
ISP Name: Start Communications (off Cogeco)
Computer OS: 8
Router: TP-Link TL-WR1043ND (DD-WRT)

Re: Flash audio player in voicemail page

Post by OverDrive »

laurent wrote:Quicktime. Just throw an embed object tag for quicktime to pickup the file and voila. 10 seconds improvement!

Something like this:

Code: Select all

<OBJECT classid='clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B' width="100"
height="15" codebase='http://www.apple.com/qtactivex/qtplugin.cab'>
<param name='src' value="http://www.freephoneline.ca/attachments/my_phone_number_/voice_message_2010-8-6_22-47-15.au">
<param name='autoplay' value="false">
<param name='controller' value="true">
<param name='loop' value="false">
<EMBED src="http://www.freephoneline.ca/attachments/my_phone_number_/voice_message_2010-8-6_22-47-15.au" width="100" height="15" autoplay="false" controller="true" loop="false" pluginspage='http://www.apple.com/quicktime/download/'>
</EMBED>
</OBJECT>
I hate quicktime.
Adam Marshall
AJ Tek