Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to call ExternalInterface functions within local swf file #39

Open
GoogleCodeExporter opened this issue Apr 12, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Please refer to attached files. All files are lying on my box and I'm 
trying to call ExternalInterface function and default flash functions as 
well but without any success. 
2.
3.

What is the expected output? What do you see instead?
default flash methods and ExternalInterface methods should get called. I'm 
seeing error message as ERROR: Threw an exception: 
selenium.browserbot.getCurrentWindow().frames['test-
iframe'].document.getElementById("ColoredSquare").IsPlaying is not a 
function


What version of the product are you using? On what operating system?
FF 3.0, Windows 7

Please provide any additional information below.

command used to call function is 

ffbrowser.getEval("selenium.browserbot.getCurrentWindow().frames['test-
iframe'].document.getElementById('ColoredSquare').IsPlaying();")

Is this issue happening because swf locally situated?

Original issue reported on code.google.com by vikram.s...@gmail.com on 18 Feb 2010 at 10:44

Attachments:

@GoogleCodeExporter
Copy link
Author

I had this problem.  It was because the security settings of flash player. 
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_man
ager06.
html
Setting the Global security settings and the Website privacy settings to Always 
allow 
solves the problem.

Original comment by jeppa.re...@gmail.com on 7 Apr 2010 at 11:42

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant