ALSO SEE: 
WHAT IS IT
FEATURES
UPDATE HISTORY
PRICING & LICENSING
SYSTEM REQUIREMENTS
ONLINE HELP
TUTORIALS & SAMPLES
BEHAVIORS
DOWNLOAD
TECHNOTES
 
 
WebXtra
 UPDATE HISTORY

 

 HISTORY
VERSION 5.5.2 3/28/11 

FIXED: Setting the html property of a WebXtra member with a cyrillic text string works correctly.

 

VERSION 5.5.1 2/9/10 

IMPROVED: Key handling is improved. Special behavior is defined for the DELETE and arrow keys, which were registering twice in HTML forms after the 5.5 upgrade.

 

VERSION 5.5 12/21/09 

NEW: Added sprite.zoom property. Now it is possible to implement optical zoom in the browser: the whole page will be zoomed inside the sprite visible area, from 10 to 1000 percent of the original size.

NEW: Added execDirectorScript event. With this event it is now possible to call a Director script (Lingo or JS) directly from the browser HTML code.

NEW: Added execBrowserScript method, allowing direct access to JavaScript functions defined in the browser from Director.

ADDED: Support for native Windows themes in HTML elements (buttons, selectors, etc.)

IMPROVED: Key and mouse event handling is improved in the browser. It is possible to detect key and mouse events using JS in the browser page and forward them to Director using execDirectorScript, for example.

 

VERSION 5.0 03/25/08 

NEW: Compatible with Director 11 and Unicode (UTF8) strings

NEW: When used with Director 11, support for Windows Vista is added

ADDED: Support for IE6 and IE7, 3D border in browser sprite removed

 

VERSION 4.0.4 09/17/04 

Certified for operation with the Director MX 2004 10.1 update

ADDED: cross platform resources needed to build Classic projectors from MX 2004 10.1 Windows.

 

VERSION 4.0.3 06/22/04 

FIXED: the scrollWindow function was accidentally disabled in version 4.02, and is now restored. Users that are not using this function don't need to upgrade.

 

VERSION 4.0.2 05/17/04 

This free update introduces a number of small changes in order to improve compatibility with popup windows containing JavaScript code that attempts to close, manipulate or resize the window content.

ADDED: The new CloseWindowRequested event indicates when a script in the HTML page is requesting to close the browser window. Documentation, sample movies and behaviors have been updated to incorporate this new property.

IMPROVED: The Xtra can now detect when a script in the HTML page has repositioned the content, common in popup ad windows. The result is that the browser window no longer exhibits redraw artifacts in this situation.

IMPROVED: Behaviors have been improved to wait until the browser sprite is loaded before navigating to an initial URL. This avoids redraw issues in some situations, and it is recommended that all users update their code to use the same technique.

 

VERSION 4.0.1 03/19/04 

CHANGED: The sprite.title property now returns the title of the HTML page for local files as well, matching the behavior of network addresses and WebXtra 3.

FIXED: Bug that caused an error when writing large text strings to the sprite.html property.

 

VERSION 4.0.0.1 02/13/04 

FIXED: Corrected documentation and implementation of the sprite navigateFrame function.

 

VERSION 4.0 02/01/04 

TECHNICAL CONSIDERATION: WebXtra code was completely rewritten for this release. All dependencies on MFC and standard ActiveX host technologies were removed, in order to make it possible for the Xtra to bypass all limitations introduced by these frameworks. As a result of this change, WebXtra 3 movies need to be modified to work with WebXtra 4, as some properties and functions have changed

NEW REQUIREMENT: WebXtra 4 requires Internet Explorer 5 or 6. IE 4 is no longer supported

NEW: Support for Director MX 2004

NEW: Includes split files needed to support cross-publishing of projectors when using Director MX 2004

NEW: Support for authoring movies containing WebXtra members on the Macintosh platform, using a stub Xtra.

NEW: Event model. Lingo and JavaScript syntax scripts attached to WebXtra sprites receive events directly from the browser object, and can respond to these events to customize the browser operations directly. Please consult the documentation for more information on this feature.

NEW: The html property of the sprite is now available. It is possible to get the html text of the page currently loaded, or to pass a new HTML string to be rendered by the browser directly.

NEW: The image property of the sprite is now available. It returns an imaging lingo object containing the current browser sprite image

NEW: Scripts can use the new browserServicesAvailable() member function to determine if the system contains the minimal resources necessary to spawn a working web browser in the Xtra sprite.

FIXED: As a result of the rewrite of the Xtra it is now possible to use the TAB key to jump between fields on the loaded HTML page

FIXED: WebXtra 4 includes tailored code to handle an issue that affects all other browser containers using the Flash 6 and Flash 7 ActiveX players. In the new version of the Xtra it is possible to issue repeated GetURL() and mouse events on a Flash sprite without causing the Flash player to loose the input focus.

 

VERSION 3.0 10/04/00 
Xtra code changed to work with the IE4/IE5 object model, IE3 is no longer supported. This change is necessary to guarantee compatibility with Windows 2000 SP1 and IE 5.5, since the IE3 object model was deprecated by Microsoft.
Content control lists can now be controlled via scripting using the following properties and functions: AddBlockedEntry, RemoveBlockedEntry, AddAllowedEntry, RemoveAllowedEntry, blockedentries, allowedentries.
It is now possible to disable the use of scrollbars in the WebXtra frame, and remove the IE context menu. Related properties are: ShowContextMenu and ShowScrollBars.

 

VERSION 2.1 01/20/00 
Unregistered version can now be used to save movies and create executables for evaluation.
Registration code changed / Xtra now creates its own registration file, does not rely on the host application cache.
Unload MSHTML property removed
Added Register function for registration at runtime
Added GoBackEnabled and GoForwardEnabled sprite properties

 

VERSION 2.01 01/20/99 
Minor fixes

 

VERSION 2.0 02/21/98 
Major re-write
Added Content control features
Improved IE4 compatibility

 

VERSION 1.1 06/10/97 
Added BrowserSaveAs, BrowserSelectAll and BrowserCopy functions.
Added Authorware 4.0 support

 

VERSION 1.00 AND DEMO VERSION 1.00 10/14/96 
Added GetFileToNavigate() and GetURLToNavigate() functions

 

BETA VERSION 2 10/02/96 
Fixed problems with palette corruption

 

BETA VERSION 09/23/96 
Released