PDA

View Full Version : Problem in loading swf within Flex 1.5


rameosanjule
06-05-2006, 08:40 AM
Hi all,
I'm working with a flex project.The logo of that project is a spinning wheel created with flash tweens. I ve loaded that swf file into Flex using a Loader component. But despite of whatever framerate i ve specified, the wheel spins in a constant speed, which is a little bit slower than the expected speed of the wheel. Is there any option in flex to increase the framerate, or is there any other way to do this. Pls.help.

Tink
06-05-2006, 01:41 PM
don't quote me on this one, but i presume like flash, when an external movie is loaded into a main movie all content will run at the framerate of your main movie.

rameosanjule
06-05-2006, 02:29 PM
Thanks for reply,
Ok. From your point of view, is there any methods or property from which we can increase the frame rate of a flex file. Because flex file is my parent file which only holds that animated wheel.

Tink
06-05-2006, 02:47 PM
http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flex_Documentation&file=00000317.htm

rameosanjule
06-05-2006, 02:53 PM
Thanks a lot tink. actually during my R&D i have seen this option. But while implementation i ve forgot an option i saw like this. Thanks for your help.