[Pro] Audio.js action

Anyone know of a method to prevent preloading of an mp3 file when using this action? I note that in the page code produced there is a function:

preload=auto

This can be turned to ‘none’ apparently, but I’m unsure of how to get this to work without stripping the code and inserting edited html markup snippets in the Freeway layout. Is there an easier way? Applying an extended ‘name: preload value: none’ attribute to the action item or it’s style doesn’t work for reasons that seem logical. A bit stumped really!


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Cracked it. By applying the nifty ‘Source Code Snooper’ action to the surrounding div, each instance of the audio.js action can have the preload changed from ‘auto’ to ‘none’.

Yes, I could have copied the block of code containing all the audio player instances, edit it and inserted it as a markup item, but this method means the Freeway document looks similar to the final page as output.

My thanks to Tim Plumb for the Source Code Snooper action.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options