Re: [flexcoders] Re: deep linking problems

2008-09-22 Thread Maciek Sakrejda
Thanks for posting the answer. People often follow up with just "Never
mind--figured it out", which is not very useful to someone with the
exact same problem reading the question in the archives a few weeks
later.
-- 
Maciek Sakrejda
Truviso, Inc.
http://www.truviso.com

-Original Message-
From: learningflexfromscratch <[EMAIL PROTECTED]>
Reply-To: flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: deep linking problems
Date: Sun, 21 Sep 2008 23:27:15 -

--- In flexcoders@yahoogroups.com, "learningflexfromscratch"
<[EMAIL PROTECTED]> wrote:
>
> 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
>
<http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Deep
\
> _Linking> 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
>
I figured it out...I was uploading the files from the "history"
subdirectory when I should have been leaving the folder structure in
place. 




 




[flexcoders] Re: deep linking problems

2008-09-21 Thread learningflexfromscratch
--- In flexcoders@yahoogroups.com, "learningflexfromscratch"
<[EMAIL PROTECTED]> wrote:
>
> 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
>
 _Linking>   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
>
I figured it out...I was uploading the files from the "history"
subdirectory when I should have been leaving the folder structure in
place.  



[flexcoders] Re: Deep Linking Problems

2008-04-30 Thread dave_defusion
I haven't had any issues with browsermanager/deep linking either, but
I've not gotten to the stage where I really thrash it via testing.

As mentioned earlier the other alternative is to use SWFAddress, here
is an implementation that allows you to use your existing browser
manager code with SWFAddress
(http://developer.iconara.net/objectlib/flex-browsermanager-swfaddress.html)
 I haven't tested that yet though.

--- In flexcoders@yahoogroups.com, Tom Chiverton <[EMAIL PROTECTED]>
wrote:
>
> 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.
>




RE: [flexcoders] Re: Deep Linking Problems

2008-04-28 Thread Alex Harui
Please file bugs if you have simple test cases.

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Bjorn Schultheiss
Sent: Monday, April 28, 2008 8:45 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Deep Linking Problems

 

Apparently SWFAddress works.. I have used Flex's deep linking yet so i
can't comment.

http://labs.blitzagency.com/?p=51 <http://labs.blitzagency.com/?p=51> 

--- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>
, "Aaron Miller" <[EMAIL PROTECTED]> wrote:
>
> 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
<http://www.openbaseinteractive.com> 
>

 



[flexcoders] Re: Deep Linking Problems

2008-04-28 Thread Bjorn Schultheiss
Apparently SWFAddress works.. I have used Flex's deep linking yet so i
can't comment.

http://labs.blitzagency.com/?p=51



--- In flexcoders@yahoogroups.com, "Aaron Miller" <[EMAIL PROTECTED]> wrote:
>
> 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
>