I’m trying to add a flash object to the default page of this asp.net website. The pages use a master page to set things like the header, which is where I want this movie. What I’m trying to do is basically
[Pseudo Code]
If(current page == default.aspx)
show (flash object);
Else
show static header image;
[/End Pseudo Code]
I am completely new to asp.net, and have actually googled for solutions, but can’t find anything to determine what page you’re on. Any help would me much appreciated!
Thanks,
Mike
P.S. I know that most of you will be inclined to offer a suggestion to put in the C# code-behind file, but it has to be inline asp.net because of how we distribute this to clients. Thanks again!
1 Answer