vote up 2 vote down star

How can you get and set the hash or anchor part of an URL in pure Actionscript? When googling for a solution I've found explainations for doing it using JavaScript, but is it possible to get it without using JavaScript? (I'm using Actionscript 2, I may consider updating the code to AS 3, but it doesn't seem to be a quite straight forward process.)

flag

2 Answers

vote up 5 vote down check

What you want is SWFAdress, it's a small library that let's you modify that part of the url from flash (via a javascript)

link|flag
It's probably useful, but it is based on JavaScript. I wanted to know if it is possible at all to do this without JavaScript, but I'm starting to beleave it's not. – Stein Gauslaa Strindhaug Nov 18 '08 at 10:10
You will always need javascript. – moritzstefaner Dec 7 '08 at 19:12
vote up -2 vote down

If you ever make it to actionscript3 you could use the com.adobe.net.URI class. It exposes a URI::fragment getter/setter which looks to be exactly what you need.

link|flag
SWFAddress is the tool for the job. Anything else is simply .. unnecessary. SWFAddress is available for AS2 or AS3 so you never have to write your own. – Jeremy Rudd Jun 2 at 17:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.