I see it. Thanks. Here is my script block:
<script type="text/javascript">
var flashvars = {};
flashvars.localeChain = 'fr-FR';
flashvars.resourceModuleURLs="fr_FR_ResourceModule.swf";
var params = {};
            params.quality = "high";
            params.bgcolor = "#ffffff";
            params.allowscriptaccess = "sameDomain";
            var attributes = {};
            attributes.id = "alarms";
            attributes.name = "alarms";
            attributes.align = "middle";
     swfobject.embedSWF('alarms.swf', 'mainDiv', '100%', '100%', '14.0.0',
'expressInstall.swf', flashvars,  params, attributes);
   </script>

Unless I remove params.allowscriptaccess nothing goes on screen. Not even
Initializing progress bar.

On Thu, Oct 15, 2015 at 10:25 AM Alex Harui <[email protected]> wrote:

>
>
> On 10/15/15, 3:30 AM, "mark goldin" <[email protected]> wrote:
>
> >So, loading a resource module is what sets a different locale?
>
> According to the docs [1], localeChain would be one of the flashvars.
> Look for the section "Preloading resource modules at run time” near the
> bottom of the page.
>
> -Alex
>
> [1]
> http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084
> -7f3c.html
> <http://help.adobe.com/en_US/flex/using/WS2db454920e96a9e51e63e3d11c0bf69084-7f3c.html>
>
>
>

Reply via email to