Flash cannot be embedded in album description.

Hi,
I am trying to embed a flash mp3 player into the description field of an album page. However, after I update and save the HTML in the description WYSIWYG editor, I see that the embed code has disappeared. How can I solve this?

Code I'm trying to embed:
``
(*** is the placeholder for the domain name)

Thanks!
--Michael

Comments

  • I solved it: instead of putting flash in the description, I made a short script and placed it before the PHP call to the description.
    `<?php if(getAlbumTitle() == "album title for it to be displayed") {echo 'flash content'} ?>`
  • Anyway, there is an option called allowed tags that controls what is allowed in things like descriptions. You would have had to modify it so that all the tags you need for the flash would be allowed. Probably you selected a better solution.
Sign In or Register to comment.