Imbedded panorama on a blog

Q&A about the latest versions
Post Reply
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

Image

A panorama Imbedded on a Google BlogSpot blog runs nicely but we cannot get the fullscreen button to function
the script codes we are using are as follows

Code: Select all

<font face="Verdana" style="font-size:6pt">Peka bilden och dra med musen [Shift] Zooma 

Inn [Ctrl] Zooma ut</font>
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" 

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versi

on=6,0,40,0" border="0" width="400" height="300">
	<param name="movie" value="http://svendus.se/dreamhack.swf">
	<param name="quality" value="High">
	<embed src="http://svendus.se/dreamhack.swf" 

pluginspage="http://www.macromedia.com/go/getflashplayer" 

type="application/x-shockwave-flash" name="obj1" width="400" height="300" 

quality="High"></object>
</p>
<p class="brodtext">se the panorama i fullscrene 
<a href="http://svendus.se/dreamhack">this link</a></p>
Every thing works but the fullscreen button what’s wrong? :oops:

The blogspot blog lies on this LINK :!:

Best regards
Last edited by Svendus on Fri Jan 11, 2008 9:43 am, edited 4 times in total.
Image Image
User avatar
Roy Reed
Posts: 168
Joined: Thu Apr 19, 2007 10:31 am
Location: London, UK
Contact:

You need to add this:

Code: Select all

<param name="allowfullscreen" value="true" />
and this as an attribute to the embed tag:

Code: Select all

allowfullscreen="true"
And I think you need to be checking for Flash v8 or above. I think earlier versions didn't allow fullscreen at all.
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

Thanks Roy I cannot get it working could you please post the line as it should be
Image Image
smooth
Posts: 1493
Joined: Sat Sep 09, 2006 7:30 pm

Code: Select all

<font face="Verdana" style="font-size:6pt">Peka bilden och dra med musen [Shift] Zooma 

Inn [Ctrl] Zooma ut</font>
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" 

codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#versi

on=6,0,40,0" border="0" width="400" height="300">
   <param name="movie" value="http://svendus.se/dreamhack.swf">
   <param name="quality" value="High">
   <param name="allowfullscreen" value="true" />
   <embed src="http://svendus.se/dreamhack.swf" allowfullscreen="true"
pluginspage="http://www.macromedia.com/go/getflashplayer" 
type="application/x-shockwave-flash" name="obj1" width="400" height="300" 
quality="High"></object>
</p>
<p class="brodtext">se the panorama i fullscrene 
<a href="http://svendus.se/dreamhack">this link</a></p>
The above code should be correct.

Regards, Smooth 8)
Image
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

Now it is running thanks :lol:
Last edited by Svendus on Thu Mar 03, 2011 3:50 pm, edited 1 time in total.
Image Image
User avatar
henri_smeets
Posts: 67
Joined: Mon Jan 14, 2008 5:46 pm

Thanks for this tip, unfortunately my blog (one.com) doesn't support this code (along with most other code).
User avatar
Svendus
Posts: 687
Joined: Sun Jan 06, 2008 11:03 am
Location: Sweden
Contact:

The blog on one.com are very limited you should download an Wordpress blog MySQL workes fine on the one.com linux server the blog is free and have many possibilities with different skinns
Image Image
User avatar
henri_smeets
Posts: 67
Joined: Mon Jan 14, 2008 5:46 pm

Thanks for the tip Svendus, I knew one day I had to switch to Wordpress I guess :roll:
Post Reply