hello

thanks a lot for your module.
i am trying it to see if i use in a site.
i have installed it without problem and now i am trying to understand, with my bad english, the options that you gave to us.
i have seen that i can use .ogg or .m3u, what it is great.
my doubt is how they are displayed.
i can only get displayed as a full size audio player, what it is too big for what i need.
is there a smaller size? what i have to configure.

i am using: emfield-6.x-2.5 and media_archive-6.x-2.2

thanks a lot for any support on this :)

Comments

candelas’s picture

or if it is a way that i can do it in my .tpl.php, i can :)

i forgot to say that if i put embed

<object width="640" height="26" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.archive.org/flow/flowplayer.commercial-3.2.1.swf" /><param value="config={'key':'#$aa4baff94a9bdcafce8','playlist':[{'url':'20080522-Aptitude_vbr.mp3','autoPlay':false}],'clip':{'autoPlay':true,'baseUrl':'http://www.archive.org/download/Aptitudefm08-Programa10/'},'canvas':{'backgroundColor':'#000000','backgroundGradient':'none'},'plugins':{'audio':{'url':'http://www.archive.org/flow/flowplayer.audio-3.2.1-dev.swf'},'controls':{'playlist':false,'fullscreen':false,'height':26,'backgroundColor':'#000000','autoHide':{'fullscreenOnly':true},'scrubberHeightRatio':0.6,'timeFontSize':9,'mute':false,'top':0}},'contextMenu':[{},'-','Flowplayer v3.2.1']}" name="flashvars"/><embed src="http://www.archive.org/flow/flowplayer.commercial-3.2.1.swf" type="application/x-shockwave-flash" width="640" height="26" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" bgcolor="#000000" quality="high" flashvars="config={'key':'#$aa4baff94a9bdcafce8','playlist':[{'url':'20080522-Aptitude_vbr.mp3','autoPlay':false}],'clip':{'autoPlay':true,'baseUrl':'http://www.archive.org/download/Aptitudefm08-Programa10/'},'canvas':{'backgroundColor':'#000000','backgroundGradient':'none'},'plugins':{'audio':{'url':'http://www.archive.org/flow/flowplayer.audio-3.2.1-dev.swf'},'controls':{'playlist':false,'fullscreen':false,'height':26,'backgroundColor':'#000000','autoHide':{'fullscreenOnly':true},'scrubberHeightRatio':0.6,'timeFontSize':9,'mute':false,'top':0}},'contextMenu':[{},'-','Flowplayer v3.2.1']}"> </embed></object>

or

<embed src="http://www.archive.org/flow/flowplayer.commercial-3.2.1.swf" type="application/x-shockwave-flash" width="640" height="26" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" bgcolor="#000000" quality="high" flashvars="config={'key':'#$aa4baff94a9bdcafce8','playlist':[{'url':'20080522-Aptitude_vbr.mp3','autoPlay':false}],'clip':{'autoPlay':true,'baseUrl':'http://www.archive.org/download/Aptitudefm08-Programa10/'},'canvas':{'backgroundColor':'#000000','backgroundGradient':'none'},'plugins':{'audio':{'url':'http://www.archive.org/flow/flowplayer.audio-3.2.1-dev.swf'},'controls':{'playlist':false,'fullscreen':false,'height':26,'backgroundColor':'#000000','autoHide':{'fullscreenOnly':true},'scrubberHeightRatio':0.6,'timeFontSize':9,'mute':false,'top':0}},'contextMenu':[{},'-','Flowplayer v3.2.1']}"> </embed>

that i get from archive, i get this error

Fatal error: Cannot use object of type stdClass as array in xxx/sites/all/modules/emfield/contrib/emaudio/emaudio.module on line 299

edit i also tried to change the height of the field in the options of a cck field, in Audio Display Settings
but, they dont get saved and nothing changes.
thanks :)