Active Server Pages Programming (ASP)/Problem in SWF object in the Page
Expert: Srini Nagarajan - 8/3/2007
QuestionQUESTION: Hi,
I am working on one maintenance project of 1.1.
In this RedirectFromLoginPage method is used in login page. If login succeeded then this method will automatically redirect to default page. I want to redirect on other page of other directory. In 2.0 I can specify defaultUrl in web.config file. But it now works in 1.1.
So, can you please help me to solve this.
Thanks,
Dhaval
ANSWER: is that application uses same form authentication? if not you have to redirect manually to new page
Happy Programming!!
-Srini
---------- FOLLOW-UP ----------
QUESTION: Hi,
Thanks for reply. It works now by redirecting manually to new page.
I have one another question.
I have used the flash movie(.swf) in my web page and placed using javascript. It works fine but the actual problem is, When user clicks on any of the link of that page, while redirecting flash object not appeared on the page and remains blank. I have used javascript to remove the "Press Space bar on Enter to Activate this control".
So, Is there any way to set visible this flash object while redirection progress?
Thanks,
Dhaval
AnswerHi
this is something microsoft IE updates cause this issue
Please review the following solution
http://kb.adobe.com/selfservice/viewContent.do?externalId=7c29e252&sliceId=1
http://www.adobe.com/devnet/activecontent/articles/devletter.html
Thanks
Happy Programming!!
-srini