together

V

vinnie

If i make a small banner in Flash 8, what's the best way to import it
in ASP 2.0 ?

Thanks
 
G

Guest

First off, this is not really a C# language related question, it would
probably be more appropriate to ask at the ASP.NET newsgroup instead.

You don't "import" a flash swf file in ASP.NET 2.0 -- what you do is put it
on the page with the same code you would use for any HTML page - which would
be using the Flash <object... tag that Flash creates for you with its publish
option, right in the HTML of the ASPX portion of your ASP.NET page.
--Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

vinnie said:
If i make a small banner in Flash 8, what's the best way to import it
in ASP 2.0 ?

Thanks

Exactly the same way as you put it in any web page. Plain HTML, and
perhaps Javascript if you want it clickable without user confirmation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top