You are probably running into a cross domain issue in that different protocols (and things like sub domains) require security sandbox configurations.
Unfortunately, this is not really a SWFObject related question, but more a general Flash one (which means you most likely won't get the help or answers you require from this list). I'd have a read up on the Flash security whitepaper so that you have a good understanding of the way things are locked down, and how a admin can open up communications to trusted locations. I would also install the debug version of the Flash player so that you can view any runtime security errors or exceptions. In addition, an http traffic monitoring program like service capture or charles can show what is going on behind the scenes. Cheers, Aran On Tue, Nov 10, 2009 at 1:34 AM, tsmolarski <[email protected]> wrote: > > Hello > We have strange problem. > To play swf movie we will use SWFObject and file.php?path=******** - > SWFObject("file.php?path=********",50,20,,7) > When we try load movie on HTTPS connection file.php lose some > variables needed to validate access privilages and generate error > "Can`t load movie". > When we use the same file on HTTP connection all is ok > > Can any body have the same problem, or you now how to fix this problem > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
