473,396 Members | 2,052 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,396 software developers and data experts.

How to insert video in asp.net web page

49
Hello,
i want to insert video in my web page but the video didn't work it load for small time then it stop and i don't know why??
i write this line in aspx page
Expand|Select|Wrap|Line Numbers
  1. <video src="ss.flv" width="500" height="150" controls>
  2. </video> 
and i try this line also but no progress it tell me missing plugin all time when i search for missing plugin i found no plugin available
Expand|Select|Wrap|Line Numbers
  1. <embed  src="ss.flv" width="340" height="140" />
i don't know how i can solve this problem.
Thanks in advance
Orked
Oct 17 '10 #1
3 23083
you are using HTML5 video tag , supported in less browsers.

Expand|Select|Wrap|Line Numbers
  1. <video width="320" height="240" controls="controls">
  2.   <source src="movie.ogg" type="video/ogg" />
  3. Your browser does not support the video tag.
  4. </video>
for the asp.net , try like this

Expand|Select|Wrap|Line Numbers
  1. <object width="425" height="344">
  2. <param name="movie" value="http://www.youtube.com/v/GwQMnpUsj8I&hl=en&fs=1">
  3. </param><param name="allowFullScreen" value="true">
  4. </param><param name="allowscriptaccess" value="always">
  5. </param><embed src=http://www.youtube.com/v/GwQMnpUsj8I&hl=en&fs=1 
  6. type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344">
  7. </embed></object>
or you can also use third party tool
http://pcwin.com/Software_Developmen...ideo/index.htm

Hope this helps
Happy coding
Oct 17 '10 #2
orked
49
thank you for your help,
i have another question if I want to play video from my website folder not from youtube how i can write this??

Thanks,
Orked
Oct 18 '10 #3
Some self explanatory links ----

1.> Silverlight
http://msdn.microsoft.com/en-us/libr...8VS.95%29.aspx

2.> FLV player
http://www.beansoftware.com/ASP.NET-...ash-Video.aspx

3.> Third Party tools
http://www.aspnetflashvideo.com/

Hope this helps
Happy Coding
Oct 18 '10 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: jen_designs | last post by:
How do I create custom controls for an embeded video. I need stop, play, pause, etc. Any thoughts?
12
by: Bob Stearns | last post by:
This is probably the wrong forum for this, but I thought it might start some discussion. The INSERT statement, in its current form, has problems being formatted so a human reader can follow it....
1
by: Kat | last post by:
This is a new one on me...a user wants to select a report then see a checkbox list of the "groups" to be included in the report. He wants to turn on/off whether or not to insert a page break...
1
by: oforia | last post by:
is there a way to insert a google page into my application and parse it into xml without using the google api kit?
1
by: Rudy Ko | last post by:
Hi, All: I'm populating database records into a panel controls and want to render that panel into a HtmlTextWriter which will creating a word document. Do you know how to insert a page break...
1
by: Danny Ni | last post by:
Hi, Is it possible to enter a page break in a HTML document, when a HTML document is diplayed in browser and user click print, the browser takes control of paging . I would like the browse to...
1
by: James Wong | last post by:
Dear all, For some reason, I have to write my own code to print a document instead of using report writer. The source is an array with dynamic length. If one page is full, I have to insert a...
1
by: suta | last post by:
Morning Please help me how to insert video file to mysql database :) Best regards Suta
2
by: VBhelpalwayswanted | last post by:
Cost Centre Ann Budget WTE Budget WTE Actual Apr May Jun A58000 0 0.00 0.00 1,929.84 1,929.84 1,929.84 23,000 0.00 0.00 0.00 0.00 0.00 -219,232 0.00 0.00 0.00 0.00 0.00...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
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
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,...
0
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,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.