OK folks! I return from SXSW with an answer to this problem! I stopped at the Exhibit WordPress Genius Bar and worked with 2 people there to solve this issue.
First, what exactly is happening. It seems that there is both a bug and a feature that is causing this issue. It is basically a misunderstanding in how the visual reader is reading the html code. So, it’s all in the wysiwyg viewer interface with the html viewer.
The result is that the wysiwyg viewer deletes code it doesn’t know how to show.
But there is a solution:
Install the plugin “Easy iFrame Loader” and activate it.
Now, there seems to be some complicated formatting that it’s asking you to do. I use AudioAcrobat and they do all the formatting on their end. And, frankly I don’t know html or code, so didn’t want to touch that.
I was advised to replace 2 pieces of their code as follows:
1) at the beginning of the string:
<iframe
Is replaced with
[iframe_loader
2) At the end of the string:
></iframe>
is replaced with
]
Very simple. It works and conserves the formatting done for me.
HTH
Debra