Embeded Flash file in aspx page

H

Hans Kesting

Mariame said:
Hi Everyone
How to embeded a Flash file ".swf" in aspx page???

Thx in Advance

How would you "embed" a ".swf" file in a regular html page?
asp.net is a server-side technology that sends plain html (with possibly some
javascript) to the browser.

some choices:
* plain, fixed html block in your aspx file.
* the same code, generated from codebehind, which would give you the option
to choose between some (existing) swf files.
* almost the same code, but with a reference to a second aspx file instead of
the swf. This new aspx retrieves the swf from your database, sets a correct
contenttype and uses Response.BinaryWrite to send the file to the browser.


Hans Kesting
 

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

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,055
Latest member
SlimSparkKetoACVReview

Latest Threads

Top