Ask a Question related to Macromedia Flex General Discussion, Design and Development.
-
Jaz Chana #1
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
-
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... -
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 ,... -
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... -
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 = {... -
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...... -



Reply With Quote

