SOLVED (in version 2.088) - 2.085 - Limit plugin not working

SOLVED (in version 2.088) - 2.085 - Limit plugin not working

Postby cp22279 » Tue Nov 01, 2011 9:19 am

I tested limit plugin on Flashificator program, it's ok. But when I publish to run on FF and Chrome then limit plugin not working. I set botton limit is -50
Please check for me. :|
Code: Select all
<?xml version='1.0'?>
<panorama meta='Made with http://www.flashificator.com version 2.085'>
   <parameters>
      panoName = files/visualFiles/DSC_0004 Panorama1
      panoType = cube
      segments = 30
      frameRate = 60
      loaderTextColor = 0
      loaderBackColor = 0
      layer_1 = files/plugins/hotspots.swf
      layer_100 = files/plugins/infoMeter.swf
      layer_101 = files/plugins/ffc_contextmenu.swf
      layer_2 = files/plugins/ffc_limits.swf
      layer_8 = files/plugins/ffc_preloader.swf
   </parameters>
   <hotspots>
      <global
         onStart="
            disableLogoMeter();
         "
         onNewPano="
            disableAutorotator();
         "
         enableAutorotator="
            external.autorotator.disabled=0;
            pano.behaviour=2;
         "
         disableAutorotator="
            external.autorotator.disabled=1;
            pano.behaviour=-1;
         "
         disableLogoMeter="
            external.logometer.enabled=0;
         "
      >
         <pano
         />
         <spot
            id="deletemeifyouwant"
            url="files/hotspotFiles/images/emptyImage.png"
            depth="1"
         />
      </global>
   </hotspots>
   <glassMeter>
      <data>
         <url>files/plugins/infoMeter/logo.png</url>
         <offsetX>0</offsetX>
         <offsetY>0</offsetY>
      </data>
   </glassMeter>
   <contextmenu>
       <data>
           <items/>
       </data>
   </contextmenu>
   <preloader>
      <links maxConnections="3">
      </links>
   </preloader>
</panorama>

I can't see limit's values ????
Attachments
sas.ffc
this is my flashificator's project file
(11.81 MiB) Downloaded 36 times
cp22279
 
Posts: 8
Joined: Mon Aug 15, 2011 8:54 pm

Re: 2.085 - Limit plugin not working

Postby cp22279 » Thu Nov 03, 2011 11:54 pm

nobody help me! :(
cp22279
 
Posts: 8
Joined: Mon Aug 15, 2011 8:54 pm

Re: 2.085 - Limit plugin not working

Postby Bruce Hemming » Fri Nov 04, 2011 1:52 am

Your xml should have something similar to this in it - it doesn't look as if the function has been attached.
Attachments
Picture 1.png
Picture 1.png (88.47 KiB) Viewed 639 times
User avatar
Bruce Hemming
Active Moderator
 
Posts: 310
Joined: Sat Sep 20, 2008 7:52 am
Location: East Sussex UK

Re: 2.085 - Limit plugin not working

Postby cp22279 » Fri Nov 04, 2011 2:24 am

@bruce: thank for your answer
I mean that I only need to add limits to ONE panorama... where there are no other panoramas in the project
If I have 2 or 3 panorama in project, it's working perfect. Trausti will fix it before next release!

Thanks,
cp22279
 
Posts: 8
Joined: Mon Aug 15, 2011 8:54 pm

Re: 2.085 - Limit plugin not working

Postby Bruce Hemming » Fri Nov 04, 2011 4:38 am

That code snippet is from this pano - http://www.bhphoto.biz/leonardst/leonardst.html - and as you can see just a single pano.
User avatar
Bruce Hemming
Active Moderator
 
Posts: 310
Joined: Sat Sep 20, 2008 7:52 am
Location: East Sussex UK

Re: 2.085 - Limit plugin not working

Postby cp22279 » Fri Nov 04, 2011 8:00 am

I see, but I still can't set limit on my panorama. :(
Your pano is beautiful!

step1: open flashificator program. create project => select panos picture (cube face)
step2: In tab Visuals => initial positions => save position
step3: In tab Plugins => choose Limits plugin => select Enable => click Set Individual Limits => set limit bottom value is -50 => it look OK
step4: publish project => run on Firefox 7.0.1 and Schrome 15.0. Limits plugin not working. I look in xml file and i can't
Code: Select all
<limits>
      tilt_min = -50
   </limits>

and i can't see this snippet:
Code: Select all
external.limits.pan_min=;
            external.limits.pan_max=;
            external.limits.tilt_max=;
            external.limits.tilt_min=;
            external.limits.pan_min=;
            external.limits.pan_max=;
            external.limits.tilt_max=;
            external.limits.tilt_min=-50;
            external.limits.pan_min=;
            external.limits.pan_max=;
            external.limits.tilt_max=;
            external.limits.tilt_min=-50;

This snippet that I saw in leonardst.xml ;)

and then I try to type into my xml file but it still not working!

any recommend ?
cp22279
 
Posts: 8
Joined: Mon Aug 15, 2011 8:54 pm

Re: 2.085 - Limit plugin not working

Postby Bruce Hemming » Fri Nov 04, 2011 12:04 pm

I think that it is because you haven't selected the function to attach the limits to - should be attached to load pano and load pano complete - I think.
User avatar
Bruce Hemming
Active Moderator
 
Posts: 310
Joined: Sat Sep 20, 2008 7:52 am
Location: East Sussex UK

Re: 2.085 - Limit plugin not working

Postby cp22279 » Fri Nov 04, 2011 12:31 pm

Yes, exactly! But I can't select load pano and load pano complete function. How to setting it if i have only ONE panorama ???
my problem is HERE :)
can you guide me step by step ?
Thank you very much!
cp22279
 
Posts: 8
Joined: Mon Aug 15, 2011 8:54 pm

Re: 2.085 - Limit plugin not working

Postby Trausti Hraunfjord » Mon Nov 14, 2011 1:30 pm

Fixed in version 2.088 which is due out in the next few days.
My destiny isn't carved in granite ...
It's written with a stick in dry sand ... on a stormy day ...
Trausti
User avatar
Trausti Hraunfjord
Site Admin
 
Posts: 3501
Joined: Thu Jul 10, 2008 8:34 pm

Re: 2.085 - Limit plugin not working

Postby shwami » Tue Nov 15, 2011 1:34 am

Trausti Hraunfjord wrote:Fixed in version 2.088 which is due out in the next few days.


is there a quick fix which we can apply to the limits for now? Because, even after manually adding the snippet to each load function, the limits are not getting applied.
shwami
 
Posts: 7
Joined: Mon Sep 26, 2011 2:57 am

Re: SOLVED (in version 2.088) - 2.085 - Limit plugin not wor

Postby Trausti Hraunfjord » Tue Nov 15, 2011 2:15 am

Fortunately yes. I just got a pre-beta version to test, and you can have the limits plugin from it and replace the one you have in your Flashificator installation folder, or replace the plugin in the project manually.

Please unzip after downloading.

ffc_limits_from_version_2.088.zip
(2.44 KiB) Downloaded 38 times


Hope this will do the trick on your end. In my quicky test it behaved properly. If it still won't work, I would appreciate it if you provided a file where you can't get it working, with a walkthrough of your steps.

Trausti
My destiny isn't carved in granite ...
It's written with a stick in dry sand ... on a stormy day ...
Trausti
User avatar
Trausti Hraunfjord
Site Admin
 
Posts: 3501
Joined: Thu Jul 10, 2008 8:34 pm

Re: SOLVED (in version 2.088) - 2.085 - Limit plugin not wor

Postby cp22279 » Tue Nov 15, 2011 2:40 am

working fine! thank you :)
cp22279
 
Posts: 8
Joined: Mon Aug 15, 2011 8:54 pm

Re: SOLVED (in version 2.088) - 2.085 - Limit plugin not wor

Postby shwami » Wed Nov 16, 2011 12:07 am

Trausti Hraunfjord wrote:Fortunately yes. I just got a pre-beta version to test, and you can have the limits plugin from it and replace the one you have in your Flashificator installation folder, or replace the plugin in the project manually.

Please unzip after downloading.

ffc_limits_from_version_2.088.zip


Hope this will do the trick on your end. In my quicky test it behaved properly. If it still won't work, I would appreciate it if you provided a file where you can't get it working, with a walkthrough of your steps.

Trausti


Thanks Trausti... what would we do without you, and the proggy of course :D Thanks for the quick fix :D

cheers!
Siddharth
shwami
 
Posts: 7
Joined: Mon Sep 26, 2011 2:57 am

Re: SOLVED (in version 2.088) - 2.085 - Limit plugin not wor

Postby Trausti Hraunfjord » Wed Nov 16, 2011 2:12 am

Thank YOU for your patience and understanding.
My destiny isn't carved in granite ...
It's written with a stick in dry sand ... on a stormy day ...
Trausti
User avatar
Trausti Hraunfjord
Site Admin
 
Posts: 3501
Joined: Thu Jul 10, 2008 8:34 pm

Re: SOLVED (in version 2.088) - 2.085 - Limit plugin not wor

Postby VirtualGuide » Wed Nov 16, 2011 5:55 am

Trausti, when will be 2.088 uploaded? Thnx, Igor
VirtualGuide
 
Posts: 78
Joined: Fri Jun 03, 2011 3:57 am

Re: SOLVED (in version 2.088) - 2.085 - Limit plugin not wor

Postby Trausti Hraunfjord » Wed Nov 16, 2011 10:11 pm

A couple of days I think should do it. I am still having problems with finding enough time, but I have to test as much as possible before a release... if there are issues to be fixed, it will delay the release, but I hope things are good.
My destiny isn't carved in granite ...
It's written with a stick in dry sand ... on a stormy day ...
Trausti
User avatar
Trausti Hraunfjord
Site Admin
 
Posts: 3501
Joined: Thu Jul 10, 2008 8:34 pm


Return to FFC: Bug Reporting

Who is online

Users browsing this forum: No registered users and 0 guests

cron