Ask a Question related to Macromedia Flash Data Integration, Design and Development.

  1. #1

    Default ASP to Flash

    Hello,

    I am using Flash 8 (Actionscript 2) and am in the process of developing a
    program that loads variables from an ASPX file (.NET) using LoadVars and
    displays the variables into Flash as dynamic text. It seems as though,
    sometimes there is a lag time communicating with the server. When you enter the
    frame, it takes a few seconds before the variables are displayed in Flash.

    My question is, would it be appropriate to put a preloader here that waits for
    Flash to pull all of the variables from the ASPX file? Looking at online
    resources and the Help files in Flash, it indicates that you could use the
    getBytes loaded for images or XML files. I wonder if this would be along the
    right path for Flash communicating with an ASPX file.

    I've also seend some posts or help files that mention the use of onDataLoad
    vs. the getBytes loaded.

    Please, let me know if you have any insight.
    Are there any online or help resources that may address this?

    Thanks so much!

    Ruth H Guest

  2. Similar Questions and Discussions

    1. Flash player not working on some websites & have foundRegestry keys of older Flash players.
      Hi, like many people here I have problems seeing flash content on some websites but other websites work fine. I also found that YOUTUBE works...
    2. Flash player installed, but every site flash playerrequired for asks to install not working at all
      Hi all, wondering if someone would be kind enough to help me, PLEASE lol Flash player asks to be installed everytime I go onto any site that...
    3. Javascript news ticker + Flash = shaking Flash inFirefox?
      I'm moving content (which I didn't develop) from an old site to my new design. I've run across a strange issue where a javascript menu appears to be...
    4. Calling on the Flash gurus!! How do I bring in a multi-page PDF into Flash?
      Hello, I think this may be new territory, well for me at least. I am trying to IMPORT a cable drawing package (PDF with over a hundred pages)...
    5. convert all flash site to both flash and no flash
      a friend has a site that is done with all flash. they asked me to help make it readable by more browsers. could some belly point me in the right...
  3. #2

    Default Re: ASP to Flash

    using getBytesLoaded is pretty involved. Minimally, you could just display a
    'getting data' message until the onDataLoad event of the LoadVars triggers.
    The example in the documentation is probably all you need to figure it out:


    [url]http://livedocs.adobe.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?con[/url]
    text=LiveDocs_Parts&file=00002336.html

    sneakyimp 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