i took a piece of code that i had from a web app that basically showed a video. on this site, i was running .net 1.1. Now that i have finally upgraded to .net 2.0, i thought, well maybe the code can be the same. i was wrong. i placed this code:
var fe = new FlashObject("/Video/reinventing.swf", "reinventing", "320","240","7","#ffffff"); fe.write("flashStage1"); For some reason, all of my stylesheet is gone and images that i have on the page is gone. the video does not show up. Is this a .NET 2.0 reason. i have been researching this issue and have not found anything. PLEASE HELP!!!