Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
"Unsafe JavaScript attempt to access frame with URL" error, but communication works. Anyone encountered this?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  6 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
findchris  
View profile  
 More options Dec 14 2011, 11:52 pm
From: findchris <findch...@gmail.com>
Date: Wed, 14 Dec 2011 20:52:57 -0800 (PST)
Local: Wed, Dec 14 2011 11:52 pm
Subject: "Unsafe JavaScript attempt to access frame with URL" error, but communication works. Anyone encountered this?

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 }}

},

{
  remote: {},
  local: {
    finish: function() { alert('finished'); }
  }

});

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.

I'd appreciate any debugging tips.

Thanks so much.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
findchris  
View profile  
 More options Feb 9 2012, 4:32 pm
From: findchris <findch...@gmail.com>
Date: Thu, 9 Feb 2012 13:32:10 -0800 (PST)
Local: Thurs, Feb 9 2012 4:32 pm
Subject: Re: "Unsafe JavaScript attempt to access frame with URL" error, but communication works. Anyone encountered this?
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Øyvind Sean Kinsey  
View profile  
 More options Feb 10 2012, 1:09 am
From: Øyvind Sean Kinsey <oyv...@kinsey.no>
Date: Thu, 9 Feb 2012 22:09:56 -0800
Local: Fri, Feb 10 2012 1:09 am
Subject: Re: "Unsafe JavaScript attempt to access frame with URL" error, but communication works. Anyone encountered this?

Whenever you embed flash on a page with multiple frames of different
origin, you will see this warning.
Not much you can do about it..

Øyvind Sean Kinsey


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Øyvind Sean Kinsey  
View profile  
 More options Feb 10 2012, 12:17 pm
From: Øyvind Sean Kinsey <oyv...@kinsey.no>
Date: Fri, 10 Feb 2012 09:17:18 -0800
Local: Fri, Feb 10 2012 12:17 pm
Subject: Re: "Unsafe JavaScript attempt to access frame with URL" error, but communication works. Anyone encountered this?

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Johnson  
View profile  
 More options Feb 10 2012, 1:44 pm
From: Chris Johnson <findch...@gmail.com>
Date: Fri, 10 Feb 2012 10:44:14 -0800
Local: Fri, Feb 10 2012 1:44 pm
Subject: Re: "Unsafe JavaScript attempt to access frame with URL" error, but communication works. Anyone encountered this?

Thanks for clarifying.

2012/2/10 Øyvind Sean Kinsey <oyv...@kinsey.no>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
logan.volk...@yupiq.com  
View profile  
 More options Mar 26, 7:14 pm
From: logan.volk...@yupiq.com
Date: Tue, 26 Mar 2013 16:14:50 -0700 (PDT)
Local: Tues, Mar 26 2013 7:14 pm
Subject: Re: "Unsafe JavaScript attempt to access frame with URL" error, but communication works. Anyone encountered this?

Yeah, Øyvind is right.

I did some googling and testing. Here are some links to people with similar
problems (not just related to EasyXDM):

http://stackoverflow.com/questions/8041009/unsafe-javascript-access-f...
http://stackoverflow.com/questions/10680174/swfobject-inside-iframe-c...
http://stackoverflow.com/questions/13714501/zeroclipboard-zlip-causin...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »