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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.