Re: [flexcoders] URL pound sign questions

2009-06-10 Thread Tom Chiverton
On Tuesday 09 Jun 2009, creativepragmatic wrote: > 1. Flex includes the pound symbol at the end of every URL > (http://www.mysite.com/folder/#). Is it possible to remove the pound > symbol (http://www.mysite.com/folder/)? If you use Adobe's templates with BrowserManager/HistoryManager support, it

RE: [flexcoders] URL pound sign questions

2009-06-09 Thread Jake Churchill
Why not use some kind of SES URL parser like Ionic or apache's mod_rewrite and strip that off. Or you could set up a 404 page that attempts to look up the user based on whatever is after the '/' and pass the corresponding user info to Flex. I'd pass just the ID then grab the rest of the data as n