PDA

View Full Version : Customized Components as shared assets


ufitzi
02-04-2005, 04:14 PM
Here are my troubles regarding shared customized components:

My main movie pulls in new swfs for each new section of the app.
Many of these swf's are scrollpanes, which are customized using actionscript and by modifying the Scrollbar pieces.
Everything works and looks fine, but there is no reason to have each Scrollpane SWF contain its' own version of the modified Scrollbar MC's.
So I decided to place them all in my main movie and export them as shared assets.

Here is where the problems begin to occur.
I'm importing the pieces into my text swf's but they are not displaying properly.
I'm wondering if the fact that they are also exported for ActionScript in the MAIN movie is causing the problem.
Well, thanks fo reading this, if anyone has any suggestions I'd love to here them.
-Ben

ufitzi
02-04-2005, 04:40 PM
Here are my troubles regarding shared customized components:

My main movie pulls in new swfs for each new section of the app.
Many of these swf's are scrollpanes, which are customized using actionscript and by modifying the Scrollbar pieces.
Everything works and looks fine, but there is no reason to have each Scrollpane SWF contain its' own version of the modified Scrollbar MC's.
So I decided to place them all in my main movie and export them as shared assets.

Here is where the problems begin to occur.
I'm importing the pieces into my text swf's but they are not displaying properly.
I'm wondering if the fact that they are also exported for ActionScript in the MAIN movie is causing the problem.
Well, thanks fo reading this, if anyone has any suggestions I'd love to here them.
-Ben