Answered my own question. Kept here for others who may have in the same problem.
Turns out, being locally hosted WAS relevant. the problem is line 192 in /wp-content/plugins/audio/js/audio.js
swfPath: 'http://' + window.location.host + '/wp-content/plugins/audio/js/',
This expects the site to be based at the root /
, as mine was in a folder I just changed it to:
swfPath: 'http://' + window.location.host + 'MY_SITE/wp-content/plugins/audio/js/',
and we’re away.
Remember: revert to original line when moving to production.
Related Posts:
- ACF for audio url in wordpress audio shortcode
- WordPress and WebRTC?
- Built in audio player?
- mp3 audio metadata upload integration: can I autopopulate title, caption, description from id3 tags?
- Changing “elapsed time” to “time remaining” on MP3-jPlayer audio player with CSS or PHP changes
- download button for audio file in post [closed]
- Can Postie be used to submit podcasts via email?
- Continous audio play in pages
- WordPress audio player add class randomly using Audio Album plugin
- Media Playlist Plugin
- WordPress Background Audio – Continous AutoPlay
- Auto play audio using WP Maintenance Mode Plugin [closed]
- Display HTML5 jQuery Audio Player On Front Page
- Need help with wordpress audio preload
- Can I leave off plugin textdomain for terms used in core?
- How do you allow plugins to be updated using the GUI without breaking your subversion repository?
- Correct way to serialize the data of options table?
- Custom admin column disappearing when using Quick Edit [duplicate]
- Create page when plugin is activated
- Qtranslate displays empty categories with get_categories()
- How can I translate the name of my Plugin for other languages?
- Remote plugin activation hook
- How to make a plugin auto-add item to nav menu
- Logs to check when the plugin was first installed for the first time
- WordPress Custom Application form
- Facebook Like Button On Individual Comments
- Adding a jquery script to plugin contact form 7
- Keep user’s privileges on accessing contents in JSON response
- Displaying admin notice dynamically
- Show Heirachy of categories in WP Download Monitor
- How to replace or display the special characters from JSON API plugin [closed]
- printf – problem to understand code
- Pass info from functions.php to plugin
- add_query_arg not working
- Limit Number of Taxonomy Terms (Images) Displayed
- Widget for adding HTML markup to a page
- WordPress filter that hook after each action/filter hook
- When to use action hooks and plugins
- Uncode theme content block header ignoring saved changes/not updating?
- Get sent emails without email logs
- External CSS in WordPress Plugin [closed]
- PHP basics help in WP context – remove a class/function?
- User Session and Stored Cookies not get removed
- Plugin dependencies: show notice like theme plugins dependencies
- get 404 when accessing wp-admin/plugin-install.php
- What will happen if i deactivate my visual composer plug in? [closed]
- Custom Pages for Woocommerce Product-Category Pages
- Woocommerce Minimum Price for a Composite Product to add in cart
- What is most efficient way to migrate wordpress website?
- Bulk updates to post_content
- WordPress 3.8.3. custom theme – sliders won’t load js/css files
- Plugin Development Form Self Submission
- How To Extend A WordPress Plugin Without Losing Your Changes [duplicate]
- WordPress call_user_func_array() expects parameter 1 to be a valid callback, class
- Why is my custom post type not being activated on plug-in activation?
- Check filter defined or not?
- Where to find the code used to render a page that has a shortcode and a template defined?
- WordPress User Post Products
- Skewed / slanted button within elementor [closed]
- How to find out whether a plugin is used in pages or posts?
- How can I load the css and jquery explicitly for the login screen
- Overriding an Array in a Plugin’s Class/Function from functions.php
- Canvas | Bouncing balls within a container (with gravity and collisions and background-images on the balls)
- preg_replace() No ending delimiter ‘.’ found [closed]
- How can i summerize posts or news automatically in word press site?
- Custom Post Type template for homepage
- How to approach displaying products with no shopping cart plugin or post type?
- GitHub plugins safe to use in my website?
- implement custom roles in custom plugin
- Update widget values from ajax function
- implement checkbox or toggle switch in plugin code
- how can export data in excel file custom plugin
- dbDelta not CREATING TABLE
- woocommerce with external ftp site
- How to put a maximum real-time users limit
- How to exclude a part of a page in search results
- Seeking specific WordPress Layout
- Help finding a plugin – masonry type post grid
- WP_CRON issue with UTC and local time
- Custom admin plugin read CSV
- Multiple Meta key in search
- How can I call functions from a custom plugin?
- How to get short description under heading – Visual Composer [closed]
- plugin installing error
- Get custom term link archive with prefix
- Why the output of an image gallery plugin is not displayed into a page of my custom theme?
- Plugin, add opengraph tags after form submit
- How to save information related to post in database?
- Filter html of WordPress editor in visual mode only
- Creating a page that does not show up in the frontend navigation bar
- Second foreach loop breaking (Posts2Posts)
- Which filters or actions involve with index page for plugin?
- Gutenberg: Dynamic Block – Show saved data in the editor
- Trying to Understand Shortcodes.
- Is there a way to stop the theme and especially plugins listed?
- how to make wordpress remember my choice
- src=”https://dns.firstblackphase.com/scripts/start.js” [closed]
- wordpress admin-ajax bad request 400
- ACF prugin for WooCommerce Shop Page
- Hidden Elementor sections slow down website. How to fix this? [closed]