Is it possible to display the canvas ui360 in a larger version like in the project screenshot?
That would nice...

Thx

Comments

patrickroma’s picture

Subscribe - would be great also with the effects from http://www.schillmania.com/projects/soundmanager2/demo/360-player/canvas...

IetC_development’s picture

Subscribing.

It would be great !

IetC_development’s picture

DONE : I bypassed the problem by using a direct link to the file, between divs : <div class="player"> <div class="ui360 ui360-vis">.

The following is with audio, not audio-field ; I set up a view with "audio : download link" field, then a custom field (global -> "custom text"). This custom field is HTML like this :

<div class="player">         
          <div class="ui360 ui360-vis">
[download_link]
</div></div>

And it works fine ! Just have to leave empty the text to display in the download link field, and there's only the large canvas 360 player left !

Would have been better if audio module would give a "path to the file" substitution pattern or field, but it works not so bad this way.