Flash Objects
-
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!!!
-
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!!!
This code is going to go straight to the browser, the version of .NET won't matter at all. This is not ASP.NET code, it's just HTML and script.
Christian Graus - C++ MVP 'Why don't we jump on a fad that hasn't already been widely discredited ?' - Dilbert