PDA

View Full Version : Runtime/library Sharing 'Type was not found' error


matgreen
12-07-2008, 09:34 AM
Hi People

I am trying to create a shared library with runtime sharing so that I can update the interface for an online assessment program globally. I can import items from the shared library OK but once I give something an instance name I get the following error (questionInterface being the movieclip in question here):

1046: Type was not found or was not a compile-time constant: questionInterface.

I'm not sure what is causing this so if anyone knows a fix I will be very grateful.

Thanks

darnpunk
01-13-2009, 12:54 AM
Hi People

I am trying to create a shared library with runtime sharing so that I can update the interface for an online assessment program globally. I can import items from the shared library OK but once I give something an instance name I get the following error (questionInterface being the movieclip in question here):

1046: Type was not found or was not a compile-time constant: questionInterface.

I'm not sure what is causing this so if anyone knows a fix I will be very grateful.

Thanks

Sorry if I am hijacking your thread but I am facing this error too. Did you manage to fix this matgreen? Anyway, I have attached a file that shows the error.

Is this possible in the first place?