PDA

View Full Version : <embed> Question?



seth haxx
07-28-2006, 04:24 AM
Hello everyone, I was wondering if there was any other way to re write the <embed> tag to allow a .swf to work on a site that doesn't allow flash. I tried a few things but nothing seems to work. Any help would be greatly appreciated.
Thank you

Halla
07-28-2006, 12:28 PM
Have you tried an iframe? That may work as it targets another site/page and may bypass the filter... if not and its recognizing the swf text or something, try making a page that redirects to the flash page and target that.

<iframe src=http://www.whatever/theflashmove.swf height=*00 width=*00></iframe>

<iframe src=http://www.whatever/redirect-to-embedded-flash-movie.html height=*00 width=*00></iframe>