Page 1 of 1

How to embed html export in Blogspot?

Posted: Mon Jan 18, 2010 12:12 am
by rzwart2
Hi, when I export my pano to html woth pano2qtvr I get several files. I don't know what to do to embed these files in my blog (beeldkracht.blogspot.com).

What I've done: I uploaded the 5 or 6 outpufiles to my webserver and them I don't know how to embed. I used this code:


<embed src="http://photas.webruimtehosting.com/pnot ... tooste.swf" quality="high" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="middle" height="300" width="300"></embed>

but that's very poor. You can see this post:
http://beeldkracht.blogspot.com/2010/01 ... oppel.html

Re: How to embed html export in Blogspot?

Posted: Mon Jan 18, 2010 5:35 am
by smooth
Try this:

Code: Select all

      <object type="application/x-shockwave-flash" width="300" height="300" data="http://photas.webruimtehosting.com/pnotoosje/panotooste.swf">
         <param name="quality" value="high">
         <param name="allowscriptaccess" value="always">
         <param name="allowFullScreen" value="true">
         <param name="menu" value="false">
         <param name="bgcolor" value="#000000">
         <param name="movie" value="http://photas.webruimtehosting.com/pnotoosje/panotooste.swf">
         Download <a href="http://www.adobe.com/products/flashplayer/">Adobe Flash</a> to display this panorama.
      </object>
Regards, Smooth 8)

Re: How to embed html export in Blogspot?

Posted: Tue Jan 19, 2010 1:31 pm
by rzwart2
Thanks, that code has the same result as the code I alleready use.

What do i have to do when I want to use all te exportfiles I have with the export html function?

Re: How to embed html export in Blogspot?

Posted: Tue Jan 19, 2010 2:02 pm
by smooth
rzwart2 wrote:Thanks, that code has the same result as the code I alleready use.
I would hope the panorama nows opens in fullscreen with the updated code and that the code is cross browser compatible.
rzwart2 wrote:What do i have to do when I want to use all te exportfiles I have with the export html function?
Use an iframe if you are allowed to with Blogspot.

Why do you really need to use the default HTML code from Pano2QTVR?

Regards, Smooth 8)

Re: How to embed html export in Blogspot?

Posted: Tue Jan 19, 2010 2:12 pm
by rzwart2
Oke, I will search what Iframe is? I don't know.

With the html code I also have the text I entered in pano2qtvr.

Robert