Jump to content

SWFObject not working on GoDaddy Shared Hosting


sspoke

Recommended Posts

I've tested it out fine on localhost and it works perfectly.

 

Using

 


swfobject.embedSWF("data/videochat.swf", "flash", 322, 516, "10.0.0", null, null, null, null, function (a) {
                  if (!a.success) {
                    //........
                  }
              });

 

on my domain i've used

 


swfobject.embedSWF("/data/videochat.swf", "flash", 322, 516, "10.0.0", null, null, null, null, function (a) {
                  if (!a.success) {
                    //........
                  }
              });

 

still doesn't work i am confused what the problem is..

 

I've checked out the file @

 

http://mydomain.com/data/videochat.swf  (it exists and it loads up)

 

 

I did go with the Linux host and all testing was done on a windows host.. although this is strictly clientside code so i have no idea why that matters

 

Thanks i've been trying to solve this for 7 hours also snapped my neck.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.