Hi guys and gales, i used WP Audio player Standalone plugin in my php forum it have 5 java script snips, look: http://wpaudioplayer.com/standalone/
i want to collect all snips to one .js file, then can call them via:
<script type = "text/javascript" src="script.js"></script>
i tried to do this, but it not works, is this possible at all? is there a trick?!
There could be a conflict. Mind posting a link to your site to determine this?
Make sure to put all the snippets back in that one file so I can see.
Thanks buddy for reply, i fix this, now works, it solved via change place of snips in one file. move one snip to top, and it works.
here: http://bazitarsnak.com/player/player.js
Nice to see that you solved it.
Always put them in the same order they are before you move them
Hi guys and gales, i used WP Audio player Standalone plugin in my php forum it have 5 java script snips, look: http://wpaudioplayer.com/standalone/
i want to collect all snips to one .js file, then can call them via:
i tried to do this, but it not works, is this possible at all? is there a trick?!
There could be a conflict. Mind posting a link to your site to determine this?
Make sure to put all the snippets back in that one file so I can see.
Thanks buddy for reply, i fix this, now works, it solved via change place of snips in one file. move one snip to top, and it works.
here: http://bazitarsnak.com/player/player.js
Nice to see that you solved it.
Always put them in the same order they are before you move them