GonzaloFJ
GonzaloFJ

Reputation: 85

Can I block a nested swf to make http calls?

For instance: I have a swf, lets say "A", that loads another swf, "B". Can I block on B any kind of communication with internet?

 A loads B --- X --- internet
 ^                      ^
 |______________________|

Thank you!!! G.

Upvotes: 0

Views: 63

Answers (1)

ansiart
ansiart

Reputation: 2571

No you cannot. Internet access is not something you can block security-wise.

Upvotes: 1

Related Questions