flash q
flash q
- Started
- Last post
- 1 Response
- brozilla
attachMovie("myMovie_mc", 10)
myMovie_mc -export for AS
qustion is will this mc get loaded with the main swf? or will it load only when called? (similar to loadMovie)
- jpea0
anything that's linked in your library and is used in the movie will be included when you export it and won't be externally loaded (where would it load it from otherwise if there's no external file??)