|
Guido, Member
Posted: 27 April 2012 08:41 AM Total Posts: 70
Hi,
now I’m migration my old 3.6 project to 4.0.
I changed the light, material and mesh handling and compiled it with flash builder and everything works fine. The I exported the release.
But in my browser I don’t see anything. The SWF-File was not loaded.
Does anybody have a idea why?
|
Limouse-Lee, Newbie
Posted: 27 April 2012 09:08 AM Total Posts: 10
[ # 1 ]
add the “wmode” param into your html file.
edit your “index.template.html” in the projetc floder “html-template”.
like the pictures in attachment.
|
Guido, Member
Posted: 27 April 2012 09:37 AM Total Posts: 70
[ # 2 ]
thank you for your answer.
I tried it out, but its the same result. The SWF-File doesn’t load.
Any other idea?
|
Colin Cohen, Newbie
Posted: 28 April 2012 03:08 PM Total Posts: 7
[ # 3 ]
Are you running the debug version of the Flash player? If not, download it and see if it’s not perhaps issuing error messages.
|
charlito, Jr. Member
Posted: 29 April 2012 10:32 PM Total Posts: 36
[ # 4 ]
hi dude..
i been having some troubles in that area too.
flash develop export everythink propertly, so, you can use it to export ur aplications. but if u r using flash builder, something that works for me, is edit the html file (within bin-debug) and add this line
params.wmode="direct";
hope i was helpfull as others have been helping me.
srry for my bad english thought.
|
Guido, Member
Posted: 30 April 2012 08:45 AM Total Posts: 70
[ # 5 ]
I now have installed the content debug version of flash player 11 and following error is displayed.
#1024 stack underflow
What can that be?
|
Guido, Member
Posted: 30 April 2012 09:54 AM Total Posts: 70
[ # 6 ]
I think the problem is solved. After commenting all trace - statements out it works fine.
|