nlopess         Wed Mar 17 14:30:15 2004 EDT

  Modified files:              
    /phpdoc/en/reference/swf    reference.xml 
  Log:
  fixed example
  
http://cvs.php.net/diff.php/phpdoc/en/reference/swf/reference.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/swf/reference.xml
diff -u phpdoc/en/reference/swf/reference.xml:1.6 
phpdoc/en/reference/swf/reference.xml:1.7
--- phpdoc/en/reference/swf/reference.xml:1.6   Tue Feb 24 03:46:27 2004
+++ phpdoc/en/reference/swf/reference.xml       Wed Mar 17 14:30:14 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
  <reference id="ref.swf">
   <title>Shockwave Flash Functions</title>
   <titleabbrev>SWF</titleabbrev>
@@ -84,7 +84,7 @@
     $p = $i/(30-1);
     swf_pushmatrix();
     swf_scale(1-($p*.9), 1, 1);
-    swf_rotate60*$p,  'z');
+    swf_rotate(60*$p, 'z');
     swf_translate(20+20*$p, $p/1.5, 0);
     swf_rotate(270*$p,  'z');
     swf_addcolor($p, 0, $p/1.2, -$p);

Reply via email to