Thank you, I am trying this now.
--- In [email protected], "luvfotography" <ygro...@...> wrote:
>
> Yes, in the project properties, in the 'Flex Build Path', in the
> 'Library Path', select 'Framework linkage:' = Runtime shared library
(RSL)
> then open the 'Flex 3 twistie' and go down to 'framework.swc',
> highlight 'RSL URL' and click edit,
> enter in the location of the swc file:
> http://www.yoursite.com/somefolder/framework_3.0.0.477.swz
> do the same for swf
> thanks,
> -steve
>
> --- In [email protected], "uclamerrick" <merrick@> wrote:
> >
> > I have an swf file that is possible to embed. When looking to reduce
> > the file size I found out about runtime shared libraries so I changed
> > the framework linkage to RSL in flex builder 3 and then in the
> > deployment path setting for the swz and swf framework files I added
> > the url for the policy file.
> >
> > I am getting RSL Error 1 of 1, Error #2048 when I embed my swf on
> > http://sub.mydomain.com. The swf file, crossdomain.xml, and swf and
> > swz files are located at http://mydomain.com. If I place the framework
> > files on sub.mydomain.com then everything works.
> >
> > I would like my application to be able to be embedded from any domain
> > without those 3rd party domains having the framework files swf/swz
> > hosted on their domains.
> >
> > Does anyone know how to resolve this, if its possible?
> >
> >
> > contents of my crossdomain.xml
> >
> > <?xml version="1.0"?>
> > <cross-domain-policy>
> > <allow-access-from domain="*" secure="false"/>
> > </cross-domain-policy>
> >
>