I want to pulish SWF file from .fla file. I have some scripts there, but when I pulished them – they don’t work. I get error from compiler:
1046: Type was not found or was not a compile-time constant
**Warning** The linkage identifier 'scrollableContent' was already assigned to the symbol 'pop_ups/__pop_up_other_elements/scrollableContent', and cannot be assigned to the symbol 'pop_ups/__pop_up_other_elements/scrollable_game_content', since linkage identifiers must be unique.
I google that error, but don’t find any appropriate answer.
I saw some information here, but it didn’t help me. http://curtismorley.com/2007/06/20/flash-cs3-flex-2-as3-error-1046/
Please, tell anybody what problem produce this error and how can I fix it? Thanx!
The official compiler errors list on Adobe’s site. In this case
Error 1046
Check your .fla file to make sure you have all the links for assets properly. One simple case is that you have something on the stage with a name and one of your scripts has the same name. You cannot define it twice. Fix one of them.