--- In [email protected], "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.