473,788 Members | 2,893 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1713
"David C" <dl*****@lifeti meinc.comwrote in message
news:uV******** ******@TK2MSFTN GP06.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.macr omedia.com/pub/
shockwave/cabs/flash/swflash.cab#ver sion=8,0,0,0">
<param name="flashvars "
value="file=htt p://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="#FFFFF F" type="applicati on/x-shockwave-flash"
pluginspage="ht tp://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...@lifeti meinc.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
2889
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 our current extensive number of .Net 1.1 web apps convert to it. After a week's time I dont's mind the converted app code that was broken and had to be changed, due to deprecation, new framework classes (some of which have names identical to...
5
1998
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 VS.Net 2005 to render the associated .resx and .vb file inoperative. detail... I converted an asp 1.1 vb.net app using the vs2005 conversion wizard and then retested the app after conversion.
10
2537
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. Anyway, I decided to have a go at loading them as web projects from our Win2k3 server. It gets so far and then says "The web server does not appear to have FrontPage server extensions installed".
3
5920
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 (seems to be a know bug with VS2005) All I want to do is PLAY flash files - and maybe control them (ie. play, pause, send vars to/from)
3
3489
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 (seems to be a know bug with VS2005) All I want to do is PLAY flash files - and maybe control them (ie. play, pause, send vars to/from)
15
4233
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 mapped to the local devleopment folder. Project compiles to a subfolder .\bin. To deploy, the asmx page and bin subfolder are copied to the production server. So now I upgrade to VS2005. OK, so except for the name, everything is changed. No more...
3
2153
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 code. But with the Flash control, I can easily add much more fancy animation. But I don't know what disadvantages (in terms of user installation, PC requirements during installation, etc) may arise from using this Flash component. Any help is...
0
1186
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 = @"res:\\ResourceFolder.fr.1encat41"; Is there any way to get a kind of url to this flash movie.
3
2411
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 partial class) lines to it so it started with: <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()_ Partial Class UserControl1
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10366
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10110
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8993
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5399
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5536
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4070
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3674
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.