mlibkind
10-28-2008, 09:22 PM
I just learned about Adobe Flash Paper. It's really a neat and simple program for enhancing documents inserted into a website. In my case I want to use it to create an swf version of a jpg file that contains a map. The advantage is that the new file implements panning and zooming automatically.
I created the swf file and opened it in IE6. It worked fine. Then I changed the code in my html code to read
<div class="right"><img src="../../assets/maps/map_0305_final.swf" alt="Map for tour" /></div>
All I did was change the original .jpg to .swf. The file (map) would not display.
I've never used a swf file before. Can anyone tell me what I must do to get it to display.
I've tried both IE6 and Firefox.
I don't think the issue is with the style, but here it is.
div.right
{
position:absolute;
top:147px;
left:348px;
height:555px;
width:552px;
margin:0px 10px 0px 0px;
padding:0px 0px 0px 0px;
background-color:#FFFFFF;
overflow:auto;
z-index:2;
}
Thank you for any help you can give me.
Marcus
I created the swf file and opened it in IE6. It worked fine. Then I changed the code in my html code to read
<div class="right"><img src="../../assets/maps/map_0305_final.swf" alt="Map for tour" /></div>
All I did was change the original .jpg to .swf. The file (map) would not display.
I've never used a swf file before. Can anyone tell me what I must do to get it to display.
I've tried both IE6 and Firefox.
I don't think the issue is with the style, but here it is.
div.right
{
position:absolute;
top:147px;
left:348px;
height:555px;
width:552px;
margin:0px 10px 0px 0px;
padding:0px 0px 0px 0px;
background-color:#FFFFFF;
overflow:auto;
z-index:2;
}
Thank you for any help you can give me.
Marcus