[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
   into Flex Builder, and when I run the app from the IDE,
everything seems to work fine.  (The fragments update, and the browser
navigation works).  However, and this is probably where I'm making some
mistake, when I perform a "release build", and then upload all of the
files from bin release to my server, the fragments in the URL no longer
update.  I've tried to follow the instructions as closely as possible. 
I've uploaded every file from the bin release folder to my server.  Is
there something I'm forgetting to change in the code, or is it possible
that I'm not deploying the application correctly?

Thanks in advance for your help,

Newman



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.

> success with deep linking.  Is it simply a buggy feature of Flex at
> this point, or am I really an inept as I seem?  :)  Are there any

It seems to work fine here.

-- 
Tom Chiverton
Helping to administratively market end-to-end synergies
on: http://thefalken.livejournal.com



This email is sent for and on behalf of Halliwells LLP.

Halliwells LLP is a limited liability partnership registered in England and 
Wales under registered number OC307980 whose registered office address is at 
Halliwells LLP, 3 Hardman Square, Spinningfields, Manchester, M3 3EB.  A list 
of members is available for inspection at the registered office. Any reference 
to a partner in relation to Halliwells LLP means a member of Halliwells LLP.  
Regulated by The Solicitors Regulation Authority.

CONFIDENTIALITY

This email is intended only for the use of the addressee named above and may be 
confidential or legally privileged.  If you are not the addressee you must not 
read it and must not use any information contained in nor copy it nor inform 
any person other than Halliwells LLP or the addressee of its existence or 
contents.  If you have received this email in error please delete it and notify 
Halliwells LLP IT Department on 0870 365 2500.

For more information about Halliwells LLP visit www.halliwells.com.



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 
Groups Links

<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

<*> To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/



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

On Mon, Apr 28, 2008 at 2:36 PM, Brad Keck <[EMAIL PROTECTED]> wrote:

>   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 update with setFragment()
> -The back button not changing the URL after a setFragment()
> -The forward button not being enabled after a successful back button
> -A myriad of other inconsistencies
>
> So, basically, I'm just wondering if anybody else has had good
> success with deep linking. Is it simply a buggy feature of Flex at
> this point, or am I really an inept as I seem? :) Are there any
> particular "gotchas" about making this whole thing work that I may be
> missing? (I have read already that things tend to work better when
> actually deployed on a server, as opposed to run from the IDE. All
> of my problems are on a deployed app.)
>
> Thank you very much.
>
> -Brad
>
>  
>



-- 
Aaron Miller
Chief Technology Officer
Open Base Interactive, LLC.
[EMAIL PROTECTED]
http://www.openbaseinteractive.com


[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 update with setFragment()
-The back button not changing the URL after a setFragment()
-The forward button not being enabled after a successful back button
-A myriad of other inconsistencies

So, basically, I'm just wondering if anybody else has had good 
success with deep linking.  Is it simply a buggy feature of Flex at 
this point, or am I really an inept as I seem?  :)  Are there any 
particular "gotchas" about making this whole thing work that I may be 
missing?  (I have read already that things tend to work better when 
actually deployed on a server, as opposed to run from the IDE.  All 
of my problems are on a deployed app.)

Thank you very much.

-Brad