jonstuebe
Member
Posted 9 months ago #
The issue that I'm running into is that when I use the wiredrive shortcode to display a inline player on the website I get a message in both chrome and firefox (updated to their latest versions) telling me that my browser does not support html5 or flash. If it helps, I am loading the content via an ajax $_GET request.
http://clients.toiwebdesign.com/obsidian/site/#!/commercial-representation/humble/
http://wordpress.org/extend/plugins/wiredrive-player/
Hey Jon,
I've looked through your site, and I do see the player in Safari (but not Firefox), but it seems to be ignoring clicks.
The plugin users a user agent detect in PHP to determine what player to show (HTML5 or Flash) and I guess that your $_GET request is returning a bad user agent detect for some reason, although I don't know why.
Can you try putting together a more simplified example for me to troubleshoot? You have a lot of JS running and it's hard to trouble shoot an AJAX powered site.
-Drew
jonstuebe
Member
Posted 9 months ago #
Hey Drew,
I seemed to fixed the error with pulling in the video embed code. Now, the video doesn't want to play (in flash that is). Any ideas?
http://clients.toiwebdesign.com/obsidian/site/#!/commercial-representation/humble/
jonstuebe
Member
Posted 8 months ago #
Hi Drew,
were you able to take a look and see what might be causing the issue?
Jon