Container demonstration.
The container feature allows fusionplayer to be embeded inside another SWF whilst maintaining functionality. The parent SWF may control fusionplayer via our actionscript 3 API calls. The example below demontrates the zoom in and out API function calls.
The container feature allows fusionplayer to be embeded inside another SWF whilst maintaining functionality. The parent SWF may control fusionplayer via our actionscript 3 API calls. The example below demontrates the zoom in and out API function calls.
panorama.xml
<?xml version="1.0" encoding="ISO-8859-1" ?> <?xml-stylesheet type="text/xsl" href="panorama.xsl"?> <config> <main> <pageTitle>Container Demo</pageTitle> <theme_enabled>true</theme_enabled> <numConnections>3</numConnections> <retryItem>5</retryItem> <qualityMotion>low</qualityMotion> <loresFolder>pano/pano_lo</loresFolder> <defaultRes>low</defaultRes> <panoType>spherical</panoType> <sphereSize>5000</sphereSize> <segments>high</segments> <loaderImage>images/loader.png</loaderImage> <loadIntoContainer>true</loadIntoContainer> </main> <panorama> <frameId>container_demo</frameId> <sphere>grid.jpg</sphere> <roomTitle>Demo</roomTitle> <startX>0</startX> <startY>0</startY> <startAuto>0.1</startAuto> <startDelay>10</startDelay> <zoomMin>1</zoomMin> <zoomMax>4</zoomMax> <zoomStart>1</zoomStart> <zoomSteps>0.1</zoomSteps> <stepsKeyboard>75</stepsKeyboard> <stepsMouse>60</stepsMouse> <friction>0.2</friction> <threshold>0.001</threshold> </panorama> </config>
config.xml
<?xml version="1.0" encoding="ISO-8859-1" ?> <config> <themeDir>themes/demo</themeDir> </config>
theme.xml
<?xml version="1.0" encoding="ISO-8859-1" ?> <config> <theme> <canvasWidth>700</canvasWidth> <canvasHeight>513</canvasHeight> <tourWindowWidth>700</tourWindowWidth> <tourWindowHeight>513</tourWindowHeight> <tourWindow_PosX>0</tourWindow_PosX> <tourWindow_PosY>0</tourWindow_PosY> <cameraFocus>300</cameraFocus> <loadingTxt>Loading</loadingTxt> <mainLoader_PosX>200</mainLoader_PosX> <mainLoader_PosY>250</mainLoader_PosY> <loader_PosX>200</loader_PosX> <loader_PosY>250</loader_PosY> <fullscreen>true</fullscreen> <viewportFullscreenIcon_PosX>15</viewportFullscreenIcon_PosX> <viewportFullscreenIcon_PosY>15</viewportFullscreenIcon_PosY> <buttonPanel_fullscreenButton_altTag>Fullscreen mode</buttonPanel_fullscreenButton_altTag> <buttonPanel_enable_altTags>true</buttonPanel_enable_altTags> <altTagFontName>Verdana</altTagFontName> <altTagFontSize>11</altTagFontSize> <altTagFontColour>0xFFFFFF</altTagFontColour> <altTagFontBold>false</altTagFontBold> <altTagBackground>true</altTagBackground> <altTagBackgroundColor>0x462c64</altTagBackgroundColor> <altTagHeight>5</altTagHeight> </theme> </config>