Hello, I'm new here and I hope to have searched well this forum 
before posting. I'm doing a thesis in the italian university of 
Brescia about multimodal applications.
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>

If I embed it as a foreignObject it doesn't seem able to handle any 
event, and so it doesn't talk (tried to include a whole XHTML file 
with the load XML event on the body).
If I leave it outside it talks but from inside I cannot do nothing to 
the XHTML parent.
So I'm blocked... moreover the other ways I looked for don't work 
(unable to create the necessary activeX in IE with this example: 
http://www.mecxpert.de/svg/SvgSpeak.html).

Any help will be greatly appreciated!
Thank you
-Enrico





------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/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/
 


Reply via email to