compile with Flash CS5 - stageVideo
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