![]() |
|
|
|||||||
![]() |
ASP Net - Tips: Playing Flash Files in ASP.NET |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Playing Flash Files in ASP.NET
Copy the HTML code below and paste it into your HTML<OBJECT classid="clsid d.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"WIDTH ="550" HEIGHT="400" id="myMovieName"><PARAM NAME=movie VALUE="myFlashMovie.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="myFlashMovie.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="myMovieName" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> </OBJECT>1.. Change the HEIGHT and WIDTH parameters to match the height and width of the movie dimensions or use percentage values, if desired. 2.. Change "moviename.swf" where it appears in the OBJECT and EMBED tags to the name of movie to be played. Regards, Jignesh Desai http://www.jigneshdesai.com Jignesh Desai |
|
|
|
|
#2 |
|
Posts: n/a
|
Jignesh,
Thanks so much! This was exactly what I was looking for. I was about to post a message asking this very question..... Jeffrey. "Jignesh Desai" <> wrote in message news:uAjL$... > Playing Flash Files in ASP.NET > Copy the HTML code below and paste it into your HTML<OBJECT > classid="clsid > d.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"WIDTH > ="550" HEIGHT="400" id="myMovieName"><PARAM NAME=movie > VALUE="myFlashMovie.swf"> <PARAM NAME=quality VALUE=high> <PARAM > NAME=bgcolor VALUE=#FFFFFF> <EMBED src="myFlashMovie.swf" quality=high > bgcolor=#FFFFFF WIDTH="550" HEIGHT="400" NAME="myMovieName" ALIGN="" > TYPE="application/x-shockwave-flash" > PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED> > </OBJECT>1.. Change the HEIGHT and WIDTH parameters to match the height > and > width of the movie dimensions or use percentage values, if desired. > 2.. Change "moviename.swf" where it appears in the OBJECT and EMBED tags > to the name of movie to be played. > > > Regards, > Jignesh Desai > http://www.jigneshdesai.com > > UJ |
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Convert Video files to PSP | ivan | DVD Video | 4 | 06-17-2008 11:16 AM |
| Convert Video files to MP4 for iPod | ivan | DVD Video | 0 | 04-26-2006 08:38 AM |
| Very slow recognising DVD disc | Terry Pinnell | DVD Video | 1 | 03-28-2006 06:53 PM |
| Now I introduce some popular software of multimedia | eightsome@gmail.com | DVD Video | 0 | 03-28-2006 02:29 PM |
| 512M USB Flash Disk Loses Files | David Nesbitt | A+ Certification | 3 | 08-03-2004 09:00 PM |