flash header is not visible in sub folders, why is it so.
suppose.........
Hi I have user control, and that user control contains a flash
animation, and I am using it as a header, actually my website has
three portions,
1)      for admin use
2)      for client use
3)      for general public use
and I want to display the user control in all the master pages of
these 3 portions respectively.
Under the main website there are three folders, one for admin, one for
client and one for general public user. The admin folder contains 2
more folders named (View) and (Modify) and also i have created 5 aspx
pages under the admin folder. The admin section has only one master
page, and all the pages comes under this master page. As I have used
the user control in this master page, so the problem comes when I
browse the page whose path is (Admin>>View>>abc.aspx) or
(Admin>>Modify>>abc.aspx) then the header is not visible, however when
I browse (Admin>>abc.aspx) then the header becomes visible again. I
don’t know why it is so.
        However I used a relative path i.e src=”~/Admin/Header.swf”

Reply via email to