[AS 2] Hi friends;
I am having a strange issue. Let me explain simply;
Im developing a newsletter application for one of my clients, it has a built in WYSIWYG editor, and on the editor, i have controls like font face, size and simple formatting. Everything works good when my “Export Frame For Classes” is set to first frame. But in order to preload the application i need to change it to 2nd frame. When i do it, the comboboxes stops functioning.
The strange thing is, my combobox enters to the stage at the 3th frame, so logically, when i set the export frame to 2, it should work fine, but it is not…
What do you think? Am i on wrong track?
Anyone? No idea about this situation?
Hi phantasmagoria,
Are you using AS3 ? If so classes will always export on frame 1 no matter what you set “Export Frame For Classes” to.
I’d suggest preloading in a seperate .swf and loading in your current .swf rather then doing a first frame preload.
This should sort the problem out
Chris
{update: my bad just noticed your using AS2 . Would still recommend preloading into another .swf and see what happens}
Hi ravenwill;
on my situation, loading from a different swf is not an option ): thanks for your suggestion.
