Can I automatically resize an embed code efficiently using PHP (maybe with regex?)
Here's an example of the embed code:
<object width="500" height="350">
<param name="movie" value="http://www.megavideo.com/v/"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://www.megavideo.com/v/"
type="application/x-shockwave-flash"
allowfullscreen="true"
width="500" height="350">
</embed>
</object>