I'm trying to use this solution to embed an audio player on my church's website. It's not working for me. I'm not a developer so please bear with me as I explain what's going on.
First some background: I successfully iframed a Google calendar onto one of our pages by going into CMS, opening the page, going to the HTML source editor and copying the iframe coding for the google calendar. It's working well:
http://www.christchurchuccft.org/events.html
I assumed it would be similar for embedding the google reader audio player. I uploaded my audio files to Amazon S3, inserted the URLs into the code, opened our home page in the CMS, went to HTML source editor, copy and pasted the code, and hit "update." Alternatively I have also just turned off the wysiwyg editor and tried to paste the code there and "Submit." In every case, the code doesn't stay in the file after I save it. Nothing is embedded. When I go back into HTML source, the code I had copied and saved is gone.
What am I doing wrong? Is embedding of players somehow turned off for our pages, and how can I change that in the admin? (I didn't set up the site, but I have been poking around in it for a while.)
Here's the code I have been trying to paste:
<embed type=”application/x-shockwave-flash” src=”
http://www.google.com/reader/ui/3523697 ... player.swf” flashvars=”audioUrl=
http://praisebandaudiofiles.s3.amazonaw ... lyAway.mp3
” width=”400″ height=”27″ quality=”best”></embed>
Do I need to paste it elsewhere on the site, not directly into the page where I want the player to appear? Is there something wrong with my Amazon s3 setup perhaps? Sorry for all the dumb questions.

Thanks for any help.