Hello,
I'm experimenting with a JW player plugin for wordpress to see does it meet my requirements.
I like the easy way of using already hosted videos (eg. youtube), skinning and plugins.
One thing i really don't like is calling and downloading .SWF player multiple times. If i have 5 videos on a page, .SWF file will be loaded 5 times. This really slows down page loading and cause increase CPU usage.
Also, skin and plugins are loaded again all 5 times. That's at least 15 additional http queries and additional 530 KB for player.swf + 140 KB for player.js and few other KBs for plugin + skin.
Is there a way to update wordpress plugin so it will call player.swf, plugins and skin only one time, at a beginning and next time just use its in a div for example?
I'm developing www.lolme.org website.
For now its in a beta stage, trying to get the most of few flash/html5 players to find the best one to stick on it.
Thanks,
Dudu
If I can/may suggest is for you to visit my web site.
There I have multiple examples that use more than one instance of the JWPlayer AND only loaded once. This can be especially seen in action with the 3D transparent cube where you can run on all of the cube's faces the JWPlayer which was only declared once.
visit mirana.net
You also have to opportunity to view the coding used for the JWPlayer instantiation(s).
Hint: use the load function feature of the JWPlayer