Go Shopping Cart Site Map User Panel and Admin English Home

Home > Easypano Forum    Easypano Forum has been upgraded.

Easypano Forum


Welcome Guest Register Login Search The Forum Display List of Forum Members
 All Forums
  Tourweaver
 
Subject Topic: Problems with TW6 Post Reply Post New Topic
Message posted by romanthegreat on October-05-2010 at 9:27am
View romanthegreat's Profile Profile   Search for other posts by romanthegreat Search   Quote romanthegreat Quote   Send Private Message Send Msg  
romanthegreat
Standard Member
Standard Member
 
October-05-2010
2 Posts
we have a problems with exportign the tour into swf file:

a) fullscreenoption does not work once published online (offlien it works)
b) problem with preloader, once published online the tour is loading all the time without the preloader
c) if we choose custom preloader it is showing twice on the preloading screen

Message posted by smooth on October-05-2010 at 5:09pm
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

Do you have a link to this tour that we can see?

Sounds like you are missing parameters in the HTML code. Tourweaver doesn't produce the code for self contained .swf tours so I need to see what you are doing. The AllowFullScreen parameter would have to be set in this code for fullscreen to work.

I can possibly set you straight once I can see what point you are at.

Regards, Smooth [8D]


Message posted by smooth on October-05-2010 at 5:14pm
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

Here is the correct code. All you have to do is adjust the size to meet your specs, change the .swf name and background colour hex code if not white.

      <object type="application/x-shockwave-flash" width="520" height="350" data="pano_1.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="#FFFFFF">
         <param name="movie" value="pano_1.swf">
         Download <a title="
http://www.adobe.com/products/flashplayer/ Adobe Flash</a> to display this panorama.
      </object>

Regards, Smooth [8D]


Message posted by smooth on October-07-2010 at 8:59am
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

As for the pre-loader not showing as you would "expect and like" this is an issue for Easypano.

I would suggest you publish to normal Flash and not contained .swf to conquer the problem.

The introduction of contained/single .swf file was pretty much for those who wanted to place a tour within a Flash project or Flash website where the main Flash movie would have it's own pre-loader.

Contact support directly support@easypano.com

I don't work here, just help out when and where I can.

Regards, Smooth [8D]


Message posted by romanthegreat on October-08-2010 at 4:49am
View romanthegreat's Profile Profile   Search for other posts by romanthegreat Search   Quote romanthegreat Quote   Send Private Message Send Msg  
romanthegreat
Standard Member
Standard Member
 
October-05-2010
2 Posts
Well it is not very logical, why there is than still the preloader? this should normally work, anyway i contacted the support.

Message posted by servaas on October-08-2010 at 7:25am
View servaas's Profile Profile   Search for other posts by servaas Search   Quote servaas Quote   Send Private Message Send Msg  
servaas
Avatar
Standard Member
Standard Member
Belgium
April-19-2008
41 Posts
Smooth,

Can you have a look on this project and tell what I have to change to make the full screen button work ..?

Thanks in advance..
=servaas=

Message posted by smooth on October-08-2010 at 7:43am
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts
Quote: Originally posted by servaas on October-08-2010
Smooth,

Can you have a look on this project and tell what I have to change to make the full screen button work ..?

Thanks in advance..
=servaas=

Find this:

<object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="800" height="600">
  <param name="movie" value="_swf/control_room.swf" />
  <param name="quality" value="high" />
  <param name="wmode" value="opaque" />
  <param name="swfversion" value="6.0.65.0" />
  <!-- Met deze param-tag wordt gebruikers met Flash Player 6.0 r65 en hoger gevraagd de nieuwste versie van Flash Player te downloaden. Verwijder deze tag als u niet wilt dat gebruikers deze vraag zien. -->
  <param name="expressinstall" value="Scripts/expressInstall.swf" />
  <!-- De volgende object-tag is voor andere browsers dan Internet Explorer. Verberg deze tag daarom in IE met IECC -->
  <!--[if !IE]>-->
  <object type="application/x-shockwave-flash" data="_swf/control_room.swf" width="800" height="600">
    <!--<![endif]-->
    <param name="quality" value="high" />
    <param name="wmode" value="opaque" />
    <param name="swfversion" value="6.0.65.0" />
    <param name="expressinstall" value="Scripts/expressInstall.swf" />
    <!-- In de browser wordt de volgende alternatieve inhoud voor gebruikers met Flash Player 6.0 en ouder weergegeven. -->
    <div>
      <h4>Voor het weergeven van de inhoud op deze pagina is een nieuwe versie van Adobe Flash Player vereist.</h4>
      <p><a title="
http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Adobe Flash Player ophalen" width="112" height="33" /></a></p>
    </div>
    <!--[if !IE]>-->
  </object>

Replace with this:

      <object type="application/x-shockwave-flash" width="800" height="600" data="_swf/control_room.swf">
         <param name="quality" value="high">
         <param name="wmode" value="opaque" >
         <param name="swfversion" value="9.0.28.0" >
         <param name="allowscriptaccess" value="always">
         <param name="allowFullScreen" value="true">
         <param name="menu" value="false">
         <para


Message posted by servaas on October-08-2010 at 8:17am
View servaas's Profile Profile   Search for other posts by servaas Search   Quote servaas Quote   Send Private Message Send Msg  
servaas
Avatar
Standard Member
Standard Member
Belgium
April-19-2008
41 Posts
thanks for that.

Message posted by servaas on October-19-2010 at 4:19am
View servaas's Profile Profile   Search for other posts by servaas Search   Quote servaas Quote   Send Private Message Send Msg  
servaas
Avatar
Standard Member
Standard Member
Belgium
April-19-2008
41 Posts
hi again,

I exported a swf file and send this to my client together with the code that you gave me about the full screen issue.

Everything works fine on Safari, Firefox, Chrome,..
But is doesn't work on IE8..
(my own tests on IE8 do work fine though)

Any idea why the flash does not work in IE8 on this page ?

Message posted by smooth on October-19-2010 at 4:38am
View smooth's Profile Profile   Search for other posts by smooth Search   Visit smooth's Homepage www   Quote smooth Quote   Send Private Message Send Msg  
smooth
Forum Moderator
Forum Moderator
Australia
November-23-2002
5401 Posts

You have the Data set to: http://www.mercyships.org/page/-/flash/control_room.swf?nocdn=1

But you have the Movie parameter set to: _swf/control_room.swf

Both must be http://www.mercyships.org/page/-/flash/control_room.swf?nocdn=1

Or at the very least a relative address that points to the actual Flash file.

Regards, Smooth [8D]


If you wish to post a reply to this thread you must first Login
If you are not already registered you must first register

Forum Jump Page of 2 Post Reply Post New Topic
Printer Friendly Version Printable version

Powered by: - Web Wiz Guide Discussion Forums