Ask a Question related to Macromedia Flex General Discussion, Design and Development.

  1. #1

    Default Hash Symbol In URL

    Hi guys, simple question. When I deploy and run my app, I load it up in the web
    browser using the url;
    [url]http://domain.co.uk/myproject/myproject.html[/url]
    However the flash player seems to add a # symbol at the end of the url. For
    example;
    [url]http://domain.co.uk/myproject/myproject.html#[/url]
    of course internet explorer goes mad when it sees this. I cant seem to figure
    out why this is there or how to get rid of it. Its causes a problem because if
    anyone wants to bookmark the page they can't because of the hash symbol. Does
    anyone know of a workaround or a solution.

    Thanks
    Jaz

    Jaz Chana Guest

  2. Similar Questions and Discussions

    1. set var in another symbol?
      i have a button in a symbol, when i release the mouseclick, i want it to add the value if 1 to a dyn. txt field in another symbol... var name is...
    2. how to get the symbol name
      Not direct way : when you attach movie pass this value inside initObject and use it later attaching: me.attachMovie( "L_Id", 'newname', 20 ,...
    3. hash of hash of array slices
      This works Foreach ( @{$hash{$key1}{$key2}} ) This does note Foreach ( @{($hash{$key1}{$key2})} ) This gives me this error .... Can't...
    4. Sort a hash based on values in the hash stored as arrays of hashes
      Hmm. I'm not quite sure if I got the subject right, but I'll try to explain. :-) I've got a hash of elements stored like this: $VAR1 = {...
    5. Another reference question (hash of hash references)
      beginners, I am trying to build a hash of hash references. My problem is that I need to be able to add a key/value pair to the internal hashes......
  3. #2

    Default Re: Hash Symbol In URL

    anyone?
    Jaz Chana 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