How to embed html export in Blogspot?

Specific Q&A about the new Flash export
Locked
rzwart2
Posts: 10
Joined: Sun Jan 17, 2010 11:39 pm

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
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

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)
Image
rzwart2
Posts: 10
Joined: Sun Jan 17, 2010 11:39 pm

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?
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

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)
Image
rzwart2
Posts: 10
Joined: Sun Jan 17, 2010 11:39 pm

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
Locked