switch layer images don't export to swf
Moderators: Víctor Paredes, Belgarath, slowtiger
-
- Posts: 17
- Joined: Wed Mar 25, 2009 6:35 am
- Location: Scotland Island, Australia
- Contact:
switch layer images don't export to swf
Hi
I'm working out a new workflow for a project and slowly getting different things into place. My current stumbling block is that on a test export of a switch layer (using image layers), the images didn't appear in the swf export. I've been through the manual and it doesn't list this as one of the export issues for flash.
Is it possible? Is there a setting I'm missing?
I'm currently using ASPro 6, although I'm happy to upgrade to 7 if that fixes the issue.
I'm working out a new workflow for a project and slowly getting different things into place. My current stumbling block is that on a test export of a switch layer (using image layers), the images didn't appear in the swf export. I've been through the manual and it doesn't list this as one of the export issues for flash.
Is it possible? Is there a setting I'm missing?
I'm currently using ASPro 6, although I'm happy to upgrade to 7 if that fixes the issue.
-
- Posts: 17
- Joined: Wed Mar 25, 2009 6:35 am
- Location: Scotland Island, Australia
- Contact:
Re: switch layer images don't export to swf
Double check the Flash export options:JohnArtbox wrote:Hi
I'm working out a new workflow for a project and slowly getting different things into place. My current stumbling block is that on a test export of a switch layer (using image layers), the images didn't appear in the swf export. I've been through the manual and it doesn't list this as one of the export issues for flash.
Is it possible? Is there a setting I'm missing?
I'm currently using ASPro 6, although I'm happy to upgrade to 7 if that fixes the issue.
http://www.lostmarble.com/moho/manual/i ... htips.html
-G
-
- Posts: 370
- Joined: Thu Aug 05, 2004 2:23 am
- Location: Los Angeles
- Contact:
I've never gotten that to work either. I've alway had to animate the visibility of the layers instead.
There are a lot of hoops to jump through to get the flash export to work properly but anything to avoid animating in flash...
For my project I only needed one image layer visible at a time in the entire document so I wrote a script that turned off the visibility for every image layer except the selected one, which was set to on.
There are a lot of hoops to jump through to get the flash export to work properly but anything to avoid animating in flash...
For my project I only needed one image layer visible at a time in the entire document so I wrote a script that turned off the visibility for every image layer except the selected one, which was set to on.
-
- Posts: 17
- Joined: Wed Mar 25, 2009 6:35 am
- Location: Scotland Island, Australia
- Contact:
-
- Posts: 17
- Joined: Wed Mar 25, 2009 6:35 am
- Location: Scotland Island, Australia
- Contact:
Tech Support comes through...first time I've ever used them 
Even though there were no bones in the test scene, you still need to uncheck the warp using bones box on each of the image layers.
I've since added bones to the scene and used bind layer on the switch layer and it works perfectly.
Very cool...and thanks to John Csaky at Smith Micro.

Even though there were no bones in the test scene, you still need to uncheck the warp using bones box on each of the image layers.
I've since added bones to the scene and used bind layer on the switch layer and it works perfectly.
Very cool...and thanks to John Csaky at Smith Micro.
-
- Posts: 370
- Joined: Thu Aug 05, 2004 2:23 am
- Location: Los Angeles
- Contact:
If you're not afraid of diving into code, you can open a copy of your AS file in a text editor and batch edit a setting like "warp with bones" all in one go. Of course this attribute has a different name:
(can someone confirm this?)
Code: Select all
parent_bone -1 is "don't warp"
parent_bone -3 is "warp"
parent_bone 0 is "bound to bone"