flash - Performance issue with swf having text content while using in page Flip class -


i have pageflip project , have 15 swf. of swf having image content loading(fliping effect) smoothly , if swf having text content loading slowly.

var ocf:object = pageflip.computeflip (this.pagecorner.clone(),                                                         this.lastflippedcorner,                                                         this.width/2,                                                         this.height,                                                         !this.tearactive,                                                         1);                   pageflip.drawbitmapsheet (ocf,                                             this.render,                                             this.bitmapdata[frontindex],                                             this.bitmapdata[backindex]); 

any 1 please tel me possible error while handling swf image , text content. there difference in process of these 2 kind of swfs

http://code.google.com/p/ricardo-flex/source/browse/trunk/libro1/com/foxaweb/pageflip/pageflip.as?r=7

as understand, kind performance issue caused not setting swfobj.cacheasbitmap property true. flash player has recompute positions of each vector element(text, shapes etc) on each frame update.

one solution setting cacheasbitmap true loaded swfs.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -