# Swfaddress and inconsistent change

**URL:** https://forum.kirupa.com/t/swfaddress-and-inconsistent-change/264284
**Category:** flash
**Created:** [June 24, 2008, 5:55pm UTC](https://forum.kirupa.com/t/swfaddress-and-inconsistent-change/264284 "2008-06-24T17:55:22Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Felixz](https://avatars.discourse-cdn.com/v4/letter/f/ecb155/32.png) [@Felixz](https://forum.kirupa.com/u/Felixz)
#### Post date: [June 24, 2008, 5:55pm UTC](https://forum.kirupa.com/t/swfaddress-and-inconsistent-change/264284/1 "2008-06-24T17:55:22Z")

</div>

I have used swfaddress in some project and it worked well, but when I tried to use it with an another one script doesn’t recognoze changed address (from address bar input and from \<a href/\>).  
I can’t find the problem.  
Look at attached files: run index.html and click on one of links. Address changes correctly, but event isn’t fired…  
PS. On my homepage I have used swfaddress and all is OK, weird!

---

<div class="post-metadata">

### Author: ![Iamthejuggler](https://avatars.discourse-cdn.com/v4/letter/i/ecc23a/32.png) [@Iamthejuggler](https://forum.kirupa.com/u/Iamthejuggler)
#### Post date: [June 24, 2008, 6:00pm UTC](https://forum.kirupa.com/t/swfaddress-and-inconsistent-change/264284/2 "2008-06-24T18:00:28Z")

</div>

Hmm. I have flash 9.0.124 installed and it’s giving me the “In order to view this page you need Flash Player 9+ support!” in both FF and IE.

---

<div class="post-metadata">

### Author: ![Felixz](https://avatars.discourse-cdn.com/v4/letter/f/ecb155/32.png) [@Felixz](https://forum.kirupa.com/u/Felixz)
#### Post date: [June 24, 2008, 6:12pm UTC](https://forum.kirupa.com/t/swfaddress-and-inconsistent-change/264284/3 "2008-06-24T18:12:13Z")

</div>

Have you JavaScript Enabled and all files unpacked? (It also uses SWFObject)

---

<div class="post-metadata">

### Author: ![Iamthejuggler](https://avatars.discourse-cdn.com/v4/letter/i/ecc23a/32.png) [@Iamthejuggler](https://forum.kirupa.com/u/Iamthejuggler)
#### Post date: [June 24, 2008, 6:12pm UTC](https://forum.kirupa.com/t/swfaddress-and-inconsistent-change/264284/4 "2008-06-24T18:12:44Z")

</div>

Yes.

---

<div class="post-metadata">

### Author: ![Felixz](https://avatars.discourse-cdn.com/v4/letter/f/ecb155/32.png) [@Felixz](https://forum.kirupa.com/u/Felixz)
#### Post date: [June 25, 2008, 12:08am UTC](https://forum.kirupa.com/t/swfaddress-and-inconsistent-change/264284/5 "2008-06-25T00:08:59Z")

</div>

I have used standard embed provided by SWFAddress

---

<div class="post-metadata">

### Author: ![Felixz](https://avatars.discourse-cdn.com/v4/letter/f/ecb155/32.png) [@Felixz](https://forum.kirupa.com/u/Felixz)
#### Post date: [June 25, 2008, 5:54pm UTC](https://forum.kirupa.com/t/swfaddress-and-inconsistent-change/264284/6 "2008-06-25T17:54:38Z")

</div>

I have found the problem which lies on SWFAddress side.  
When u add CHANGE listener too fast (before JavaScript is ready) addCallback methods are failing.  
I have decided to fix that and maybe it will be in offficial release
