I'm trying to display a flash movie hosted on another website that does not allow embedding of their videos. My method for displaying the movie is by creating a webpage with an iframe tag with the following css:
Setting a negative top and left margin cuts off the top and left sides of the page where they have a banner and ads. Setting the width to the same size as the movie player.Code:** *position:absolute; ** *top: -341px; ** *left: -30px; ** *width:580px; ** *height:765px;
I then create another page with an iframe tag refering to the iframe page I previously created. I am able to view the movie in firefox but not in internet explorer as it says "Get Flash Player" even though flash is installed on my computer.
I'm not sure if there is a work around for this but if anyone has any suggestions I would appreciate it.


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks