I'm trying to embed an image on a local page that is being served by a remote url. My Problem:
The first entry is a simple image (non-svg) I load from the remote server - load and displays great. The second entry <embed ... is an svg file that I'm trying to embed from the same remote server - it doesn't load The third entry <embed ... is the same svg file but located on my local HTTP server which loads and displays just fine Obviously there is something I don't understand about accessing an svg file from a remote server Can someone provide a solution?? This is a snippet from my body <body bgcolor="orange"> <img src='http://9.2.18.183:8080/tomcat-docs/TCApps/AtlasLocal/svg/redCross.gif' type="image/svg+xml" width="100" height="100"> <embed src='http://9.2.18.183:8080/tomcat-docs/TCApps/AtlasLocal/svg/Matrix.svg' type="image/svg+xml" width="100" height="100" pluginspage="http://www.adobe.com/svg/viewer/install/"> <embed src='http://localhost:8080/tomcat-docs/TCApps/AtlasLocal/svg/Matrix.svg' type="image/svg+xml" width="100" height="100" pluginspage="http://www.adobe.com/svg/viewer/install/"> </body> Many thanks, Jeff E. ------------------------ Yahoo! Groups Sponsor --------------------~--> Protect your PC from spy ware with award winning anti spy technology. It's free. http://us.click.yahoo.com/97bhrC/LGxNAA/yQLSAA/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/

