ASP.NET Setting Flash file path for Object tag inside a usercontrol

Posted by Shyju on Stack Overflow See other posts from Stack Overflow or by Shyju
Published on 2010-01-28T20:39:34Z Indexed on 2010/03/18 7:51 UTC
Read the original article Hit count: 144

I have a an ASP.NET user control where i wanto run a flash movie using flashplayer.How can i set the path of flash movie file properly so that this would work in all pages irrespective of the folders. ie; it should work inside a page in FolderA and a page in FolderASub1 which is in FolderA and a page in the Root folder too.My Flash file resides in a Folder called FlashGallery in root.My User control resides in a Subfolder in Root.

I am not sure how can use ~ here .Since its(Object tag to play flash) not a server control. And infact i cant place the full relative path too.

Anythoughts ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about usercontrol