goToNetPage, return or not return

Ask a Question related to Macromedia Director Basics, Design and Development.

  1. #1

    Default goToNetPage, return or not return

    hi,

    I have read in the director's help the netDone() command indicates whether a background loading operation (such as getNetText, preloadNetThing, gotoNetMovie, gotoNetPage, or putNetText)

    This is correct ?

    I belive that gotoNetPage doesn't return a status value.
    If I have reason with this, how can I Know when the opration is successfull ?

    Thanks & regards

    Gons.


    GONS Guest

  2. Similar Questions and Discussions

    1. Return me
      :confused; I need the html for Dreamweaver 8 that will return a person back to a previous page. They could be coming from any number of previous...
    2. return SQL ID
      one way (I believe to be the best way) is to use a stored procedure and set an output variable to the new SQL ID. a second way is to use a...
    3. return xml
      The following function is used in my webservice which returns a dataset. I now need to return the dataset as xml and have no idea how to do it....
    4. How to return my own XML?
      When I create a web service, and create a web method that returns a string, the output is always framed within a tag that looks like: <string...
    5. Return Key
      This may sound like an odd question, but does anyone have a "return" key from a Wallstreet powerbook that they don't need? All i need is the key,...
  3. #2

    Default Re: goToNetPage, return or not return

    netDone() can be used with getNetText, postNetText, and preloadNetThing.

    It don't work with gotoNetPage or gotoNetMovie.

    Never heard of the putNetText function.

    Charles Parcell
    Team Macromedia - Director MX 2004

    - Web Forums
    - Feature Request &amp; Bug Form
    Charles Parcell webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139