<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Last time I checked, this version of the vivaty player wouldn 't&nbsp; render extrusions. I tried Dr. Brutzman examples(assuming mine were poorly designed) and they didn't work either.<br><br>&nbsp; I went on the vivaty web site and it looks to be the same version.&nbsp; Has something changed?&nbsp; <br>The vivaty player was my prefered player but I've move over to Octaga.&nbsp; I would go back if things changed.<br><br>T<br><br>--- On <b>Thu, 7/9/09, Tony Parisi <i>&lt;tparisi@vivaty.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Tony Parisi &lt;tparisi@vivaty.com&gt;<br>Subject: Re: [X3D-Public] X3D + AJAX3D : addBrowserListener not alwaysworking<br>To: "Joseba Beristain" &lt;joseba.beristain@cidemco.es&gt;, "X3D Graphics public mailing list"
 &lt;x3d-public@web3d.org&gt;<br>Date: Thursday, July 9, 2009, 10:22 AM<br><br><div class="plainMail">Joseba<br><br>That Vivaty API should be rock-solid<br><br>You have a VERY old Vivaty player. Please try getting the latest. It should be stable for most X3D content. If you are having problems on your content please email <a ymailto="mailto:developers@vivaty.com" href="/mc/compose?to=developers@vivaty.com">developers@vivaty.com</a><br><br>Tony<br><br><br><br>-----Original Message-----<br>From: <a ymailto="mailto:x3d-public-bounces@web3d.org" href="/mc/compose?to=x3d-public-bounces@web3d.org">x3d-public-bounces@web3d.org</a> [mailto:<a ymailto="mailto:x3d-public-bounces@web3d.org" href="/mc/compose?to=x3d-public-bounces@web3d.org">x3d-public-bounces@web3d.org</a>] On Behalf Of Joseba Beristain<br>Sent: Thursday, July 09, 2009 4:01 AM<br>To: X3D Graphics public mailing list<br>Subject: Re: [X3D-Public] X3D + AJAX3D : addBrowserListener not
 alwaysworking<br><br><br>&gt; Maybe try an earlier version: Flux.<br>&gt;<br>&gt; <a href="http://mediamachines.com/download/" target="_blank">http://mediamachines.com/download/
</a><br><br>Thanks. We will try it. But the performance in flux is quite low. And&nbsp; <br>more important, flux looks is dead (at least as far as I know) so it <br>does not seem the better option.<br>&gt; we have had some luck with this, even cross-browser. Can&nbsp; you give a <br>&gt; code example of what is failing?<br>The code is the base of AJAX 3D, taken from Ajax3d examples <br>(<a href="http://www.ajax3d.org/content/t3/indexa.html" target="_blank">http://www.ajax3d.org/content/t3/indexa.html</a>), done by Tony Parisi some <br>years ago.<br><br>The core code is this:<br><br>------------------------------------------------------<br><br>function initAjax3d(filename) {<br><br>&nbsp;&nbsp;&nbsp;browser = null;<br>&nbsp;&nbsp;&nbsp;context = null;<br>&nbsp;&nbsp;&nbsp;listenersSetup = false;<br><br>&nbsp;&nbsp;&nbsp;//browser = document.FLUX1.getBrowser();<br>&nbsp;&nbsp;&nbsp;browser = document.getElementById('FLUX1').getBrowser();<br>&nbsp;
 &nbsp;&nbsp;&nbsp;if (browser != null) {<br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;listener = new Object();<br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;listener.browserChanged = browserChanged;<br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;browser.addBrowserListener(listener);<br><br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;if (filename != null) browser.loadUrlS(filename);<br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;else context = browser.getExecutionContext();<br>&nbsp;&nbsp;&nbsp;}&nbsp; }<br><br>function browserChanged(evt) {<br><br>&nbsp;&nbsp;&nbsp;if (evt == 0) // BROWSER_INITIALIZED<br>&nbsp;&nbsp;&nbsp;{<br>&nbsp; &nbsp; &nbsp;&nbsp;&nbsp;context = browser.getExecutionContext();<br>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp;setupListeners();<br>&nbsp;&nbsp;&nbsp;}<br>}<br><br>-------------------------------------------------------------------<br><br>Is suposed browserChanged(evt) should execute each time the scene is <br>loaded.<br><br>I have used a "not-very-elegant" solution to
 solve the problem, but I <br>prefer to avoid it. I wanted to know if it was just our problem or it <br>was something general.<br><br>Thanks again!!<br><br>joseba beristain | CIDEMCO-Tecnalia<br><br>&gt; Good Luck and Best Regards,<br>&gt; Joe<br>&gt;<br>&gt; ----- Original Message ----- From: "Joseba Beristain" <br>&gt; &lt;<a ymailto="mailto:joseba.beristain@cidemco.es" href="/mc/compose?to=joseba.beristain@cidemco.es">joseba.beristain@cidemco.es</a>&gt;<br>&gt; To: "X3D Graphics public mailing list" &lt;<a ymailto="mailto:x3d-public@web3d.org" href="/mc/compose?to=x3d-public@web3d.org">x3d-public@web3d.org</a>&gt;<br>&gt; Sent: Thursday, July 09, 2009 12:36 AM<br>&gt; Subject: [X3D-Public] X3D + AJAX3D : addBrowserListener not always <br>&gt; working<br>&gt;<br>&gt;<br>&gt;&gt; Dear X3D list members,<br>&gt;&gt;<br>&gt;&gt; My name is Joseba Beristain, I'm working in CIDEMCO-Tecnalia <br>&gt;&gt; tehcnological center developing a web application using
 X3D, <br>&gt;&gt; basically HTML + JavaScript + Ajax3D + X3D.<br>&gt;&gt;<br>&gt;&gt; Each element in the scene have a touchsensor sending callback to a <br>&gt;&gt; web page's JavaScript function. We realize these touchsensors have <br>&gt;&gt; extrange behavior since when loading or refreshing the web page they <br>&gt;&gt; just work sometimes. Other times callbacks just don't happend. It <br>&gt;&gt; looks they have random behavior. We guess the problem is related to <br>&gt;&gt; AJAX3D. We realize the "browserChanged" function does not execute <br>&gt;&gt; always, so we deduced "browser.addBrowserListener(listener)" function <br>&gt;&gt; is not working properly.<br>&gt;&gt;<br>&gt;&gt; Does anybody have similar behavior? Similar problem with this function?<br>&gt;&gt;<br>&gt;&gt; We are using Vivaty 0.8.7.916, the latest stable version we found. <br>&gt;&gt; (New versions are less stable, crashing very frequently, at least <br>&gt;&gt; with our
 application)<br>&gt;&gt; We did't found anything related to this topic in ajax3d forum (and <br>&gt;&gt; web in general) so any help will be wellcome.<br>&gt;&gt;<br>&gt;&gt; Thank you very much in advanced!!<br>&gt;&gt;<br>&gt;&gt; Best regards,<br>&gt;&gt;<br>&gt;&gt; -------------------------------------------------------<br>&gt;&gt;<br>&gt;&gt; Joseba Beristain - Inf.Systems R&amp;D - CIDEMCO - Tecnalia<br>&gt;&gt;<br>&gt;&gt; ------------------------------------------<br>&gt;&gt;<br>&gt;&gt; Tel.: (+34) 943 81 59 00<br>&gt;&gt; Fax.: (+34) 943 81 60 74<br>&gt;&gt; <a href="http://www.cidemco.es" target="_blank">http://www.cidemco.es
</a><br>&gt;&gt;<br>&gt;&gt; --------------------------<br>&gt;&gt;<br>&gt;&gt; Área Anardi, nș 5<br>&gt;&gt; 20730 Azpeitia<br>&gt;&gt; (Gipuzkoa) / Spain<br>&gt;&gt;<br>&gt;&gt; ------------------<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; X3D-Public mailing list<br>&gt;&gt; <a ymailto="mailto:X3D-Public@web3d.org" href="/mc/compose?to=X3D-Public@web3d.org">X3D-Public@web3d.org</a><br>&gt;&gt; <a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" target="_blank">http://web3d.org/mailman/listinfo/x3d-public_web3d.org
</a><br>&gt;&gt;<br>&gt;<br>&gt;<br>&gt;<br><br>------------------<br><br><br><br>_______________________________________________<br>X3D-Public mailing list<br><a ymailto="mailto:X3D-Public@web3d.org" href="/mc/compose?to=X3D-Public@web3d.org">X3D-Public@web3d.org</a><br><a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" target="_blank">http://web3d.org/mailman/listinfo/x3d-public_web3d.org
</a><br>_______________________________________________<br>X3D-Public mailing list<br><a ymailto="mailto:X3D-Public@web3d.org" href="/mc/compose?to=X3D-Public@web3d.org">X3D-Public@web3d.org</a><br><a href="http://web3d.org/mailman/listinfo/x3d-public_web3d.org" target="_blank">http://web3d.org/mailman/listinfo/x3d-public_web3d.org</a><br></div></blockquote></td></tr></table><br>