473,396 Members | 1,852 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.

null is null or not an object in IE

160 100+
hi to all

i am getting an error in IE (not in FF) that page in which media player incude give error that "null is null or not an object"

please give me some solution

a file is included flashdetect.js

my code is where i am using this player

Expand|Select|Wrap|Line Numbers
  1. <object type="application/x-shockwave-flash" data="player-viral.swf" width="205" height="150">
  2.                 <param name="movie" value="player-viral.swf" />
  3.                 <param name="allowfullscreen" value="true" />                
  4.                 <param name="allowscriptaccess" value="always" />
  5.                 <param name="wmode" value="transparent" />
  6.                 <param name="flashvars" value="file=videos/{$video_file}&image=preview.jpg" />
  7.                 <p><a href="http://get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
  8.             </object>
  9.  
Aug 7 '09 #1
4 4708
Dormilich
8,658 Expert Mod 8TB
if I remember right <object> is not/hardly supported in IE. it uses <embed>
Aug 7 '09 #2
waqasahmed996
160 100+
but when i used <embed> instead of object then player is not show at all. if i use <embed> then will i have to change any other code also??
Aug 7 '09 #3
Dormilich
8,658 Expert Mod 8TB
the general problem here is that IE and all other browsers treat this different...
Aug 7 '09 #4
waqasahmed996
160 100+
my problem is solved. i just replace the player which i was using. thanks for your reply
Aug 7 '09 #5

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

Similar topics

2
by: RMD | last post by:
I need to be able to keep a list of object references, and null them out one by one at a later point in time. I realize this can be dangerous, but I have my reasons. I can't figure out, however,...
99
by: Mikhail Teterin | last post by:
Hello! Consider the following simple accessor function: typedef struct { int i; char name; } MY_TYPE; const char *
5
by: David Sworder | last post by:
Hi, I've created a UserControl-derived class called MyUserControl that is able to persist and subsequently reload its state. It exposes two methods as follows: public void Serialize(Stream...
2
by: Jongmin | last post by:
Hi, I have made two classes, which are simple and almost same, T_A and T_B. T_A has a static method overloaded to "==". T_B dosn't. And, I run the following code. I expect both "a" and "b"...
64
by: yossi.kreinin | last post by:
Hi! There is a system where 0x0 is a valid address, but 0xffffffff isn't. How can null pointers be treated by a compiler (besides the typical "solution" of still using 0x0 for "null")? -...
3
by: toton | last post by:
Hi, In some cases when my function returns, I need to return a object of null state. This is when I return object by value. (Just like for by pointer, I can return a null pointer ). It has to be...
46
by: lovecreatesbea... | last post by:
Do you prefer malloc or calloc? p = malloc(size); Which of the following two is right to get same storage same as the above call? p = calloc(1, size); p = calloc(size, 1);
11
by: MikeT | last post by:
This may sound very elementary, but can you trap when your object is set to null within the object? I have created a class that registers an event from an object passed in the constructor. When...
9
by: Francois Grieu | last post by:
When running the following code under MinGW, I get realloc(p,0) returned NULL Is that a non-conformance? TIA, Francois Grieu #include <stdio.h> #include <stdlib.h>
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: 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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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
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...

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.