Skip to main content
May 18, 2011
Question

compile with Flash CS5 - stageVideo

  • May 18, 2011
  • 1 reply
  • 2118 views

Hello guys,

I have a really annoying pb and I can't figure it out... I am using Flash CS5 to compile my AS3 classes. In order to test stageVideo, I configure mon flash CS5 by using these instructions : http://rhuno.com/flashblog/2011/04/04/how-to-compile-for-flash-player-10-2-with-flash-cs5/

So :

- I dowloaded he last SDK release today.

- I copy/paste the "playerglobal.swc" file in the good place. (Applications/Adobe Flash CS5/Common/Configuration/ActionScript 3.0/FP10.2/)

- I  change the xml like that : 

<player id="FlashPlayer10.2" version="11" asversion="3">

   <name>Flash Player 10.2</name>

   <path builtin="true"/>

   <path platform="WIN">Device Central/adcdl.exe</path>

   <path platform="MAC">Device Central/adcdl</path>

   <playerDefinitionPath as2="$(UserConfig)/Classes/FP10;$(UserConfig)/Classes/FP9;$(UserConfig)/Classes/FP8;$(UserConfig)/Classes/FP7" as3="$(AppConfig)/ActionScript 3.0/FP10.2/playerglobal.swc" />


...

Then, I restarted Flash CS5 and I tested the autocompletion in order to see that this kind of thing work :

flash.medias.StageVideo

.. and yes it is.

But when I tried to compile my fla, I still got this message :

VerifyError: Error #1014:  flash.media::StageVideo can not be found

What am I doing wrong ?

Tkx for any kind of help !

D

This topic has been closed for replies.

1 reply

relaxatraja
Inspiring
May 19, 2011

Is this typo error:

flash.medias.StageVideo

flash.media.StageVideo

May 19, 2011

Tkx for your message.

The error which is displayed by the IDE is :

VerifyError: Error #1014: La classe flash.media::StageVideo est introuvable.

which means in english

VerifyError: Error #1014: Classe flash.media::StageVideo can not be found.

But anyway, the StageVideo.as is located in flash.media, isn't it ?

Tkx by advance

relaxatraja
Inspiring
May 19, 2011

Dont do anything manually, Just download the zip at the end of the article you shown, and follow the readMe instructions and check it again. Because I done the same before and it works without any errors. I targeted flash player 10.2 in the publish settings and actionscript 3.0 is the version selected.