Jump to content

Adobe Flash CC .SWFs give error "FlashCharacterSprite::parseTags(): unknown tag: 86 11


photo

Recommended Posts

I am exploring Flash capabilities of Unigine and see this error message.

 

 

I created a .SWF in "Adobe Flash Professional CC" (version 13.1.0.266). I have tried setting the "publish settings" to both the oldest and newest versions. I am loading the SWF with the code;

flash = new WidgetFlash(engine.getGui(),swfpath);
engine.gui.addChild(flash,GUI_ALIGN_OVERLAP | GUI_ALIGN_BACKGROUND);
flash.setFrame(0);

I have attached a .ZIP of the flash file and compiled SWF. There is no actionscript.

two.zip

Link to comment

Hi,

 

86 is DefineSceneAndFrameLabelData tag.

 

I'm afraid this tag is not supported. The DefineSceneAndFrameLabelData contains scene and frame label data for a MovieClip.

Full description of this tag can be found in SWF File Format Specification.

 

I was able to load compiled SWF after adding Flash Player 9 support to the publishing settings in Adobe Flash CC. Please, check this forum post: https://forums.adobe.com/message/5510986#5510986

 

However, since Adobe Flash CC doesn't support AS 2.0 and Unigine supports only AS 2.0 we recommend to stick on the Adobe Flash CS6 for now.

 

Sorry for the inconvenience caused.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...