--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
> If you load
> from the same domain, it can do anything it wants.
>  
This is our main concern at the moment, as the user would upload their
custom animation swf to our server. Our player, located on the same
server, would then load this custom swf on top of any other content.

Our intent was to try and scan the uploaded swf for any content that
might be harmful and if there isn't any, let it proceed to be used in
our flex app(vid player).

Another idea I had was to build a Template component that has a few
common methods needed for the player. This Template component could
load a custom users swf into it, but, the Template component restricts
the type of methods that can be called(eg it would disallow
navigateToUrl, loadSound, etc...)

Is this even possible? I mean, is it possible for a custom component
or custom swf to restrict loaded content from executing certain functions?

cheers
erick

Reply via email to