Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Embeded Flash file in aspx page

Reply
Thread Tools

Embeded Flash file in aspx page

 
 
Mariame
Guest
Posts: n/a
 
      08-26-2004
Hi Everyone
How to embeded a Flash file ".swf" in aspx page???

Thx in Advance


 
Reply With Quote
 
 
 
 
Hans Kesting
Guest
Posts: n/a
 
      08-26-2004

"Mariame" <> wrote in message news:...
> 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


 
Reply With Quote
 
 
 
 
Steve C. Orr [MVP, MCSD]
Guest
Posts: n/a
 
      08-26-2004
These tools may help you to output flash on your page:
http://www.asp.net/ControlGallery/de...y=30&tabindex=

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net


"Mariame" <> wrote in message
news:...
> Hi Everyone
> How to embeded a Flash file ".swf" in aspx page???
>
> Thx in Advance
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Syntax for call from aspx page to .cs file then to different aspx page MadHatter51 ASP .Net 1 05-17-2006 10:43 AM
EMBEDED ASPX page =?Utf-8?B?SmltNzEy?= ASP .Net 2 11-16-2005 01:40 PM
adding main.aspx.vb & main.aspx.resx under aspx John M ASP .Net 1 05-29-2005 09:27 PM
How do I post data from aspx page to another aspx page. Sriram Mallajyosula ASP .Net 1 11-05-2003 04:48 PM
The color of .NET control embeded in web page Lei Jiang ASP .Net 0 08-28-2003 06:47 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57