I am doing an application for a company. One part of this application is a viewer program, which allows the user to view results in a html format on a browser.<br>What they want is that, as soon as this program loads, Internet Explorer opens, and plays a short flash intro about this company.<br>I have the movie done, and I'm trying to embed the movie into the title pages html text using the OBJECT and EMBED tags. However, in looking at this code, I see the parameter codebase asks for the browser to go and download a cabinat file, which requires the user to go online. I dont want this.<br><br>Is it possible to replace this paramater, with a new pathway, and possibly package this cab with the application? So that the user doesn't have to go on-line<br><br>Any help appreciated,<br><br>Thanks.