Thanks for creating this module—I think it's really great!

However, the HTML that it produces uses <embed>, which is NOT a legal HTML/XHTML tag.

I recommend using Robery Nyman's method for writing valid HTML/XHTML code to include Flash:

Example:

<object width="425" height="350" type="application/x-shockwave-flash" data="http://www.youtube.com/v/Z154yhLoS78">
    <param value="http://www.youtube.com/v/Z154yhLoS78" name="movie" />
    <p>A movie with a very drunk guy that has gotten arrested. You need Flash to see it.</p>
</object>

Thanks.

Comments

travist’s picture

Thanks for the suggestion... I will read this document, and will change it if I feel it is a better alternative.

Thanks again.

Travis.

travist’s picture

Status: Active » Fixed

Fixed with version 1.4!!! Yay for me!

Anonymous’s picture

Status: Fixed » Closed (fixed)