Hi Rodolfo, 
 
ASV3 and ASV6 don't differ regarding the behaviour of the 
a3:scriptImplementation="Adobe" attribute. 
 
It should however be avoided if possible. It is only necessary where 
the JS engine of Internet Explorer behaves differently from the JS 
engine embedded in the Adobe SVG viewer. This only happens in very 
rare cases. 
 
There might be other issues/use cases as well that I don't know. 
 
In FF1.5 I recommend using the native SVG implementation instead of 
the Adobe plugin. In FF1.5 ASV uses its own scripting engine anyway, 
regardless of what you set in the attribute, as far as I know. 
 
Andreas 
 
--- In [email protected], RODOLFO MORENO LLACZA 
<[EMAIL PROTECTED]> wrote: 
> 
> Hi everybody: 
>   someone knows how to use scriptImplementation attribute of the 
ASV plugin (come with ASV 3). 
>   and if this possible use it even if you have installed the ASV 
plugin 6. 
>     
>   I was implementing this attribute in my application in order to 
use it in FF 1.5. 
>   this is my code: 
>     
>   <svg id="root" 
>  vxmap:version="2.2.0" 
>  width="100%"  
>  height="100%"  
>  viewBox="0 0 1152 864"  
>  xmlns="http://www.w3.org/2000/svg";  
>  xmlns:xlink="http://www.w3.org/1999/xlink";  
>  xmlns:attrib="http://www.carto.net/attrib";  
>  xmlns:a3="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/"; 
>   a3:scriptImplementation="Adobe" 
>  onload="init(evt);"  
>  zoomAndPan="disable"  
>  xml:space="preserve" 
>  preserveAspectRatio="xMidYMid meet"> 
>   
>  <script type="text/ecmascript" a3:scriptImplementation="Adobe" 
xlink:href="../engine/vxmap-3.5.0.3.js"></script> 
>  <script type="text/ecmascript" a3:scriptImplementation="Adobe" 
xlink:href="setupUrl.js"></script> 
>  <script type="text/ecmascript" a3:scriptImplementation="Adobe" 
xlink:href="extensions.js"></script> 
>   </svg> 
>     
>   however it doesn't work. 
>     
>   regards 
>   Rodolfo 
>  
>  
>                
> --------------------------------- 
>  Yahoo! Mail 
>  Use Photomail to share photos without annoying attachments. 
>  
> [Non-text portions of this message have been removed] 
> 
 





-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
---- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to