spmc
July 14, 2008, 9:04pm
1
I’m trying to find out if it’s possible to import an flash paper into a main.swf. and have the Flash Paper controls still work?
Has anyone ever done this?
I have the FlashPaper coming into an emptyMovieClip but the controls on the Flash Paper are no longer working.
Thanks for any help.
Adam1
July 14, 2008, 9:20pm
2
Probably has to do with paths - any code referencing “_root” in the external swf won’t reference what it’s supposed to once loaded in. Hope that made sense.
spmc
July 14, 2008, 9:31pm
3
Makes sense.
The FlashPaper code on the controls are put into place once you run the doc through it, I take it you can’t control any of that.
Anyone know?