Here's a cool new tool which is in the alpha stages from a very cool dude named Matthias Kramm http://www.quiss.org/swftools/win32/swfc.exe
Try this:
1. Download the file from the link above.
2. In a text editor create a file named file.sc (in same directory as swfc.exe is in) and put this in it:
.swf name="box.swf"
.box b1 100 100 color=yellow fill=red
.put b1 pin=center scale=0%
.frame 100
.change b1 pin=center scale=100%
.frame 200
.change b1 pin=center scale=0%
.end
3. In a DOS/command window (RUN > CMD in XP Pro) navigate to the same directory as swfc.exe/file.sc and type:
swfc file.sc
Voila! Check out the resulting .swf! Pretty cool, eh? This tool os just alpha so there doesn't seem to be a whole lot in the way of docs yet but here's a bit about it http://www.quiss.org/swfc/swfc.html
This tool has a great future for users of AMS because theoretically you can use it to create wrapper .swfs for videos, .swf banners, and other .swf content dynamically at runtime. [img]/ubbthreads/images/icons/smile.gif[/img] Once I can figure out how to use it to create a movie with very specific frame rate, stage dimensions, and frame length I'll post a tool to create wrapper .swfs (for video) on the fly. [img]/ubbthreads/images/icons/smile.gif[/img] (AGRO, this would be perfect for what you mentioned about having a way for people who know no flash to be able to wrap their flash video with an fscommand on the last frame)
Corey Milner
Creative Director, Indigo Rose Software
Try this:
1. Download the file from the link above.
2. In a text editor create a file named file.sc (in same directory as swfc.exe is in) and put this in it:
.swf name="box.swf"
.box b1 100 100 color=yellow fill=red
.put b1 pin=center scale=0%
.frame 100
.change b1 pin=center scale=100%
.frame 200
.change b1 pin=center scale=0%
.end
3. In a DOS/command window (RUN > CMD in XP Pro) navigate to the same directory as swfc.exe/file.sc and type:
swfc file.sc
Voila! Check out the resulting .swf! Pretty cool, eh? This tool os just alpha so there doesn't seem to be a whole lot in the way of docs yet but here's a bit about it http://www.quiss.org/swfc/swfc.html
This tool has a great future for users of AMS because theoretically you can use it to create wrapper .swfs for videos, .swf banners, and other .swf content dynamically at runtime. [img]/ubbthreads/images/icons/smile.gif[/img] Once I can figure out how to use it to create a movie with very specific frame rate, stage dimensions, and frame length I'll post a tool to create wrapper .swfs (for video) on the fly. [img]/ubbthreads/images/icons/smile.gif[/img] (AGRO, this would be perfect for what you mentioned about having a way for people who know no flash to be able to wrap their flash video with an fscommand on the last frame)
Corey Milner
Creative Director, Indigo Rose Software
Comment