hi all,

I've got my VB.NET project published perfectly. But when I install it and run it, the .swf files which has to be displayed on my windows form app is not displayed.

I've already written the location path of the .swf files this way :
= Application.Startup & "\FlashFiles\myFlash.swf"

and have successfully run the .exe (before publishing of course) on another computer as well.

anyone's help... ?