Re: Help with error

2016-02-19 Thread Alex Harui
This error usually means you are mixing Flex SDK versions. Versions after the year 2010 expect 4 arguments. Prior versions use 3. HTH, -Alex On 2/19/16, 5:01 PM, "mark goldin" wrote: >But I do have a resource file. > >On Fri, Feb 19, 2016 at 6:54 PM Jason Taylor

Re: Help with error

2016-02-19 Thread mark goldin
But I do have a resource file. On Fri, Feb 19, 2016 at 6:54 PM Jason Taylor wrote: > check these: > > > http://stackoverflow.com/questions/2914195/cant-find-compiled-resource-bundles > https://forums.adobe.com/thread/448455 >

RE: Help with error

2016-02-19 Thread Jason Taylor
check these: http://stackoverflow.com/questions/2914195/cant-find-compiled-resource-bundles https://forums.adobe.com/thread/448455 https://github.com/reflex/reflex-framework/issues/9 -Original Message- From: mark goldin [mailto:markzolo...@gmail.com] Sent: Friday, February 19, 2016

Help with error

2016-02-19 Thread mark goldin
This is the error I am getting: ArgumentError: Error #1063: Argument count mismatch on mx.resources::ResourceManagerImpl/installCompiledResourceBundles(). Expected 3, got 4. at mx.core::FlexModuleFactory/installCompiledResourceBundles() at mx.core::FlexModuleFactory/docFrameHandler() at

Re: Flex on Win10

2016-02-19 Thread Clint M
You'll see this error if flash builder is unable to edit the flash player trust file on your local machine. Run flash builder as admin and reimport the project. Or as a workaround you can edit your global security config settings and trust the directory that the swf lives in. Or you can just

Re: Flex on Win10

2016-02-19 Thread Clint M
Looks like the flashlog.txt file location has changed as per: https://forums.adobe.com/thread/1491485 Win7: %USERNAME%/AppData/Local/Google/Chrome/User Data/Default/Pepper Data/Shockwave Flash/System WinXP: %USERNAME%/Local Settings/Application Data/Google/Chrome SxS/User Data/Default/Pepper

Re: Specified path is invalid error

2016-02-19 Thread olegkon
It worked fine when I removed "src" dir as default, it accepted other dirs as source, a bit weird but works. -- View this message in context: http://apache-flex-users.246.n4.nabble.com/Specified-path-is-invalid-error-tp11972p12037.html Sent from the Apache Flex Users mailing list archive

Re: Flex on Win10

2016-02-19 Thread olegkon
Chris, Yes, I am running in Debug FP: YOUR SYSTEM INFORMATION Your Flash Version 20.0.0.306 (debug version) Your browser name Google Chrome (PPAPI) Your Operating System (OS) Windows (Window 10) -- View this message in context:

Re: Flex on Win10

2016-02-19 Thread olegkon
Tried running FB4.7 (on Eclipse 4.2.2/64) as admin, still getting same exception: SecurityError: Error #2148: SWF file file:///C:/web/FlexTest1/bin-debug/FlexTest1.swf cannot access local resource file:///C:/web/FlexTest1/bin-debug/framework_4.6.0.23201.swf. Only local-with-filesystem and trusted

Re: Flex on Win10

2016-02-19 Thread Clint M
2) tried to use trace() inside the app. created mm.cfg, put in the root. Running Flash player 20 in Chrome with Debug. It still did not create the log or even the Logs directory where it supposed to go: c:\users\myid\AppData\Roaming\Macromedia\Flash Player\... Are you actually running the debug

Re: Flex on Win10

2016-02-19 Thread Scott
Try running flash builder as 'administrator' (right click on flash builder icon). On Thu, Feb 18, 2016 at 11:41 PM, Oleg Konovalov wrote: > Hi, > > I recently started doing Flex development on Win10 with FB4.7/Flex SDK4.6 > on Flash player 20 > > Got a few strange issues: > 1)