I set up a php script that logs visits and displays an swf movie that runs off of a php backend (wimpy player). The problem is, I don't know how to run or embed or whatever this script (which is on my site) from a remote html file.
I have tried just embedding the swf file in the html file, as you normally would, but it didn't load, so I guess the backend doesn't like that... and when I embed the php script I made for this situation, the page is empty where there swf should be.
I really have no idea how I can do this, or if it's even possible to execute a remote php script like that. So please let me know...