Skip to content

Commit

Permalink
Merge branch 'cc' of github.com:TomByrne/Flash2Svg into cc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomByrne committed Dec 24, 2015
2 parents 2ef532b + 8af1d3d commit cbc79f2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Animated SVG Exporter for Flash Professional#

## To Install ##
- Select latest release from [releases page](https://github.com/TomByrne/Flash2Svg/releases).
- Install with Extension Manager
## To Install from ZXP ##
- Select latest release from [releases page](https://github.com/TomByrne/Flash2Svg/releases)
- Install with Extension Manager (or [ExManCmd](https://www.adobeexchange.com/resources/28))

## To Install from Adobe Add-ons ##
- Go to the plugin page at [Adobe Addons](https://creative.adobe.com/addons/products/7232)
- Click the 'Free' button to install

## To Use in Flash CC / CC 2014 ##
- Open panel through menus, Window > Extensions > SVG Animation
Expand Down Expand Up @@ -91,4 +95,4 @@ Some features are not in flash but are added to improve the output, they're all
This allows tween animations to play at whatever framerate the browser chooses (normally 60 fps). It makes animations look much smoother than their SWF counterpart.

### Animated View Box ###
If you have a scene which you'd like to pan and zoom around during the animation, you can add a rectangular symbol and name it "viewBox" (with exactly that capitalisation) and animate it around your scene. When the animation is exported, this area will be considered the 'camera' and will animate the visible area of the scene during playback.
If you have a scene which you'd like to pan and zoom around during the animation, you can add a rectangular symbol and name it "viewBox" (with exactly that capitalisation) and animate it around your scene. When the animation is exported, this area will be considered the 'camera' and will animate the visible area of the scene during playback.

0 comments on commit cbc79f2

Please sign in to comment.