|
sergeyk, Newbie
Posted: 15 August 2011 10:28 AM Total Posts: 5
Hey There, I am totally new to Away3D. I tried to run example project, but flash player debug error occurred.
Error #2044: Unhandled ErrorEvent:. text=Error #3702: Context3D not available.
I have the flash player 11 beta 2 (11.0.1.89) installed, playerglobal.swc (080811), FlashDevelop 4, sdk 4.5.1, with -swf-version=13 compiler argument.
Thanks for any help/tips.
|
Amon, Newbie
Posted: 15 August 2011 11:06 AM Total Posts: 15
[ # 1 ]
Set wmode on ‘direct’ or ‘gpu’ - it’s obligatory for now as far as it goes for web browser plugins. And since there is no standalone player this is probably the only way to get things work properly.
|
sergeyk, Newbie
Posted: 15 August 2011 11:30 AM Total Posts: 5
[ # 2 ]
Wmode was set to “direct”. I’ve tried “gpu”, nothing changed.
|
Amon, Newbie
Posted: 15 August 2011 12:06 PM Total Posts: 15
[ # 3 ]
Pls, upload your project…
|
sergeyk, Newbie
Posted: 15 August 2011 12:48 PM Total Posts: 5
[ # 4 ]
|
Apprentice, Jr. Member
Posted: 15 August 2011 01:14 PM Total Posts: 45
[ # 5 ]
In project properties try changing “Play: Open in Popup” to “Open Document” then “Edit” -> bin/index.html (or wherever your html is located) and then run your project again.
I think (but am not sure) that the “Open in Popup” tries playing your .swf in a standalone flash player of which there is no flash 11 beta version of. (please correct me if I’m wrong)
—Apprentice
|
sergeyk, Newbie
Posted: 15 August 2011 01:25 PM Total Posts: 5
[ # 6 ]
Apprentice - 15 August 2011 01:14 PM In project properties try changing “Play: Open in Popup” to “Open Document” then “Edit” -> bin/index.html (or wherever your html is located) and then run your project again.
I think (but am not sure) that the “Open in Popup” tries playing your .swf in a standalone flash player of which there is no flash 11 beta version of. (please correct me if I’m wrong)
—Apprentice
Thanks a lot. It works!
|
Amon, Newbie
Posted: 15 August 2011 01:27 PM Total Posts: 15
[ # 7 ]
It actually does play it in ActiveX plugin, however without any index markup so there is no wmode param passed what causes the problem… Yep, try it in a browser through an index file either manually or set in your project’s properties TestMovie box to “open document” with “.\bin\index.html” path : ) cheers
|