Check the allowscriptaccess property in your embed code. By default it's
"samedomain", I think, so if your swf and your html are in the same domain,
it should work without changing anythig, but it's worth checking

For instance, if you are using SWFObject and want to allow access from other
domains, you could do something like this:

so.addParam("allowscriptaccess","always");
Cheers
Juan Pablo Califano


2010/7/29 Boyd Speer <[email protected]>

> I am attempting to use either fscommand or external interface to tell the
> browser to load another .html file but can't seem to get it to work .. am I
> missing something regarding permissions or some other setting in the publish
> settings? (using Flash CS5, publishing  html with fscommand) tried to test
> the fscommand by using:  alert(command); but nothing happens- same with
> location = command (where command is the URL string). When I try
> navigateToURL(locationstring) within flash I get the same results. It must
> be something simple but too many late nights recently...  :)
>
> Thanks for any insights.
> -Boyd
>
> _______________________________________________
> Flashcoders mailing list
> [email protected]
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to