[img:left]http://mmf.nijumi.de/extensions/cap.jpg[/img] Here the next Extension.
You can get some informations about the system.
Example:
Start the example
Download:
Go to Downloadpage
[img:left]http://mmf.nijumi.de/extensions/cap.jpg[/img] Here the next Extension.
You can get some informations about the system.
Example:
Start the example
Download:
Go to Downloadpage
Just wanted to let you know that I receive an error message while trying to compile the application. I'm using b252.
Code:Loading configuration file C:\Program Files\Multimedia Fusion Developer 2\Data\Runtime\Flash\Flex\frameworks\flex-config.xml C:\Documents and Settings\Olivier\Local Settings\Temp\Fla1083.tmp\Extensions\CRunCapabilities.as(41): col: 41 Error: Accès à la propriété cpuArchitecture peut-être non définie, via la référence de type static Class. var question:String = Capabilities.cpuArchitecture; ^ C:\Documents and Settings\Olivier\Local Settings\Temp\Fla1083.tmp\Extensions\CRunCapabilities.as(62): col: 42 Error: Accès à la propriété maxLevelIDC peut-être non définie, via la référence de type static Class. var questiond:String = Capabilities.maxLevelIDC; ^ C:\Documents and Settings\Olivier\Local Settings\Temp\Fla1083.tmp\Extensions\CRunCapabilities.as(171): col: 53 Error: Accès à la propriété isEmbeddedInAcrobat peut-être non définie, via la référence de type static Class. var isEmbeddedInAcrobat:int = int(Capabilities.isEmbeddedInAcrobat); ^ C:\Documents and Settings\Olivier\Local Settings\Temp\Fla1083.tmp\Extensions\CRunCapabilities.as(201): col: 56 Error: Accès à la propriété supports32BitProcesses peut-être non définie, via la référence de type static Class. var supports32BitProcesses:int = int(Capabilities.supports32BitProcesses); ^ C:\Documents and Settings\Olivier\Local Settings\Temp\Fla1083.tmp\Extensions\CRunCapabilities.as(206): col: 56 Error: Accès à la propriété supports64BitProcesses peut-être non définie, via la référence de type static Class. var supports64BitProcesses:int = int(Capabilities.supports64BitProcesses); ^
Yes, i have forgett the flex-config-file ! Download an replace it.. see here:
http://community.clickteam.com/showthread.php?t=63730&p=500916&viewfull=1#post500 916
Thank you for your quick answer. So I have edited my flex-config.xml so it targets player version 10.1.0. And now the error message is shorter, any clue?
Code:Loading configuration file C:\Program Files\Multimedia Fusion Developer 2\Data\Runtime\Flash\Flex\frameworks\flex-config.xml C:\Documents and Settings\Olivier\Local Settings\Temp\Fla12A7.tmp\Extensions\CRunCapabilities.as(41): col: 41 Error: Accès à la propriété cpuArchitecture peut-être non définie, via la référence de type static Class. var question:String = Capabilities.cpuArchitecture; ^ C:\Documents and Settings\Olivier\Local Settings\Temp\Fla12A7.tmp\Extensions\CRunCapabilities.as(201): col: 56 Error: Accès à la propriété supports32BitProcesses peut-être non définie, via la référence de type static Class. var supports32BitProcesses:int = int(Capabilities.supports32BitProcesses); ^ C:\Documents and Settings\Olivier\Local Settings\Temp\Fla12A7.tmp\Extensions\CRunCapabilities.as(206): col: 56 Error: Accès à la propriété supports64BitProcesses peut-être non définie, via la référence de type static Class. var supports64BitProcesses:int = int(Capabilities.supports64BitProcesses); ^
mh.. change it to <target-player>11.0.0</target-player>
and test it again![]()
By doing that, the error log tells me "unable to open 'libs/player/11/playerglobal.swc'". So I went ahead and duplicated the one from version 10, but then I receive the same shorter error log as above.
That means you don't have the Flash 11 playerglobal.swc yet.![]()
Thank you for the tip Stephen, the file is available for download here: http://www.adobe.com/support/flashplayer/downloads.html
Oh yes.. sorry, i have forgott to "add" the new playerglobal.swc in the current folder :-/
Don't worry Jens. Another great extension by the way.![]()