Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
506 views
in Plugins by


Embed Youtube Plugin is defective
mp3 refusal to play. In the File qa-embed-layer.php the code is not loading audio player


'mp3'=>array(
array(
'(https*:\/\/[-\%_\/.a-zA-Z0-9]+\.mp3)[^< ]*',
'<embed type="application/x-shockwave-flash" flashvars="audioUrl=$1" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="400" height="27" quality="best"></embed>','mp3'
)
),



How to fix this? What to do? Tell me that you need to write instead


<embed type="application/x-shockwave-flash" flashvars="audioUrl=$1" src="http://www.google.com/reader/ui/3523697345-audio-player.swf" width="400" height="27" quality="best"></embed>

that would be losing an audio as before ?


Help me - what to do? Thank
 

Q2A version: 1.6

1 Answer

+3 votes
by
Thanks for the heads up - Google Reader is discontinued, so they've removed access to their mp3 player afaics.  I've updated the plugin to use an alternative, and allow you to customize the flash code.  Please update and let me know if it is still broken.
by
Many thanks ! The plugin works :) it will be Good if you make the regulation of audio - it has a huge demand. thanks
...