This is why I didn't even consider this for my app. I wanted something that scripted from the javascript, not inside another object like flash. The way SVG does it, it is blessedly easy to get the HTML and the graphics to interact in highly useful ways.
Geoffrey J. Swenson [EMAIL PROTECTED] -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Chambers Sent: Thursday, December 15, 2005 10:37 PM To: [email protected] Subject: Re: [svg-developers] Re: Is Adobe abandoning SVG? Currently, there are not any XML markup elements for drawing primitives within MXML. However, ActionScript, which is the scripting language used with MXML / Flex does have support for graphic instructions. It would be possible (and I don't believe too difficult) for a developer to create new MXML tags / components that exposed the underlying ActionScript drawing API to the XML layer. i.e., so you could do something like this: <drawing:Square heigth="50" width="50" fillColor="0x003300" /> This would just be implimented as a custom flex component, which would be exposed via XML / MXML. Hope that helps... mike chambers [EMAIL PROTECTED] paul_willson8 wrote: > I appreciate if any one can answer this: Does MXML/Flex support > primitive XML-graphics instructions, for example, line, rect and > circle etc? > ----- To unsubscribe send a message to: [EMAIL PROTECTED] -or- visit http://groups.yahoo.com/group/svg-developers and click "edit my membership" ---- SPONSORED LINKS Computer <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+security&w1=Computer+ internet+security&w2=Computer+internet+business&w3=Computer+internet+access& w4=Computer+internet+privacy+securities&w5=Computer+internet+help&w6=How+to+ format+a+computer+hard+drive&c=6&s=205&.sig=w4GASPpHpfjlcIDIN2xRhg> internet security Computer <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+business&w1=Computer+ internet+security&w2=Computer+internet+business&w3=Computer+internet+access& w4=Computer+internet+privacy+securities&w5=Computer+internet+help&w6=How+to+ format+a+computer+hard+drive&c=6&s=205&.sig=dpAOB83S_nCZvZFKN0XRUw> internet business Computer <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+access&w1=Computer+in ternet+security&w2=Computer+internet+business&w3=Computer+internet+access&w4 =Computer+internet+privacy+securities&w5=Computer+internet+help&w6=How+to+fo rmat+a+computer+hard+drive&c=6&s=205&.sig=fhtetF4vbEFSW0XjnGnejw> internet access Computer <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+privacy+securities&w1 =Computer+internet+security&w2=Computer+internet+business&w3=Computer+intern et+access&w4=Computer+internet+privacy+securities&w5=Computer+internet+help& w6=How+to+format+a+computer+hard+drive&c=6&s=205&.sig=5bexR8A8GfBSIHBvJTxCRg > internet privacy securities Computer <http://groups.yahoo.com/gads?t=ms&k=Computer+internet+help&w1=Computer+inte rnet+security&w2=Computer+internet+business&w3=Computer+internet+access&w4=C omputer+internet+privacy+securities&w5=Computer+internet+help&w6=How+to+form at+a+computer+hard+drive&c=6&s=205&.sig=7LG_5Hx-MR-G7MxElbtK0Q> internet help How <http://groups.yahoo.com/gads?t=ms&k=How+to+format+a+computer+hard+drive&w1= Computer+internet+security&w2=Computer+internet+business&w3=Computer+interne t+access&w4=Computer+internet+privacy+securities&w5=Computer+internet+help&w 6=How+to+format+a+computer+hard+drive&c=6&s=205&.sig=5WTDsIm1jp1Q2b1NP3JxEw> to format a computer hard drive _____ YAHOO! GROUPS LINKS * Visit your group "svg-developers <http://groups.yahoo.com/group/svg-developers> " on the web. * To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of <http://docs.yahoo.com/info/terms/> Service. _____ [Non-text portions of this message have been removed] ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/KIlPFB/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/

