From: kramm Date: Wed, 3 Dec 2003 19:31:46 +0000 (+0000) Subject: .swf is now called .flash. X-Git-Tag: release-0-5-0~125 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=038891d498de3a4069e1e16cdc0e9a36efc5c248 .swf is now called .flash. --- diff --git a/doc/codebeautifier.pl b/doc/codebeautifier.pl index 094c523..6225c83 100644 --- a/doc/codebeautifier.pl +++ b/doc/codebeautifier.pl @@ -2,8 +2,8 @@ while() { if(/\[CALLPERL .*left\]/ ... /\[CALLPERL end\]/) { $code .= $_ if(!/CALLPERL/); - $name = $1 if(/.swf.*name=([^&][^ ]*)/); - $name = $1 if(/.swf.*name="([^&]*)"/); + $name = $1 if(/.flash.*name=([^&][^ ]*)/); + $name = $1 if(/.flash.*name="([^&]*)"/); } elsif(/\[CALLPERL .*right\]/ ... /\[CALLPERL end\]/) { $highlight .= $_ if(!/CALLPERL/); diff --git a/doc/swfc.xml b/doc/swfc.xml index bd1176e..b751bd8 100644 --- a/doc/swfc.xml +++ b/doc/swfc.xml @@ -45,7 +45,7 @@ Shell scripts, commands to execute: Code: (The lang= is optional) - .swf + .flash .box b1 100 100 .end @@ -103,7 +103,7 @@ Boxes:

-.swf name="box.swf" +.flash name="box.swf" .box b1 100 100 color=yellow fill=red .put b1 pin=center scale=0% .frame 100 @@ -121,11 +121,11 @@ Boxes:
Text generation -.swf name="text5.swf" +.flash name="text5.swf" .font courier "Courier.swf" .font helvetica "Helvetica.swf" .text hithere text="HELLO" font=courier size=50% color=blue -.shape scene Scenery50.swf +.swf scene Scenery50.swf .frame 0 .startclip hithere pin=center x=100 y=75 scale=50% #text clips... @@ -138,7 +138,7 @@ Boxes: -.swf name="text6.swf" +.flash name="text6.swf" .font courier "Courier.swf" .font helvetica "Helvetica.swf" .text hello text="HELLO" font=helvetica size=50% color=blue @@ -158,9 +158,9 @@ Boxes:
Color transforms -.swf name="cxform.swf" version=5 +.flash name="cxform.swf" version=5 - .shape s1 "photo.swf" + .jpeg s1 "photo.jpeg" quality=80% .put s1 x=50 y=50 scalex=110 scaley=110 .frame 100