I have my scripts.js
file.
If I'd like to insert an external resoruce (like the swfobject.js
library from youtube) inside this file how can I do it?
Like :
<script type="text/javascript" src="swfobject.js"></script>
Is it possible? Maybe with less code with jQuery...