Loading the SWF itself into the embed tag won't cause any security
restrictions - unless the web server is configured to disallow that
(that's an IIS or apache thing).
If the SWF file is loading content within itself (images, audio,
video, additional SWF files) then you may run into security issues.
The cross domain policies or streaming media server settings may take
care of that.
cheers,
jon
I want to build a small widget in Flex. I want to host the swf file
on my server. What I will give my customers is a small html code
snippet that they can place anywhere on their site. This html code
snippet will have the object tag, but will point to my server to down
load the swf file.
Can this be done with the Flash Player security? If the Flash Player
security stops this, I'm sure there is some way to do this with
tunneling or something.
Thanks,
Dale