473,385 Members | 1,312 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Use Flash in VS2005 Project?

Is it possible to incorporate Flash player into an ASP.Net web site? If so,
can someone point me to more information on this? I would like to be able
to play back some video on a web. Thanks.

David
Aug 31 '07 #1
3 1694
"David C" <dl*****@lifetimeinc.comwrote in message
news:uV**************@TK2MSFTNGP06.phx.gbl...
Is it possible to incorporate Flash player into an ASP.Net web site? If
so, can someone point me to more information on this? I would like to be
able to play back some video on a web. Thanks.
I use this: http://www.wimpyplayer.com/
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Aug 31 '07 #2
You embed a Flash video player in an ASP.NET web page exactly the same way
you do it on any other web page. Sample code:

<object width="320" height="240"
classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/
shockwave/cabs/flash/swflash.cab#version=8,0,0,0">
<param name="flashvars"
value="file=http://www.myhomepage.com/myvideofile.flv" />
<param name="movie" value="http://www.myhomepage.com/flvplayer.swf" />
<embed src="http://www.myhomepage.com/flvplayer.swf" width="320"
height="240" bgcolor="#FFFFFF" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer"
flashvars="file=http://www.myhomepage.com/myvideofile.flv" />
</object>

And here's a link to a "how to":
http://forum.videohelp.com/topic315188.html
-- Peter
Recursion: see Recursion
site: http://www.eggheadcafe.com
unBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder: http://www.blogmetafinder.com

"David C" wrote:
Is it possible to incorporate Flash player into an ASP.Net web site? If so,
can someone point me to more information on this? I would like to be able
to play back some video on a web. Thanks.

David
Aug 31 '07 #3
On Aug 31, 8:40 pm, "David C" <dlch...@lifetimeinc.comwrote:
Is it possible to incorporate Flash player into an ASP.Net web site? If so,
can someone point me to more information on this? I would like to be able
to play back some video on a web. Thanks.

David
There are many free flash video player on the web, just ask google.
For controling the flash movie i use SWFObject, a free javascript
library.
http://blog.deconcept.com/swfobject/
Best regards.
Oscar Acosta

Sep 4 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: Brad | last post by:
I'm not one to rant or flame....so please excuse me while I do so for this once. I've now spent a bit of time working with VS2005 beta 2 to see how it functions for web development, especially how...
5
by: GaryDean | last post by:
(my original post was inaccurate but this post accurately describes what I think is a very bad vs2005 bug) short description... Deleting a dataset and recreating it from the dataadapter causes...
10
by: musosdev | last post by:
Hi guys I'm trying to migrate to VS2005... I've managed to do that, but realised I'd opened my web projects as file projects, and I'm getting the error about network BIOS command limit. ...
3
by: Tim Dixon | last post by:
Hi, Can someone tell me how to get a flash file to play in Visual Basic .net? (VS2005) Tried adding a com component to the toolbox (as it worked in VS2003), but this produces an error in 2005...
3
by: Tim Dixon | last post by:
Hi, Can someone tell me how to get a flash file to play in Visual Basic .net? (VS2005) Tried adding a com component to the toolbox (as it worked in VS2003), but this produces an error in 2005...
15
by: Joseph Geretz | last post by:
OK, I'll admit it up front - I just don't get it. Here's our previous VS2003 development model. Developers develop the WS solution on their own workstations, using their own IIS web servers...
3
by: VMI | last post by:
What are the advantages/disadvantages of using the Flash component on my screensaver application? The basic animation that the screensaver will include can be done either with Flash or by writing...
0
by: BDay | last post by:
Hi and thanks for your help, I'd like to access a Flash movie embedded in a Resource file (C#, VS2005). I've tried Res:\\ Protocol, without success: axShockwaveFlash1.Movie =...
3
by: Academia | last post by:
I have a vs2003 project (actually 44 of them) that I want to convert to VS2005 format. To fix a usercontrol file I created the Designer.vb file and moved the Inherited and Class ( change to...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.