[Xerte] Is there a way to make an exit button?

Paul Swanson Paul.Swanson at harlandfs.com
Thu Aug 7 22:42:44 BST 2008


I changed the case to getURL('javascript:closeWindow()'); but it still
doesn't work. I also tried adding the following to the main setup
script:
 
// set security to allow access to scripts in our domain.
System.security.allowDomain('*.harlandds.com');
System.security.allowDomain('localhost');
 
I'm testing on localhost. The updated file still doesn't close the
window. It does (and did this with getURL) cause Firefox to open a new
tab, but it's blank. The Xerte window stays open. Oh, and Firebug (a
Firefox plugin for web developers) reports "closeWindow is not defined"
as a javascript error. I'm sure that's because it isn't finding the JS
code in the web page.
 
P


________________________________

	From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney
	Sent: Thursday, August 07, 2008 2:08 PM
	To: Xerte discussion list
	Subject: RE: [Xerte] Is there a way to make an exit button?
	
	
	getURL should work. Check the case.

________________________________

	From: xerte-bounces at lists.nottingham.ac.uk on behalf of Paul
Swanson
	Sent: Thu 07/08/2008 18:10
	To: Xerte discussion list
	Subject: RE: [Xerte] Is there a way to make an exit button?
	
	
	So how do you access external javascript? I've added the
following to the script section of the html page:
	 
	function closeWindow () {
	    // closes this window
	    self.close ();
	}
	 
	I've tried calling it with:
	 
	getUrl('javascript:closeWindow()');
	 
	and:
	 
	ExternalInterface.call('closeWindow');
	 
	Neither work, so I know I'm not doing it right. What's the
correct command and syntax? fsCommand?
	 
	Paul



________________________________

		From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Julian Tenney
		Sent: Thursday, August 07, 2008 12:56 AM
		To: Xerte discussion list
		Subject: RE: [Xerte] Is there a way to make an exit
button?
		
		
		You've got it - it will have to be some javascript. I
don't know if you can close the window without that 'a script is trying
to close this window' security dialog.
		 
		Let me know how you get on - I could add a close
function to the html pages Xerte publishes,
		 
		J

________________________________

		From: xerte-bounces at lists.nottingham.ac.uk
[mailto:xerte-bounces at lists.nottingham.ac.uk] On Behalf Of Paul Swanson
		Sent: 06 August 2008 23:45
		To: Xerte discussion list
		Subject: [Xerte] Is there a way to make an exit button?
		
		

		Is there a command that will close the Flash window?
rootIcon.exit(); leaves the "Loading Complete" message on screen. Or
will I have to call some javascript in the html page that launches the
course?

		_____________________________ 

		 Paul Swanson 
		 Portland, Oregon, USA 
		_____________________________ 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.nottingham.ac.uk/pipermail/xerte/attachments/20080807/30f62332/attachment.html


More information about the Xerte mailing list