473,503 Members | 1,710 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

please will you help me get this to play in IE?

1 New Member
This code is working fine in Firefox but not on iE .
so i need your help to run it on iE .
Expand|Select|Wrap|Line Numbers
  1. <body>
  2. <object data="http://www.onrtv.org/tv/player-quick.swf"
  3.     height="545" width="790">
  4.     <param name="allowFullScreen" value="true">
  5.     <param name="allowScriptAccess" value="true">
  6.     <param name="bgcolor" value="transparent">
  7.     <param name="wmode" value="transparent">
  8.     <param name="flashvars" value="rtmp=rtmp://217.114.200.24/tchad/tchad&playerID=player-container">
  9. </object>
  10. </body>
May 11 '12 #1
2 2350
Fary4u
273 Contributor
include embed code
Expand|Select|Wrap|Line Numbers
  1. <embed  width="790" height="545" src="http://www.onrtv.org/tv/player-quick.swf" wmode="transparent" quality="high" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" ... />
  2.  
i'm sure it works
Aug 8 '12 #2
Frinavale
9,735 Recognized Expert Moderator Expert
Don't know if this will fix the problem but I noticed that your <param> tags do not have a closing </param>.

Try:
Expand|Select|Wrap|Line Numbers
  1. <body>
  2. <object data="http://www.onrtv.org/tv/player-quick.swf"
  3.     height="545" width="790">
  4.     <param name="allowFullScreen" value="true"></param>
  5.     <param name="allowScriptAccess" value="true"></param>
  6.     <param name="bgcolor" value="transparent"></param>
  7.     <param name="wmode" value="transparent"></param>
  8.     <param name="flashvars" value="rtmp=rtmp://217.114.200.24/tchad/tchad&playerID=player-container"></param>
  9. </object>
  10. </body>

Although I suspect that you are going to need the <embed> tag.

-Frinny
Aug 8 '12 #3

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

Similar topics

0
1481
by: Mike Chirico | last post by:
Hopefully this will help someone... Helpful Things to Know about MySQL Mike Chirico (mchirico@users.sourceforge.net) Last Updated: Fri Apr 16 11:47:34 EDT 2004 The latest version of this...
2
1653
by: Merdelus | last post by:
I'm a new visual basic learner, I need some help with this program below: create an application that either sums or averagethe rows or columns of a two dimensional array depending on user...
3
1270
by: Chris H | last post by:
bassically i am buiding a simple shopping cart type feature and am using sessions to store the cart contents and then when teh user checks out and submits the order it will email me the cart...
5
1295
by: zidrax03 | last post by:
i have trouble in filtering... im creating a enrollment system. which filtered by school year.. how can i filtered the data. that only the active year will be displayed on the form... ...
0
1017
by: suki | last post by:
Hi! I play a video using mciSendString - statements. The audio is played by the on-board sound device (default sound) Can anyone tell me how to send this sound to an output of my (4 channel)...
0
2400
by: Jai | last post by:
Hi, Somebody please tell me how to bind(two way) a checkboxlist with objectdatasource if the checkboxlist is inside a formview..... Code of FormView is like this::--- <asp:FormView...
1
2067
by: rocksoft | last post by:
Hi, I am working in asp.net with C# web application, i have used one textbox and image button for search funtion, i have created one user control for this, but after i have entered...
14
1282
by: cool.vimalsmail | last post by:
i dont know how to convert a txt file into a zip file (i.e.,)i have a file named packages and i want the packages file with a ".gz" extension by implementing a python program
2
2481
by: SMinnett | last post by:
Hello everyone, I am relatively new to it all. Web development, css, html, forums, etc. I have a huge problem. I am attempting to make the switch from designing in Dreamweaver using tables to using...
3
2424
by: jamessarvs | last post by:
Windows Media Player cannot play the file because there is a problem with your sound device. There might not be a sound device installed on your computer, it might be in use by another program, or it...
0
7199
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
7322
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...
1
6982
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...
0
7451
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
5572
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,...
1
5000
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
4667
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
1501
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 ...
1
731
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.