New to the forums, FP11 and Away3d - I’ve done lots of googling but can’t seem to figure this one out.
I’m using Flash Player 11 RC, FlashDevelop 4, FlexSDK 4.5.1, and the updated playerglobal.swc.
Right now on git I can only seem to find broomstick examples, looks like there’s nothing posted yet specific to FP11 RC.
I have FP11 RC ActiveX for IE (x64 as I am on 64-bit Win 7) installed.
I’m using -swf-version=13 in additional compiler options
Output tab is set to Flash Player 10.1 (with playerglobal.swc for RC 11 being in the 10.1, 10.2 and 10.3 folders since everything I’ve read on this seems to differ, so I’m covering my bases).
Test Project drop-down is set to Play: Open in Popup.
I do indeed get FP 11 to pop up upon successful debug/test build of any of the examples. I can even see the stats in the upper-left hand corner of the Flash Player. However I cannot see any output.
Output window text is as follows:
Loading configuration file C:\Users\jlefevre\Desktop\Project\Away3DTest\obj\Away3DTestConfig.xml
Files changed: 0 Files affected: 1
obj\Away3DTest634511810569396774 (276975 bytes)
Warning: Source path entry, ‘C:\Users\jlefevre\Desktop\Project\Away3DTest\src’, is a subdirectory of source path entry, ‘C:\Users\jlefevre\Desktop\Project\Away3DTest’.
(fcsh)Build succeeded
Done(0)
Cannot debug a movie running in ActiveX Flash Player.
[Capturing traces with FDB]
Anything anyone might know from this information that will help me see output is greatly appreciated!
Edit: addt’l details - I am also using IE8 as at work we have to, and I don’t know that IE9 is required in this case.