MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR Manual de usuario

Busca en linea o descarga Manual de usuario para Software MACROMEDIA DIRECTOR MX 2004-GETTING STARTED WITH DIRECTOR. Online Help [en] Manual de usuario

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 44
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 0
Installation
Getting Started
Properties
Functions
Events
Creating Projectors
How to Order & Register
Licensing & Availability
Technical Support
For up-to-date information please visit our web
site:
xtras.tabuleiro.com
Online Help
1
Vista de pagina 0
1 2 3 4 5 6 ... 43 44

Indice de contenidos

Pagina 1

InstallationGetting StartedPropertiesFunctionsEventsCreating ProjectorsHow to Order & RegisterLicensing & AvailabilityTechnical SupportFor up-

Pagina 2

Finally, you need to edit the xtrainfo.txt file to include information about WebXtra.This information is used by the Shockwave and cross-platform publ

Pagina 3

WEBXTRA HELP: INSTALLATION: MACINTOSH - DIRECTOR MX 2004INSTALLING THE XTRA ON MAC OSX - Director MX 2004Double-click the installation .dmg file. This

Pagina 4

Windows projectors can also be created directly on Director MX 2004 running onMac OSX after installation of the Windows version of the Xtra. It is loc

Pagina 5

Online Help13

Pagina 6

WEBXTRA HELP: INSTALLATION: MACINTOSH - DIRECTOR MXINSTALLING THE XTRA ON MAC OSX - Director MXDouble-click the installation .dmg file. This will moun

Pagina 7

Finally, you need to edit the xtrainfo.txt file to include information about WebXtra.This information is used by the Shockwave and cross-platform publ

Pagina 8

WEBXTRA HELP: INSTALLATION: MACINTOSH - DIRECTOR 8.5INSTALLING THE XTRA ON MAC OS 8 AND 9 - Director 8.5Running under OSX, double-click the installati

Pagina 9

WEBXTRA HELP: GETTING STARTEDWebXtra is an Asset Xtra. Unlike scripting Xtras, Asset Xtras can be manipulatedusing the score and cast windows, and the

Pagina 10

WEBXTRA HELP: PROPERTIESWebXtra cast members have only one property:browserServicesAvailable - used to determine if a working browser sprite can becre

Pagina 11

-- 0JavaScript syntax example:if ( sprite(x).busy ) {trace("busy")}offline - Read-only property, indicates if the browser is currently opera

Pagina 12

WEBXTRA HELP: INSTALLATIONThe installation procedure is slightly different depending on the version of Directorand platform used. Make sure you have a

Pagina 13 - Online Help

image - Read-only property. Takes a screenshot of the browser window and returnsan image object, ready to be used with imaging Lingo functions. Please

Pagina 14

100. Important: the optical zoom functionality requires Internet Explorer 7 or lateron the user's system.Lingo example:-- Get the current zoom le

Pagina 15

put sprite(x).url--"http://xtras.tabuleiro.com"JavaScript syntax example:trace (sprite(x).url)//"http://xtras.tabuleiro.com"browse

Pagina 16

WEBXTRA HELP: FUNCTIONSWebXtra cast members have only one function:member(x).register(serialnumber) - This function can be used in Projectors toregist

Pagina 17

sprite(x).execBrowserScript(scripttext) - Passes the specified string as a script to beexecuted by the Javascript interpreter in the browser. This fun

Pagina 18

sprite(x).goHome() - Navigates to the Home URL set in the system preferences forthe Internet Explorer browser.Example:sprite(1).goHome()sprite(x).goSe

Pagina 19

sprite(x).browserSaveAs() - Opens a standard SAVE AS dialog that can be used toselect a filename and options to save the HTML document currently loade

Pagina 20

sprite(x).browserPrintNoPrompt() - Prints the current HTML page withoutprompting the user for confirmationExample:sprite(1).browserPrintNoPrompt()Onli

Pagina 21

WEBXTRA HELP: EVENTSA new addition to WebXtra since version 4 is the concept of events. The Xtra spritewill generate scripting events that are sent di

Pagina 22

showContextMenu(spriteRef) - Called by the Xtra when the user clicks with theright mouse button over the HTML area, to invoke the standard browser con

Pagina 23

WEBXTRA HELP: INSTALLATION: WINDOWS - DIRECTOR 11INSTALLING THE XTRA ON WINDOWS - Director 11Decompress the installation .zip file. This will unpack t

Pagina 24

return false}fileDownload(spriteRef) - Called by WebXtra when a local file is opened or adownload operation is started. The operation can be canceled

Pagina 25

return falseend if-- Alternatively, you could blocks a specific domain-- if URL contains "macromedia.com" then-- return false-- end if--by d

Pagina 26

execDirectorScript(spriteRef, URL, scripttext) - This event is generated byWebXtra when the Javascript interpreter in the browser attempts to use thew

Pagina 27

}}openNewWindow(spriteRef) - This handler is called by the Xtra sprite when thebrowser receives a request to create a new popup window. There are thre

Pagina 28

function openNewWindow (spriteRef) {//if we want to reuse the existing browser sprite for the new window://return spriteRef.browserReference////to all

Pagina 29

//calls a routine to destroy the windowscheduleWindowTermination()}progressChange(spriteRef, progress, progressmax) - This handler is called byWebXtra

Pagina 30

(the activeWindow).title = newTitleendJavaScript syntax example:function titleChange(spriteRef, newTitle){_player.activeWindow.title = newTitle}status

Pagina 31

sprite(8).membernum = member("enabledbutton").membernumelsesprite(8).member.membernum = member("disabledbutton").membernumend ifen

Pagina 32

JavaScript syntax example:function navigateForwardState(spriteRef, enabled){if (enabled==true) {sprite(9).membernum = member("enabledbutton"

Pagina 33

endJavaScript syntax example:function secureLockState(spriteRef, state){if (state>1) {trace("Secure connection in place")}}Online Help39

Pagina 34

[#namePPC:"WebXtra", #nameW32:"WebXtra.x32"]Restart Director for the changes to take effect. The Xtra should be listed when youiss

Pagina 35

WEBXTRA HELP: CREATING PROJECTORSWebXtra can be used to create projector in all operational systems and platformssupported by Director 8.5, Director M

Pagina 36

CREATING A STANDARD WINDOWS OR MACOS PROJECTOR(Director 8.5 and MX)Director 8.5 and MX can only create native projectors. Windows projectors need tobe

Pagina 37

WEBXTRA HELP: HOW TO ORDER & REGISTERThe unregistered version of WebXtra is fully-functional and may be used forevaluation, nonprofit and educatio

Pagina 38

WEBXTRA HELP: LICENSING & AVAILABILITYTWeb is a commercial product. Current price and updated information can be foundat xtras.tabuleiro.com. If y

Pagina 39

WEBXTRA HELP: TECHNICAL SUPPORTPlease use the Your Account section available at our web site xtras.tabuleiro.comto contact technical support. The site

Pagina 40

WEBXTRA HELP: INSTALLATION: WINDOWS - DIRECTOR MX 2004INSTALLING THE XTRA ON WINDOWS - Director MX 2004If you have not done so, we recommend updating

Pagina 41

C:\Program Files\Macromedia\Director MX 2004\Configuration\Cross PlatformResources\Classic\Xtras\WebXtra.dataC:\Program Files\Macromedia\Director MX 2

Pagina 42

WEBXTRA HELP: INSTALLATION: WINDOWS - DIRECTOR MX AND 8.5INSTALLING THE XTRA ON WINDOWS - Director MX and Director 8.5Decompress the installation .zip

Pagina 43

Online Help8

Pagina 44

WEBXTRA HELP: INSTALLATION: MACINTOSH - DIRECTOR 11INSTALLING THE XTRA ON MAC OSX - Director 11Double-click the installation .dmg file. This will moun

Comentarios a estos manuales

Sin comentarios