
Download Sample File that uses (PureMVC 1.7.1)
Download Sample File that uses (PureMVC 2.0.1)
I’ve been making my self familiar with PureMVC so I am practicing a little. I was also curious about integrating PureMVC with SWFAddress in Flash CS3, so I have decided to port the flash example at http://www.asual.com/swfaddress/ using PureMVC.
While testing, I encountered a problem, when you change the query parameters directly into the browser’s address bar, then click a button inside the movie, it is still functional but the link in the browser is not changing anymore… I still don’t know how to fix it.
Anyway….
The demo can be viewed here, and you can download the source code here.



February 3rd, 2008 at 7:24 am
Great! I also was interested in trying something similar.
The problem you’ve experienced probably happened in Firefox. It’s an old Mozilla issue that has been fixed in the upcoming Firefox 3.
February 3rd, 2008 at 7:58 am
March 4th, 2008 at 5:59 am
I must be doing something wrong, because this is part of a big project that was handed to me and this implementation will change the URL, but not allow for the browser to update when previous (within the program) or back button (via the browser) is used.
Any other examples exist?
March 4th, 2008 at 3:06 pm
March 4th, 2008 at 10:14 pm
It’s not only FF, it’s in IE as well. The update isn’t forced into the browser at all; it’s being run by the Flex program and the program is updating the browser, but not the actual app itself for some reason. I’ve come to suspect it’s the implementation of the SWFAddressProxy, but I’m still tracing.
March 4th, 2008 at 10:42 pm
March 4th, 2008 at 11:48 pm
This is a huge project. And by huge, it’s ugly… and huge. I’m now debugging the ApplicationFacade, ChangeContentCommand, SWFAddressProxy and ContentProxy - the last is for some other issue - but I’m starting to think it’s something small in the first three files.
What all would you need to see? If you’re able to see, my e-mail account is what I’m using to post.
March 13th, 2008 at 4:20 am
[...] have updated my “SWFAddress Ported to PureMVC” example to support PureMVC [...]