Sure, On Saturday 05 November 2005 01:08, nboire wrote: > Hello, > > It is possible to call the SaveSnapshotAs method with javascript with > a svg in a embed element ??? >
Hi, yes it is possible to do the equivalent to SavceSnapshotAs with scripting: You can easily do this by grabbing the root SVG element, serializing the tree below it, and putting the resulting SVG into a text string. However, the next step requires that you send it to the server where the document came from, since you can not access the local filesystem. Then, the user retrieves the document form the server you posted the string to. Ronan -- Ronan Oger Founding Partner, Vectoreal http://www.vectoreal.com Reply to: ronan dot oger at vectoreal dot com Vectoreal ...for scaleable solutions Standards-compliant XML user-interface and graphics solutions Tel: (CH) +41 76 527 3552 Tel: (CA) +1 604 608 2968 Fax: (CH) +41 44 274 2402 Fax: (CA) +1 604 608 2968 ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income households are not online. Help bridge the digital divide today! http://us.click.yahoo.com/cd_AJB/QnQLAA/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/

