I have created a transparent flash video (virtual spokesperson) for my website. For demoing purposes, I would like to have this appear on any desired website.
I believe they do this within an iframe to display the underlying website. Any ideas how to get this working ? I would really appreciate any feedback, code, how-tos, links... whatever. I am a complete javascript newbie. Thanks
They are putting the site in an inline frame and layering the Flash over it. Its done with css not Javascript. Inline frames are buggy, but is the easiest solution. An alternative would be to use a server side script that rewrite all the links and placed your code below it. Though this is a much more difficult way of going about it.
Bookmarks