PDA

View Full Version : publish errors make andre mad boy!



monkeyhead
May 4th, 2007, 01:56 PM
hello,

lets get right to it...

my main movie (index2) has a loader component that plays portfolio.swf. in that movie (portfolio.swf) i have put 4 MC buttons, that when you click them they play another MC, ok...not that complicated. However, when i upload my movie to the server, those MC button become inactive...

here is the link, you can clearly see that nothing happens when you click the options under the PORTFOLIO menu
http://www.lexsarconcepts.com/index2.html

here is the link for the SWF file...it works the way i want it to
http://www.lexsarconcepts.com/portfolio.swf

what could be the issue?
FYI: i'm using AS2 for all files

Thank you,
Andre

designcliche
May 4th, 2007, 09:02 PM
are you using _root in your loaded movie? try this._parent.

monkeyhead
May 4th, 2007, 09:47 PM
i am using _root, but the SWF file (portfolio.swf) works when i publish it. however, when it's loaded in my main INDEX.HTML file via Loader component, the MC buttons become inactive.

did you get all that?
Thanks for the tip, i'll try it out,
Andre