Hi David, On 4/17/06, David Dailey <[EMAIL PROTECTED]> wrote: > > At 09:47 AM 4/17/2006, Jeff Schiller wrote: > > >Also, shouldn't you be using <object> in Firefox and Opera? > I don't know. I was wondering this very question yesterday and did > some simple experiments seeing if I could script across HTML to SVG > using <object>s or for that matter <iframe>'s instead of <embed>'s. I > was unsuccessful and that seemed generally consistent with what I > read from some other folks.
You can see examples of cross-browser scripting across <object> and <embed> at: http://jwatt.org/svg/demos/scripting-across-embed.html http://jwatt.org/svg/demos/scripting-across-object.html I'd recommend you use <embed> if you're concerned with compatibility with ASV since it blocks scripting across <object> due to a security issue. I understand that <object> is supposed to become groovy at some point > in time, but where might I see examples of how to script the stuff > inside one of them? > > thanks, > dpd > > > > ----- > 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 > > > > > > > [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/

