ActiveDen

Skype Application for Flash

I uplaoded the file, but it always displays “Offline”, although I’m online. Why is this?

You have to make sure that your Skype account allows to show the status on the Web. It’s just a checkbox on Skype. Read here how to do it.

I uplaoded the file, but instead of “Online” or “Offline” the file displays ”?” as my online status. Why is this?

This is probably a problem with your host server. It needs to support PHP5 to receive the status from Skype. Contact your host and ask if your server supports PHP5 . If not, ask them to give you PHP5 support.

If you think your server has PHP5 support, but it still doesn’t work – get in touch with us via Skype. Our Skype name is “modularweb”. We can then have a try on our server, just to doublecheck.

I have loaded the Skype App into another main file. All text areas and functions related to the XML file don’t work. It seems that the Skype App can’t reference the XML file.

You have probably put the Skype App and the XML into a different (sub-)folder from where the main application is, right? And the main file loading the Skype App is in the main folder. When the Skype App is loaded into the main file, it is actually no longer in this different folder, where it has been loaded from, but in the main folder, as it is now a part of the main file. It still tries to get the XML from the same folder, thought.

Solution 1: Copy the XML file to the main folder.

Solution 2: In the first frame of the Skype App you can assign the variable xmlSource to it. Put the path to the XML file from the main folder here, should be ok, too.

by
by
by
by
by