jquery - Zoom in on an iFrame's CONTENT -
i trying zoom in (not change size) of iframe, source swf file.
<iframe src="http://ray.eltania.net/test/swf-play/swf/testmotion.swf" width="600px" height="500px" frameborder="0"></iframe>
as can see, size of iframe 600x500px. zoom in on content of swf. imagine zooming in 90%, see slider once in while, keep same size of frame.
i tried every link on stackoverflow, every result changed size of content, want zoom effect. not want stuff this:
iframe { zoom: 0.5; }
if iframe comes different domain, can't. cross-site scripting attack, blocked browser.
Comments
Post a Comment