10-19-2012 07:06 AM
Containing the game files by extension ( HTML - CSS - Javascript - SWF )
After compile the source using WebWorks 10 SDK
Found that the part that contains flash file does not work properly
The error showed a text On the phone screen
But the rest of the files works well
the problem only in the swf file
Bearing in mind that the same this source been used with WebWorks Playbook but Operating at full efficiency
How can I solve this problem.
Engineer : Eslam Mohamed
Solved! Go to Solution.
10-19-2012 08:43 AM
To enable the Flash plug-in, set the id to enable-flash. You must make the <feature id="enable-flash"> element a child of the <widget> element; it cannot be a child of the <access> element.
https://developer.blackberry.com/html5/documentati
10-19-2012 08:43 AM
In the config.xml you need this
<feature id="enable-flash"/>
10-19-2012 06:27 PM
thanks Nukul ![]()