473,382 Members | 1,362 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,382 software developers and data experts.

embedding *.flv file into aspx page

How do I embed a *.flv file (Flash Video) into an aspx page similar to
embedding windows media player active x control?

Cheers

Ollie Riches
Jan 10 '07 #1
3 13630
Have a look at epicFlashControl. Peter's answer is correct, but if you're
using VS.NET, epicFlashControl will take care of many of the annoying parts
of integrating Flash on an aspx page.

-KF
"Ollie Riches" <ol**********@hotmail.comwrote in message
news:en**************@TK2MSFTNGP06.phx.gbl...
How do I embed a *.flv file (Flash Video) into an aspx page similar to
embedding windows media player active x control?

Cheers

Ollie Riches


Jan 10 '07 #2
yeah i know that...

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:E0**********************************@microsof t.com...
Whatever the <embedor <object --- tag directives are for embedding .flv
into a plain old html page, that's what you would put in the .ASPX
(markup)
of your ASP.NET page.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Ollie Riches" wrote:
>How do I embed a *.flv file (Flash Video) into an aspx page similar to
embedding windows media player active x control?

Cheers

Ollie Riches

Jan 11 '07 #3
The kind of help answer I was looking for:

You can't display a flash movie directly in an asp.net page you are required
to reference\contain the *.FLV file in a *.SWF, this can then displayed
using the embedded adobe flash player using an active x control in similar
manner to windows media player.

To produce the *.SWF you will need something like MAcromedia Flash
Professional.

To embed the adobe flash player you will need the following HTML in the
asp.net page:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="500" height="400" id="Untitled-1" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="progressive2.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#aaaaaa" />
<embed src="progressive2.swf" quality="high" bgcolor="#ffffff"
width="500" height="400" name="Untitled-1" align="middle"
allowScriptAccess="sameDomain" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>

"Ollie Riches" <ol**********@hotmail.comwrote in message
news:eh**************@TK2MSFTNGP03.phx.gbl...
yeah i know that...

"Peter Bromberg [C# MVP]" <pb*******@yahoo.yabbadabbadoo.comwrote in
message news:E0**********************************@microsof t.com...
>Whatever the <embedor <object --- tag directives are for embedding .flv
into a plain old html page, that's what you would put in the .ASPX
(markup)
of your ASP.NET page.
Peter

--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net


"Ollie Riches" wrote:
>>How do I embed a *.flv file (Flash Video) into an aspx page similar to
embedding windows media player active x control?

Cheers

Ollie Riches


Jan 12 '07 #4

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

Similar topics

5
by: Victor Fees | last post by:
I have an XML string in a database that I would like to display using XSLT. All of that works like a champ, but I can't figure out how to embed the XML inside an ASPX page. For example, I have...
56
by: alan b | last post by:
I copied it and tried to edit the movie.htm below in the <PARAM NAME=*** location of the file where the videoclip is on my hard drive. It is already recorded by Windows Media Player. My version...
4
by: Marc Pelletier | last post by:
Hello, I have a class (TideClass) which creates a bitmap image as one of its functions. I want to create a page which has this image embedded amongst some text. I know that I have to stream the...
6
by: Skeptical | last post by:
Hello, I am trying to embed html output into my webform but could not figure out how to so far. The form will execute a Perl script with some parameters, and script will output some html...
18
by: J-T | last post by:
Hi All, There is a picture on the following URL which I want to have it in one of my asp.net pages .I mean I want to embed the content of this page in my own page and get its image.Is there a...
7
by: David Thielen | last post by:
Hi; Is there a way to embed images in the response rather than writing them to disk and having an <img ...> tag? And if so, how is it done and what browsers support it? -- thanks - dave
3
by: Praveen | last post by:
Hi, I have a control that currently embeds it's images and script files as resources (by marking them as 2.0's WebResourceAttribute) and lets the runtime handle the streaming of the files to the...
2
by: John Grandy | last post by:
I am not having success embedding carriage return and line feed characters into a string and displaying them with an ASP.NET label. Is anyone getting either of the following to work ? ...
5
by: Barrie Wilson | last post by:
anyone have any idea why I might be having an impossible time embedding a YouTube <objectin an .ASPX file: <object width="425" height="355"> <param name="movie"...
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:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?

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.