Jump to content

Ruuh Cassini

Resident
  • Posts

    50
  • Joined

  • Last visited

Posts posted by Ruuh Cassini

  1. Just to give some context:

    I have two skyboxes located 100m apart from each other. Each skybox contains a shared media prim, which shows half the information needed to do something inworld. So when 2 players go to the respective skyboxes, the shared media prims load the page, and each player sees half the solution.  They then have to work together to figure out the answer, and then they have to click on a prim (out of a number of possible prims) inworld, resulting in various forms of feedback depending on if the correct prim was clicked or not.  It's kind of like a multiple choice test, but where players need to get clues from a webpage, and then work together to provide the answer.

    Anyway, I was testing with my main account and an alt account.  Further to your suggestion, I reduced my draw distance to be less than 128m, and this has resulted in each page being loaded only twice, instead of 4 times (as was the case before).  This confirms that the presence of another avatar with large draw distance caused the page to reload because of him.  In any case, the current situation is of course better, but it is STILL loading twice in quick succession from the same llSetPrimMediaParams, for no apparent reason.

    I guess I will just have to live with it.  Many thanks for trying anyway :)

  2. Thanks for replying.

    I am aware of the second load when in edit mode, because on pages that have audio, I hear it twice if in edit mode (once on prim, and once in "edit"). However, my situation is not in edit.

    I simply have llSetPrimMediaParams in state_entry() event, declared once. The php code on the webpage adds a new record to a database everytime the page is run. That code is not in any kind of loop, yet I always find two records instead of one.  The code also does other stuff, but I find two attempts at the other stuff, but often only half of the other stuff gets done for the first of the two attempts, which indicates that the page is being reloaded.

    I don't think there is a problem on server, because if i load page from external browser I don't get this problem.

  3. Hi everyone, I was wondering if anyone had any solutions to a problem I have been facing. I am using llSetPrimMediaParams to load a php web page. The problem is, it seems the page is loaded 2 or 3 times. This doesn't matter for most pages, but for the specific page I am loading it does matter. How do I make the prim load the page once, and only once? (Btw I am not executing the llSetPrimMediaParams line more than once). Your help is much appreciated. :) - Ruuh
  4. Try using the emerald viewer, it lets you enter the coordinates up to 100th of a millimetre if I remember correctly.  I know you were asking for mouse positioning, and not about entering numbers into the build/edit window, but as long as the job gets done what does it matter? 

×
×
  • Create New...