PDA

View Full Version : Migration from flash mx to flash 8


omarb
11-14-2006, 02:56 PM
Hi,
i am migrationg my application from flash mx to flash 8
when compiling i got like 90 warnings, the following are some examples:

**Warning** The linkage identifier 'Tree' was already assigned to the symbol 'Tree', and cannot be assigned to the symbol 'PDF/Tree', since linkage identifiers must be unique.

**Warning** The linkage identifier 'RadioButton' was already assigned to the symbol 'export/RadioButton', and cannot be assigned to the symbol 'PDF/RadioButton', since linkage identifiers must be unique.

**Warning** The linkage identifier 'btnCancel' was already assigned to the symbol 'PDF/pdfCancel', and cannot be assigned to the symbol 'PDF/pdfCancel', since linkage identifiers must be unique.

:confused: any idea on how to fix those? :confused:
thanks.

mcmcom
11-14-2006, 05:26 PM
in your library you have many items with the same linkage identifier, by the look of the error messages you have items in the root of your library then items in a PDF directory, most likely the items in the pdf dir either should have linkage turned off completely, or renamed to something unique.

hth,
mcm