473,511 Members | 15,011 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Embedding video issues

2 New Member
Hi everyone,

I have a very simple task of trying to embed a video into a page. It works great in an html page for me, but it doesn't produce the video in an htm page that is being pulled into an aspx frame.

The code that works great in HTML but not in the other is this:
<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="500" height="400" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="autocare.mpg" />
<param name="autoplay" value="true" />
<param name="controller" value="true" />
<param name="loop" value="false" />
<EMBED src="autocare.mpg" width="480" height="400" autoplay="true" controller="true" loop="false" pluginspage="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>

I can see the player in the html page, but not in the aspx page.

Question is, do I have to treat this as a web control? If so, any tips tricks shortcuts ?
Thanks so much
Feb 26 '07 #1
1 1199
Motoma
3,237 Recognized Expert Specialist
Hi everyone,

I have a very simple task of trying to embed a video into a page. It works great in an html page for me, but it doesn't produce the video in an htm page that is being pulled into an aspx frame.

The code that works great in HTML but not in the other is this:
<OBJECT classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="500" height="400" codebase="http://www.apple.com/qtactivex/qtplugin.cab">
<param name="src" value="autocare.mpg" />
<param name="autoplay" value="true" />
<param name="controller" value="true" />
<param name="loop" value="false" />
<EMBED src="autocare.mpg" width="480" height="400" autoplay="true" controller="true" loop="false" pluginspage="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT>

I can see the player in the html page, but not in the aspx page.

Question is, do I have to treat this as a web control? If so, any tips tricks shortcuts ?
Thanks so much
Are the ASPX page and the HTML page in the same directory? If not, you will need to correct the relative path for the video file, either change it, or more preferably make it an absolute path.
Feb 26 '07 #2

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

Similar topics

3
9146
by: Vroem | last post by:
I wanted to show an MPEG-4 video file on a web page. I'm talking about a real iso-compliant file (with the .mp4 extension.) I've been searching on how to use mime-types but it turns out that you...
56
6856
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...
6
7685
by: jonathanztaub | last post by:
I have a DVD CD. * Is it possible to embed it within an html page? * Does the user has to have windows media player or any other program associated with it? * How exactly do I use the <embed>...
2
1001
by: Anil Gupte | last post by:
I followed a tutorial to learn about controlling video files (my area of interest) using VB. The primary command for this is the mciSendString...
0
1103
by: 666 | last post by:
When a video is embeding on a webpage. People can right click on the video screen and select the PROPERTIES tab and know where the video is located. Is there a way you can disable the PROPERTIES &...
1
3083
by: Dave Heinemann | last post by:
OK confessions out of the way - I went through the project properties and changed a bunch of stuff I shouldn't have. Then I built a release version without changing the directory, which defaulted to...
3
13644
by: Ollie Riches | last post by:
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
3
689
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
Note: My apologies for repeating this post from last week, but my nospam alias and profile account were incorrect. I think I have fixed this, so hopefully this post will trigger MS into a response...
13
3966
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
This is a follow-up to my post "Silverlight video doesn't work when file is streamed from handler in ASP.net" at...
0
7245
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
7356
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
7427
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7512
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...
1
5069
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...
0
4741
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3227
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...
0
3214
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
449
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...

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.