Any way to ediot the slide swfs?

Mar 28, 2011

Hi guys, can anyone point me in the direction of posts on how to edit the slide swf? I can get in and change them, but I was wondering if there's any way to keep the links etc working if you edit it - for example if you create a link from an image, but you edit the swf so that the image becomes a button?


Chris

3 Replies
Phil Corriveau

Hi Chris. It sounds like you're using a Flash decompiler.  It's been a couple of years since I did this very thing with Sothink's decompiler...so I can't remember if the links stayed intact for me, but I do recall the text not converting cleanly and had to be redone.  I guess worst case scenario, you can reestablish the links in Flash.  What are the links supposed to be going to...a URL or another slide?

Phil Corriveau

Here's some legacy ActionScript code from the AP4 days that I'm pretty sure still works with AP '09.  Be sure to publish your edited file(s) in Flash 6.

To go to specific slide number:
_global.artPlaySlide(slidenum);

To go to the next slide:
_global.artPLayNextSlide();

To go to the previous slide:
_global.artPlayPreviousSlide();

Hope this helps...

This discussion is closed. You can start a new discussion or contact Articulate Support.