--- In [email protected], "sonomrdj" <[EMAIL PROTECTED]> wrote:
> My problem is that I have an SVG app with Javascript embedded in > the .svg file in this way: > <script id="1" a3:scriptImplementation="Adobe" > xlink:href="javascript/starterLib.js" type="text/ecmascript"/> > > I must use VoiceXML to have my app talk. > From inside the SVG scripts I cannot see the outside world (already > tried window.document (returns the svg document), top (not defined) > and window.parent with no results. > I'm using Opera browser because I think it is the only browser > supporting VoiceXML I've found. > So I have to call a voiceXML block like this: > <form xmlns="http://www.w3.org/2001/vxml" id="sayHello"> > <block>You are the best</block> > </form> I think with Adobe SVG viewer 3 and Opera the only chance to have script in the SVG document call script in the HTML document is using browserEval(stringWithScriptCodeToExecute) ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/1U_rlB/TM --------------------------------------------------------------------~-> ----- 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/

