High Definition eLearning
Welcome guest, is this your first visit? Create Account now to join.
  • Login:

Welcome to the Lectora and CourseMill Forums

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed.

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Member
    Join Date
    Mar 2009
    Posts
    128
    Thanks
    16
    Thanked 1 Time in 1 Post

    Default trivExitPage to Go to a Specific Page from Flash Not Working in IE8

    I use ExternalInterface.call("trivExitPage('pagename.htm l', true)"); to navigate to a different page from Flash. It works fine with employees using IE7 (which is the standard in the company). Some employees have newer version, and we found that navigation using trivExitPage does not work on IE8. ExternalInterface.call is not the problem as passing values using that works. Only the trivExitPage has problem.

    Does anyone have similar issues with solutions?

    thanks,

  2. #2
    Member
    Join Date
    Jan 2010
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Issues with trivExitPage

    Hi there, I've had numerous issues with this in the past. Notably when a user zooms using the browser zoom, the trivExitPage function fails to fire. I have not tried using ExternalInterface.call I originally used the older method :

    getURL("javascript:trivExitPage('pagename.html',tr ue)");

    So in your case you can either try the getURL method instead of external interface, or as you quite rightly said it's most likely not an issue with external interface so you could bypass the trivExitPage function alltogether and just call direct url:

    getURL(pagename.html); or include your _blank/true if you wish

    Of course if you don't wish to call it direct and still wish to use your method you could try delaying the externalInterface.call by a second or so.. theory is the flash is trying to call the js function before the browser has fully loaded and initialised the javascript

    Let me know if this helped, thanks!
    Trevor


 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Lectora and CourseMill are registered trademarks of Trivantis Corporation, Camtasia and Snagit are registered trademarks of TechSmith Corporation and
Flypaper is a trademark of Flypaper Studio. Camtasia and Snagit are used with the permission of TechSmith Corporation.
Copyright © 1999-2012 Trivantis Corporation Inc. All rights reserved.