[svg-developers] Opening svg files in China with IE and FF

2006-10-06 Thread Fuli Zhang
When the following svg file is open with the IE in China, the display looks 
normal:

http://www.pinyinology.com/planning/hanzi7.svg

But when opened with the FF in China, no graphics show. What appears is the 
original  code.  I remember the page looked good on both IE and FF in the U.S.  
I wonder whether the problem is with the FF browser or with the country where 
the page is opened.

I believe that members in this group are from many countries.  I wonder whether 
some of you can open the page in your country, with both IE and FF, and let me 
know what you've seen.  

Thanks.


-
Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ 
countries) for 2ยข/min or less.

[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/

<*> 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/
 




Re: [svg-developers] Sketsa SVG Graphics Editor 4.0 released

2007-02-01 Thread Fuli Zhang
Hi,
   
  When opening following file offline with with Firefox, it looks good but the 
animation is not working.  But when opening it online at my web site, the code 
is really messy.  The look and animation are good both offline and online with 
the IE.  Following is the page:
  
http://www.pinyinology.com/planning/hanzi7.svg
   
  My appreciation for help on modifying the code.  Thanks.
   
  Fuli

 
-
Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.

[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/

<*> 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/
 


[svg-developers] Firefox Problem

2007-02-01 Thread Fuli Zhang
I forgot to change the subject when posting my last message.  Sorry for the 
confusion.  I am posting it again as follows:  

 When opening following file offline with with Firefox, it looks good but the 
animation is not working. But when opening it online at my web site, the code 
is really messy. The look and animation are good both offline and online with 
the IE. Following is the page:
   
 http://www.pinyinol ogy.com/planning /hanzi7.svg

   My appreciation for help on modifying the code.  Thanks.

   Fuli
 
P.S.  Is it possible for the group leader to delete postings?  If yes, please 
delete the last one of mine.  Thanks. 

 
-
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.

[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/

<*> 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/
 


[svg-developers] svg on IE and Firefox

2007-04-07 Thread fuli zhang
The following svg file, including the animation, is displayed on the Firefox 
browser very nice.  But when opened with the IE browser, only the original code 
comes up to the screen.  There is no graphics at all.  I've tested it on two 
computers.  The results are same.  The file is displayed OK on both IE and FF 
offline. 

http://www.pinyinology.com/ontology/wang2.svg

If possible, please help.  Thanks. 

 
-
Don't be flakey. Get Yahoo! Mail for Mobile and 
always stay connected to friends.

[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/

<*> 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/
 


Re: [svg-developers] Re: svg on IE and Firefox

2007-04-09 Thread fuli zhang
Thanks for all your responses.  When placing the svg file in an html file, the 
graphics and animation works fine on the IE browser:
   
  http://www.pinyinology.com/ontology/wang2_test.html
   
  But when the svg file is opened as an independent file, what appears on the 
screen is the original code:
   
  http://www.pinyinology.com/ontology/wang2.svg
   
  I have no idea on whether this is a normal phenomenon.  Or something must 
have be done on the hosting server.  By the way, when the html file is opened, 
a zero (0) appears in the central circle, but not the left-hand one.  I would 
like to modify the code, and have the zero (0)  not appear, so the displays in 
both the left-hand and central circles will exactly coincide. Following is the 
Javascript code:
   
  
<![CDATA[
  var i;
var symbols = 
[['goat',1000],['goam',1000],['pove',1000],['goak',1000],['koaf',1000]];
var timeout;
var startOnLoad = true;
  function init() {
 reset();
 if(startOnLoad) setTimeout('play()',200);
}
function play(){
 if(!timeout) {
  
  //update();
  timeout = setTimeout("update()",symbols[i][1]);
  
  setAttr('playGrp','pointer-events','none');
  setAttr('playIco','fill','#888');
  setAttr('pauseGrp','pointer-events','all');
  setAttr('pauseIco','fill','#000');
  setAttr('resetGrp','pointer-events','none');
  setAttr('resetIco','fill','#888');
 }
}
function update() {
 i++;
 if(i >= symbols.length) i=0;
 document.getElementById('txt').firstChild.data = symbols[i][0];
 document.getElementById('txt1').firstChild.data = symbols[i][0];
 timeout = setTimeout("update()",symbols[i][1]);
}
function pause() {
 
 timeout = clearTimeout(timeout);
 
 setAttr('playGrp','pointer-events','all');
 setAttr('playIco','fill','#000');
 setAttr('pauseGrp','pointer-events','none');
 setAttr('pauseIco','fill','#888');
 setAttr('resetGrp','pointer-events','all');
 setAttr('resetIco','fill','#000');
}
function reset() {
 i = 0;
 document.getElementById('txt').firstChild.data = symbols[i][0];
 setAttr('playGrp','pointer-events','all');
 setAttr('playIco','fill','#000');
 setAttr('resetGrp','pointer-events','none');
 setAttr('resetIco','fill','#888');
 setAttr('pauseGrp','pointer-events','none');
 setAttr('pauseIco','fill','#888');
}
function setAttr(id,attr,val) {
 document.getElementById(id).setAttributeNS(null,attr,val);
}
]]>

   
  Thanks again for your help.  
  fuli zhang


 
-
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.

[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/

<*> 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/