-
Website
http://dominoyesmaybe.blogspot.com/ -
Original page
http://dominoyesmaybe.blogspot.com/2009/10/flex-getting-url-when-you-are-in-flex.html -
Subscribe
All Comments -
Community
-
Top Commenters
-
BigBearFreddy
4 comments · 1 points
-
Per Henrik Lausten
2 comments · 1 points
-
BillBuchan
8 comments · 1 points
-
LotusGuru
2 comments · 1 points
-
Simon Scullion
2 comments · 1 points
-
-
Popular Threads
-
A new 419 Scam arrived this morning and I just couldnt resist
3 weeks ago · 9 comments
-
A new 419 Scam arrived this morning and I just couldnt resist
address at app init so that i could bind the HTTPServer object to a
variable URL so that there wasn't a requirement for "Settings" in the
Flex App that required the user to enter URLs they may not be familiar
with, that and i was not embedding the SWF in a form, it was in a page.
I plan to publish my "how to logon to Domino thru flex" article tomorrow
;-) so watch this space.. LOL
Indeed.. however i came across issues with parameters in the
Application.Application.url .. it comes down URLencoded
which is no real problem... whereas the other way comes down
nicely unencoded.. LOL saved me 2 lines of code ;-)
Couple of gotchas worth noting - the Browser Manager Object needs the history javascript library to be included. The history javascript library causes all sort of problems if your using IE6 (yeah I know) and SSL.
In short it wasn't worth the pain and I went for a Flashvars approach.