You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2008-12-18 10:08:15

thomas3d
New member
Registered: 2008-12-18
Posts: 2

Setting up a simple HTML page for .swf exported from Autopano Giga

I have exported my panoramas to .swf files via the tools menu in Autopano Giga.

1.)
Then I get a .swf file that I can view on my own computer.
But I want to embbed them in a webpage.
Can someone send me a very simple example how to do this?

2.)
If the panoram is very high resolution (more than approx. 10000 pixels width) then my Flash Player 10 can't load the files.
Is this a bug in Flash Player or in the exporter embedded in Autopano Giga?

Thanks for your answers,
Thomas

Offline

 

#2 2008-12-18 12:50:51

DrSlony
Moderator
From: London, United Kingdom
Registered: 2007-11-03
Posts: 2259
Website

Re: Setting up a simple HTML page for .swf exported from Autopano Giga

1-

Code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" WIDTH="880" HEIGHT="415" id="pano">
    <param name=movie value="yourpano.swf" />
    <param name=quality VALUE=high />
    <param name=bgcolor VALUE=#191919 />
    <param name="allowfullScreen" value="true" />

    <embed src="yourpano.swf" quality=high bgcolor=#191919 width="880" height="415" name="pano" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" allowfullScreen="true"></embed>
</object>

2-
I don't remember the exact flash img size limit but yes it does sound like it. You can use krpano if you want to show a huge 360 panorama, krpano supports loading higher resolutions when you zoom in.

Last edited by DrSlony (2008-12-18 12:51:33)

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson