intro image and ecard dont show

  • Can anyone help explain why the ecard and intro image wont work? hmmmm...

    Preview can be seen here

    http://www.itsrich.info/360vr/san-fran…pixel-panorama/



    Code
    <krpano logkey="false">
    <!--Plguin-Manual:==============You can set all attributes (exclude language parameters) as krpano plugin parameters.The design and language parameters can be set in the xml file.
    scriptpath			=	relative path to the ecard.php file  - REQUIREDconfigpath			=	relative path to the external xml file (relative from krpano.swf)
    imagearea			=	area mode (finder [default] | border | fullscreen)formsize			=	reduced the size of the plugin and his screens (small)borderwidth			=	width (px) of the border (partial view)borderheight		=	height (px) of the border (partial view)usefinderresize		=	redraws the finder, if screensize/stagesize was changed (false [default] | true)useimagelayer		=	uses the krpano image-layer to capture the screen (false [default] | true)closeinside			=	shows a inside "close-button"						this calls the hideecard()-function (false [default] | true | all)						(true = only at the response screen | all = at all screens)jpgcompress			=	sets the jpg quality for the flash method (eq. 80)
    swfaddressname		=	set the name of your swfaddress-plugin (plugin from jaydee)useshares			=	shows the share buttons						share the pano view as url for social sites (false [default] | true)shareurl			=	define your pano url with/without the e-card placeholder 						#panoath# | #panoatv# | #panofov# | #xmlscene# | #xmlurl# 						(eq. http://www.domain.com/?ath=#panoath#&atv=#panoatv#&						 fov=#panofov#&scene=#xmlscene#&url=#xmlurl#)						Note: if set the swfaddressname, the shareurl is permanently set to the 						swfaddress fullurlescapedbitlyname			=	set the name of your bitly-plugin (plugin from jaydee)						this uses shorten urls to share with...-->
    	<plugin name="ecard" url="ecard.swf"		scriptpath="ecard.php"		configpath="configuration.xml"				imagearea=""		formsize=""		borderwidth="600"		borderheight="400"		usefinderresize="false"		useimagelayer="true"		closeinside="true"		jpgcompress="80"				swfaddressname=""		bitlyname=""				useshares="true"		shareurl=""	/>			<plugin name="ecardbtn" url="ecard_btn1.png" align="leftbottom" x="50" y="20" onclick="show()" onhover="showtext(Open e-card);" />		<action name="show">		plugin[ecard].showecard();				set(plugin[ecardbtn].url, ecard_btn2.png);		set(plugin[ecardbtn].onhover, showtext(Close e-card));		set(plugin[ecardbtn].onclick, hide());	</action>	<action name="hide">		plugin[ecard].hideecard();				set(plugin[ecardbtn].url, ecard_btn1.png);		set(plugin[ecardbtn].onhover, showtext(Open e-card));		set(plugin[ecardbtn].onclick, show());	</action>	
    </krpano>
  • I was sceptical, but keep= "true" worked! Thanks!

    Although, actually it worked on local machine, but not on the web host! Any clues?

    I got the image for the ecard plugin working too, but get error 500 when sending the mail... I am with Bluehost, do I need to do something server side to get this to work?!

    Many thanks!

    UPDATE: IT WORKS!
    needed to change php version 5!

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!