thank blizzard and wpeterson.
yes flash has built in slide presentation and simulating powerpoint slides in flash get us the best quality but in my project i should convert about 60 powerpoint file into flash so in these cases appearing errors is unavoidable.
i tried the three software that wpeterson suggest. ppt2flash and powerconverter didn't give a good quality and they export all slides in one swf file. but articulate presenter export each powerpoint slide in separate swf file and it applied the rehearsed animation and also the quality was good. so i chose this software.
after i converted the slides i loaded them into flash but another problem was that the loaded swf file was bigger than movie clip. then i used _xscale and _yscale to make them smaller the code was like this:
Code:
loadmovie("/slides/"+slideNum+".swf",mc);
mc._xscale=75;
mc._yscale=75;
thanks a lot about all your helps.
Bookmarks