Plugin Scale Problem

  • Hi all,

    I'm working to migrate my thumbnail scroller as3 interface into a plugin. I've got everything working minus one part. The mask for the thumbs which needs to scale to equal screenwidth works fine when testing in flash but doesn't work properly when used as a plugin. *the pink bar represents the mask

    Testing in flash scales properly to 100%

    Testing as a plugin in krpano stops it from properly scaling


    I'm using it like this:


    Code
    <plugin name="gallery"
    	        url="assets/gallery.swf"
    	        keep="true"
    	        align="leftbottom"
    	        visible="true"
    	        />

    Any ideas?
    *huh*

  • To make matters worse, I realized that my plugin gallery is overriding the xml programmed loader. Maybe the scale and the loader issue have to do with plugin registration?

    XML

    Code
    <progress showload="none"
            showwait="loopings(0xffffff,8,8,10,0,0xffffff,2,0.5,0.5)"     
            showreloads="false"
            />


    AS3

    Code
    krpano.set("progress.showload","none");
    krpano.set("progress.showwait","none");
  • Ok I fixed it! Turns out that I had some weird bug in my gallery AS3 code and I was looking in the wrong places for an answer! *w00t*

    BUT ... my gallery plugin is still overriding my loader set in XML .... perhaps I'll post a new thread.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!