Jim wrote: > When I roll the mouse over the SVG, I get "Click to activate and use > this control" (using IE7 with ASV 3.0). > Does anyone know why this is the case? Why can't I just rollover the > SVG? Is there a way to correct this issue?
As other folks noted, this "click to activate" behavior is associated with changes Microsoft felt it had to make in regards to a legal issue. It only occurs if the OBJECT, EMBED, or APPLET tag is in the HTML file itself. If you instead document.write() your tags into the HTML from an external .JS file then this behavior is not triggered. More detail: http://www.adobe.com/devnet/activecontent/ jd -- John Dowdell . Adobe Developer Support . San Francisco CA USA Weblog: http://weblogs.macromedia.com/jd Aggregator: http://weblogs.macromedia.com/mxna Technotes: http://www.macromedia.com/support/ Spam killed my private email -- public record is best, thanks. ----- 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/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/svg-developers/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> 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/

