• Hello,

    I’ve been trying to put a panorama file (.swf) on wordpress for a while but i’m not there, yet.

    I would like make it vissible for Iphone/Ipad/non-flash.
    Now i know there are multiple ways to embed flash using html5 or plugins like kimili or PanaPress, tried both and Panopress shows the panorama but it’s still not visible on my tab(samsung or any Ipad/Iphone. So i’m stuck again.

    The file that needs to be imported is created in Artlantis and rendered by Ivisit 3D. It is a map containing a .html file, a folder with assets and a folder with the player. This is where i lost kimili.

    The html file:

    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    	<head>
    		<title>3DELANO | Van Der Vaart</title>
    		<script language="javascript">
    			p_width = 1280;
    			p_height = 720;
    			p_panorama_directory = ""
    		</script>
    		<script type='text/javascript' src='player/swfobject.js'></script>
    		<script type='text/javascript' src='player/padd.js'></script>
    	</head>
    	<body bgcolor="#545454">
    		<div id="promenadd" style="margin-top:50px ; text-align:center">
    			<div id="paddplayer"/>
    		</div>
    		<div id="myAlternativeContent">
    			<a href="http://www.adobe.com/go/getflashplayer">
    				<img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player">
    			</a>
    		</div>
    	</body>
    </html>

    But oh well, since you can’t simply put this in wordpress..
    Panopress succeeded in embedding this html file.

    Does anyone know how to solve this issue I’m having?

    Sorry for the bad English, and excuse me if I’m in the wrong Section!

    First post and I’ll be sticking with you folks

    Kind regards, Jerry

The topic ‘Flash panorama file on wordpress’ is closed to new replies.