I’ve been having trouble getting the Flashpaper 2 API to load in a flash movie.
Macromedia has posted this info:
and there is another article with more info as well.
But, I used:
var fp = fp_mc.getIFlashPaper();
if (!fp) {
trace(“step 1”);
return;
}else{…
fp_mc.loadMovie(“test.swf”);
and it works with executables - and on with html documents opened from my computer. Standalone SWFs - however - don’t work.
Any ideas?
EDIT: Clarified part of problem