[flexcoders] deep linking problems

2008-09-20 Thread learningflexfromscratch
Hey all, I've run into a problem when trying to get deep linking to work in my Flex application. I'm pretty sure I'm just missing a very basic point about file structure or something, as I'm new to this. The problem is this: I've copy and pasted some example code from Adobe labs

Re: [flexcoders] Deep Linking Problems

2008-04-29 Thread Tom Chiverton
On Monday 28 Apr 2008, Brad Keck wrote: -URLs failing to update with setFragment() I've seen this when an exception was thrown from the code that does it. -The back button not changing the URL after a setFragment() -The forward button not being enabled after a successful back button Ditto.

[flexcoders] Deep Linking Problems

2008-04-28 Thread Brad Keck
Hello, I am just having a slew of problems with Deep Linking in Flex 3.0. The documentation makes it seem so simple, but nothing seems to work as expected. I've experienced: -The example code from the documentation not working -Vastly different behavior between browsers -URLs failing to

Re: [flexcoders] Deep Linking Problems

2008-04-28 Thread Aaron Miller
I've had the same experience. My conclusion was that it is only useful for limited functionality. I've been using it ok to update the fragment showing the link pointing to the current state, and only restoring that state on start up. I've found anything else to be unreliable. Good luck! ~Aaron