My flash don't loaded
I make all this about flash. I put the crossdomain.xlm in the root, and I put the actionScript in my flash. But, calameo dont read the flash. Only have a small loaded. All the time loaded something, but my flash dont is.
Help my!!
Help my!!
2
people have this problem
I have this problem, too!
Tell me when someone solves it.
The more people who report this problem, the more it gets noticed.
The more people who report this problem, the more it gets noticed.
The company thinks this is not a problem.
-
Inappropriate?Hi!
Can you provide us with the URL you use for your SWF animation so we can check it out to see what's going wrong ?
Did you compile your SWF animation with AS3 support for Flash 9 or above?
Hope this helps.
Happy publishing.
I’m confident
-
Inappropriate?i'm happy, because the problem are: I'm put www.mysite.com/flash.swf with out http://
Now is http://www.mysite.com/flash.swf anf found.
Thank you!
I’m gerard
-
Inappropriate?now have one more problem. I put the swf, calameo read perfecly this, but onle reproduce the archive. Calameo don't read the actionscript and the reader dont cant interactive with the flash, only read, why?
I want put a flash for ex. the reader click in one bottom and the animation change, we want make a interactive magazine. Is possible this with calameo?
For make this, i unload the swf or the fla?
http://en.calameo.com/read/000068604a... magazine with error page 50-51
http://www.speciesmag.com/comic/monke... this is the swf reload in calameo.
Why calameo don't make like my web?
Thank and I sorry!
I’m gerard
-
Inappropriate?Hi!
You should consider placing a "stop();" actionscript on each keyframe of your animation.
Also, you should not use the "_root" syntax since your animation will not be placed at root level (prefer "this").
Be aware that actions associated with buttons or movieclips are not supported by AS3.
For instance, you should do something like this (in frame 1):
function rightClick(e:Event)
{
this.nextFrame();
}
this.right_button.addEventListener(MouseEvent.CLICK, rightClick);
stop();
Hope this helps.
Happy publishing.
I’m confident
Loading Profile...


