Topic: Problems with public in flash
When I want to publis the new .FLA, I have a lot of errors...
**Error** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Línea 44: No se pudo cargar la clase o interfaz 'com.airtightinteractive.utils.TweenExtended'.
private var mPopupTween:TweenExtended;
**Error** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumb.as: Línea 159: No se pudo cargar la clase o interfaz 'com.airtightinteractive.utils.TweenExtended'.
mPopupTween = new TweenExtended(mBase_mc,["_x","_y","_xscale","_yscale","_alpha"],Regular.easeOut,[Options.thumbnailWidth/2,Options.thumbnailHeight/2,1,1,0],[0,0,100,100,100],10,false);
**Error** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerImageArea.as: Línea 149: No hay ningún método que lleve por nombre 'ArrayUtil'.
var i = ArrayUtil.indexOf(mImageLoadQueue,imageIndex);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 78: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mWidth = (Thumb.thumbWidth + Thumb.padding)*mColumns;
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 79: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mHeight = (Thumb.thumbHeight + Thumb.padding)*mRows - Thumb.padding;
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 106: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mNextBtn.setPosn(mWidth - Thumb.padding,(mHeight - mBackBtn.height)/2);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 109: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mBackBtn.setPosn(Thumb.thumbWidth/2- mBackBtn.width,mHeight);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 110: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mNextBtn.setPosn(Thumb.thumbWidth/2,mHeight);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 112: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mBackBtn.setPosn(Thumb.thumbWidth/2 - mBackBtn.width/2,mHeight);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 113: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mNextBtn.setPosn(mWidth - Thumb.thumbWidth/2 - mNextBtn.width/2 - Thumb.padding,mHeight);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 130: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
var maskWidth:Number = mWidth - Thumb.padding + Thumb.selectedFrameOffset*2;
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 131: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
var maskHeight:Number = mHeight + Thumb.selectedFrameOffset*2;
**Error** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 132: No hay ningún método que lleve por nombre 'RectUtil'.
RectUtil.rectangle(mClip_mc.mcDisplayMask, -Thumb.selectedFrameOffset,-Thumb.selectedFrameOffset,maskWidth,maskHeight);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 151: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mThumbs[i] = new Thumb(mClip_mc.mcDisplayArea.mcSlidingDisplayArea, i,mXMLManager.thumbPath + mXMLManager.imageFileNames[i]);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 156: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mThumbs[i].setPosn((Thumb.thumbWidth+Thumb.padding)*ipos + mWidth*pageIndex,
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 286: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
return mWidth - Thumb.padding;
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerThumbArea.as: Línea 299: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
return Thumb.thumbHeight;;
**Error** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerImage.as: Línea 225: No hay ningún método que lleve por nombre 'RectUtil'.
RectUtil.hollowRectangle(mFrame_mc,
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerStageManager.as: Línea 317: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mCaption_mc._y = Math.floor(thumbY + thumbH + Thumb.padding);
**Advertencia** C:Documents and SettingsJulioEscritorioSimpleViewerPro1.9Simple viewer pro para mi websourcecomairtightinteractiveappsviewerssimpleViewerStageManager.as: Línea 323: No se ha encontrado ninguna clase o paquete con el nombre 'com.airtightinteractive.apps.viewers.simpleViewer.Thumb' en el paquete 'com.airtightinteractive.apps.viewers.simpleViewer'.
mTitle_mc._y = Math.floor(thumbY - mTitle_mc.txtText.textHeight - Thumb.padding);
Total de errores de ActionScript: 20 Errores comunicados: 20