Welcome, Guest. Please login or register.
Did you miss your activation email?
05/22/12, 07:19
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  Flash 8 (Moderators: Jorge Solis, ..:: Mazhar Hasan ::.., Andresss)
| | |-+  loadMovie() loaded swf runs slow???
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: loadMovie() loaded swf runs slow???  (Read 1655 times)
dc2698
Server what's that
*
Posts: 9


View Profile Email
« on: 10/19/09, 05:08 »

I opened a new Flash 8 document, and on Layer 1 Frame1 I added this code:


Code:
this.createEmptyMovieClip("target_mc1",10);
loadMovie("pageflip.swf","target_mc1");

The stage is 800x600 and pageflip.swf is 652x398.

pageflip.swf by itself runs very smoothly and fast, but when loaded into another swf it runs sloppy and slow.

How can I increase the frame rate/speed of the loaded pageflip.swf please?
Logged
Ronald Wernecke
Administrator
Systems Administrator
*****
Posts: 6175


View Profile WWW Email
« Reply #1 on: 10/19/09, 06:51 »

loaded movieclips are allways running at the framerate of the parent clip.
The only way to increase the framerate, is increase the framereate of the parent.
In one application the framerates have to be the same, and are allways the same as of the master movieclip loaded first.
Logged

happy flashing
Cool
Ronald
dc2698
Server what's that
*
Posts: 9


View Profile Email
« Reply #2 on: 10/21/09, 01:38 »

Thank a bunch!  Your tip is just like a blink!
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!