File plays offline but only one button works online... Any ideas?

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

  1. #1

    Default File plays offline but only one button works online... Any ideas?

    I have the below on all 8 of my buttons on a flash file, each directing to a different named area (in this case direct). One of the 8 works and jumps to that frame, but the others don't! It works when I run the flash file, but doesn't when I upload it?

    I can't see anything different on the working button to that on the other.

    on (release) {
    _root.gotoAndPlay("direct");
    }

    Thanks


    big vern webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Dynamic Load- Offline Ok! Online No WAY
      Need help with dynamic data (text and jpeg). When tested locally on my computer, everything loads fine, even when I delete local files and use...
    2. Online and Offline version
      We planned to create webiste where user can access online and while doing that data should be downloaded to local hard disk. After that when he...
    3. FLV files - offline and online
      Hi, (It's been suggested that I ask this question here - I did originally ask in the...
    4. offline online content
      Hi there, I just made a scroll swf to replace these scrolling images:...
    5. Can't seem to add to access database online, offline works fine
      I developed an asp.net store with vb.net offline and everything works fine. The user is prompted to log in when they try to add to shopping cart...
  3. #2

    Default Re: File plays offline but only one button works online... Any ideas?

    I don't see anything wrong from what you've shown us. Are you loading any
    SWFs dynamically? Do you have a link to a FLA?

    --
    Shane Elliott
    [url]www.timberfish.com[/url]
    [url]www.friesontheside.com[/url]


    "big vern" <webforumsuser@macromedia.com> wrote in message
    news:bhisi0$a8c$1@forums.macromedia.com...
    > I have the below on all 8 of my buttons on a flash file, each directing to
    a different named area (in this case direct). One of the 8 works and jumps
    to that frame, but the others don't! It works when I run the flash file, but
    doesn't when I upload it?
    >
    > I can't see anything different on the working button to that on the other.
    >
    > on (release) {
    > _root.gotoAndPlay("direct");
    > }
    >
    > Thanks
    >
    >

    S. Elliott \(timberfish.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