I have a very simple easyXDM-facilitated lightbox that gets opened with an easyXDM iframe. Consumer Code: new socialvibe.easyXDM.Rpc({ swf: provider_swf_url, remote: provider_window_url, container: lightbox_div, props: { style: {width: window_width }}
Provider Code: var rpc = new easyXDM.Rpc({ swf: provider_swf_url,
},
{ remote: { finish: {} }, local: { }
});
rpc.sendFinish = function() { rpc.finish(); } // define a convenience method to be compatible with existing code
Can you see anything that might be generating the "Unsafe JavaScript attempt to access frame with URL" error message 3 times?
My test consumer page does include jquery and swfobject libraries, but I don't see how these would cause this error. Otherwise, it is a very basic HTML page.
Sorry to bump this, but had a question about this recently and wanted
to see if anyone else might have encountered this. I appreciate any
guidance.
-Chris
On Dec 14 2011, 8:52 pm, findchris <findch...@gmail.com> wrote:
> I have a very simple easyXDM-facilitated lightbox that gets opened with an
> easyXDM iframe.
> Consumer Code:
> new socialvibe.easyXDM.Rpc({
> swf: provider_swf_url,
> remote: provider_window_url,
> container: lightbox_div,
> props: { style: {width: window_width }}},
> Provider Code:
> var rpc = new easyXDM.Rpc({
> swf: provider_swf_url,},
> {
> remote: {
> finish: {}
> },
> local: { }});
> rpc.sendFinish = function() { rpc.finish(); } // define a convenience
> method to be compatible with existing code
> Can you see anything that might be generating the "Unsafe JavaScript
> attempt to access frame with URL" error message 3 times?
> My test consumer page does include jquery and swfobject libraries, but I
> don't see how these would cause this error. Otherwise, it is a very basic
> HTML page.
On Thu, Feb 9, 2012 at 1:32 PM, findchris <findch...@gmail.com> wrote: > Sorry to bump this, but had a question about this recently and wanted > to see if anyone else might have encountered this. I appreciate any > guidance. > -Chris
> On Dec 14 2011, 8:52 pm, findchris <findch...@gmail.com> wrote: > > Hi there.
> > I have a very simple easyXDM-facilitated lightbox that gets opened with > an > > easyXDM iframe. > > Consumer Code: > > new socialvibe.easyXDM.Rpc({ > > swf: provider_swf_url, > > remote: provider_window_url, > > container: lightbox_div, > > props: { style: {width: window_width }}},
> > rpc.sendFinish = function() { rpc.finish(); } // define a convenience > > method to be compatible with existing code
> > Can you see anything that might be generating the "Unsafe JavaScript > > attempt to access frame with URL" error message 3 times?
> > My test consumer page does include jquery and swfobject libraries, but I > > don't see how these would cause this error. Otherwise, it is a very > basic > > HTML page.
> Sorry to bump this, but had a question about this recently and wanted > to see if anyone else might have encountered this. I appreciate any > guidance. > -Chris
> On Dec 14 2011, 8:52 pm, findchris <findch...@gmail.com> wrote: > > Hi there.
> > I have a very simple easyXDM-facilitated lightbox that gets opened with > an > > easyXDM iframe. > > Consumer Code: > > new socialvibe.easyXDM.Rpc({ > > swf: provider_swf_url, > > remote: provider_window_url, > > container: lightbox_div, > > props: { style: {width: window_width }}},
> > rpc.sendFinish = function() { rpc.finish(); } // define a convenience > > method to be compatible with existing code
> > Can you see anything that might be generating the "Unsafe JavaScript > > attempt to access frame with URL" error message 3 times?
> > My test consumer page does include jquery and swfobject libraries, but I > > don't see how these would cause this error. Otherwise, it is a very > basic > > HTML page.
> Including flash on a page will trowe these. Not much to do about it.. > On Feb 9, 2012 1:32 PM, "findchris" <findch...@gmail.com> wrote:
>> Sorry to bump this, but had a question about this recently and wanted >> to see if anyone else might have encountered this. I appreciate any >> guidance. >> -Chris
>> On Dec 14 2011, 8:52 pm, findchris <findch...@gmail.com> wrote: >> > Hi there.
>> > I have a very simple easyXDM-facilitated lightbox that gets opened with >> an >> > easyXDM iframe. >> > Consumer Code: >> > new socialvibe.easyXDM.Rpc({ >> > swf: provider_swf_url, >> > remote: provider_window_url, >> > container: lightbox_div, >> > props: { style: {width: window_width }}},
>> > rpc.sendFinish = function() { rpc.finish(); } // define a convenience >> > method to be compatible with existing code
>> > Can you see anything that might be generating the "Unsafe JavaScript >> > attempt to access frame with URL" error message 3 times?
>> > My test consumer page does include jquery and swfobject libraries, but I >> > don't see how these would cause this error. Otherwise, it is a very >> basic >> > HTML page.
On Friday, February 10, 2012 9:17:18 AM UTC-8, Øyvind Sean Kinsey wrote:
> Including flash on a page will trowe these. Not much to do about it..
> On Feb 9, 2012 1:32 PM, "findchris" <find...@gmail.com <javascript:>> > wrote:
>> Sorry to bump this, but had a question about this recently and wanted
>> to see if anyone else might have encountered this. I appreciate any
>> guidance.
>> -Chris
>> On Dec 14 2011, 8:52 pm, findchris <findch...@gmail.com> wrote:
>> > Hi there.
>> > I have a very simple easyXDM-facilitated lightbox that gets opened with >> an
>> > easyXDM iframe.
>> > Consumer Code:
>> > new socialvibe.easyXDM.Rpc({
>> > swf: provider_swf_url,
>> > remote: provider_window_url,
>> > container: lightbox_div,
>> > props: { style: {width: window_width }}},
>> > rpc.sendFinish = function() { rpc.finish(); } // define a convenience
>> > method to be compatible with existing code
>> > Can you see anything that might be generating the "Unsafe JavaScript
>> > attempt to access frame with URL" error message 3 times?
>> > My test consumer page does include jquery and swfobject libraries, but I
>> > don't see how these would cause this error. Otherwise, it is a very >> basic
>> > HTML page.