I’m trying without much success to get flow player to work on a test website. I have it working on another site but on the test site it just doesn’t work. I get an error saying ReferenceError: Can’t find variable: fp. The full error is:
[quote][Error] ReferenceError: Can’t find variable: fp
onOpen (player.php, line 447)
p (jquery.bpopup-0.8.0.min.js, line 6)
(anonymous function) (jquery.bpopup-0.8.0.min.js, line 6)
each (jquery-1.10.2.min.js, line 4)
each (jquery-1.10.2.min.js, line 4)
bPopup (jquery.bpopup-0.8.0.min.js, line 6)
(anonymous function) (player.php, line 442)
dispatch (jquery-1.10.2.min.js, line 5)
handle (jquery-1.10.2.min.js, line 5)[/quote]
Line 447 in the player.php is fp.load();
The code I’m using to load the video (when somebody clicks a button is should load) is:
I used to use the free version of Flowplayer, but to be honest, in these days of HTML5 video, it’s a distant memory now. Have you considered that option? There are tons of great (free) JS libraries for enhancing the experience, too.
Unfortunately I can’t post a link as it’s only accessible via VPN at the moment while it’s in development. Sorry I know that’ not much help but I can post any code that would help
no, one’s a full domain the other is just an IP address, although I did try changing the mapping so that the full domain pointed to the IP address but that didn’t work either