473,473 Members | 1,555 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Null is null or not an object with Flash Video

1 New Member
I am very new to jscript especially as it pertains to delivering flash elements... That being said - here is what I am dealing with.

Plugin for Wordpress embed-video-with-link. The site is completely under SSL. No triggers with Firebug in Firefox but in IE get the dreaded null is null or not an object error.

This is the piece of code I 'think' is causing the problem

Expand|Select|Wrap|Line Numbers
  1. define("FLASHPLAYER_TARGET", "<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0\" width=\"".GENERAL_WIDTH."\" height=\"".FLASHPLAYER_HEIGHT."\">
  2. <param value=\"#FFFFFF\" name=\"bgcolor\" />
  3. <param name=\"movie\" value=\"".get_option('siteurl')."/wp-content/plugins/embedded-video-with-link/mediaplayer/player.swf\" />
  4. <param value=\"file=###VID###&amp;showdigits=true&amp;autostart=false&amp;overstretch=false&amp;showfsbutton=false\" name=\"flashvars\" allowScriptAccess=\"always\" />
  5. <param name=\"wmode\" value=\"transparent\" />
  6.  
  7. <!--[if !IE]> <-->
  8. <object data=\"".get_option('siteurl')."/wp-content/plugins/embedded-video-with-link/mediaplayer/player.swf?file=###VID###\" type=\"application/x-shockwave-flash\" height=\"".FLASHPLAYER_HEIGHT."\" width=\"".GENERAL_WIDTH."\">
  9. <param value=\"#FFFFFF\" name=\"bgcolor\">
  10. <param value=\"file=###VID###&amp;showdigits=true&amp;autostart=false&amp;overstretch=false&amp;showfsbutton=false\" name=\"flashvars\" allowScriptAccess=\"always\">
  11. <param name=\"wmode\" value=\"transparent\" />
  12. </object><!--> 
  13. <![endif]-->
  14. </object><br />");
  15.  
I've read a bit around and it seems it has something to do with the object not being properly defined? But I am stuck and don't know what direction to go - Any help greatly appreciated.

Thanks

**Ann
Mar 8 '11 #1
1 1777
acoder
16,027 Recognized Expert Moderator MVP
Try using SWFObject to embed Flash content.
Mar 9 '11 #2

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

Similar topics

1
by: daokfella | last post by:
Hi all, I want users of my website community to be able to upload video files. I'd like to automatically convert these on the server to flash video. I'd also like to get a screen shot from the...
3
by: Rafael tejera | last post by:
Somebody knows a component to play and control flash video inside asp.net Rafael
12
by: smarsh | last post by:
Hi, I don't know PHP but it seems like the way to do this: I need a home page that loads a flash video into the HTML page and auto-plays for 1st time visitors. Repeat visitors (within 15 days)...
5
by: mratanudey83 | last post by:
With the help of this forum members and google search i've done the following part Imports AxShockwaveFlashObjects Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object,...
0
by: starringstars | last post by:
Hi, Please help ? Is there a way to control a flashmovie from my webserver so that it will send a pauzevideo command to my flashvideo. I mean like you will see the video and it will automatically...
1
by: David Buckley | last post by:
Does anyone have any example code of converting any type of video to flash video at all using asp.net 2.0 c# web applications. God Bless
2
by: Andycb | last post by:
Hi i'm realtively new to HTML, let alone HTML CSS but basicly, as the title suggests I want to know how to position a flash video in a particular part of the web page. I have attached a picture...
2
by: akaash19 | last post by:
I need to have a chat application in my client's website. The chat is one to one. Nothing like chat room. On clicking on a user,you can have video chat with him. To my reading, I will need to have...
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
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
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
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,...
1
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
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
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
muto222
php
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.