MyBB Community Forums

Full Version: AutoMedia 4.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
sorry,

where is "inc/plugins/automedia/build/custom.js" ?????
(2015-01-20, 08:16 PM)ozanakkaya Wrote: [ -> ]sorry,

where is "inc/plugins/automedia/build/custom.js" ?????

It doesn't exist.
You can safely remove the link from the automedia_head template.
I don't know anymore why I put it there in the first place. Angel
Hi.

Is there a way to change the style of the embed player, for instant, the Soundcloud player.

From This to This.
(2015-01-24, 08:08 PM)nollidnosnhoj Wrote: [ -> ]Hi.

Is there a way to change the style of the embed player, for instant, the Soundcloud player.

From This to This.

You could only try to switch from iframe to the old soundcloud flash player.

Open inc/plugins/automedia/Lib/Embera/Providers/SoundCloud.php and change line 22:

protected $apiUrl = 'https://soundcloud.com/oembed?format=json';

to

protected $apiUrl = 'https://soundcloud.com/oembed?format=json&iframe=false';
(2015-01-24, 10:54 PM)doylecc Wrote: [ -> ]
(2015-01-24, 08:08 PM)nollidnosnhoj Wrote: [ -> ]Hi.

Is there a way to change the style of the embed player, for instant, the Soundcloud player.

From This to This.

You could only try to switch from iframe to the old soundcloud flash player.

Open inc/plugins/automedia/Lib/Embera/Providers/SoundCloud.php and change line 22:


protected $apiUrl = 'https://soundcloud.com/oembed?format=json';

to


protected $apiUrl = 'https://soundcloud.com/oembed?format=json&iframe=false';


Thanks for the reply. It worked, but now the player is centered, and has the text on the bottom.

Is there a way to not center, and possibly remove the bottom text?

And also change the width of the player?
For the alignment you can edit the class .am_embed in the template automedia_head.
All other parameters are predifined by Soundcloud:
https://soundcloud.com/oembed?iframe=fal...st-funeral
(2015-01-25, 08:52 AM)doylecc Wrote: [ -> ]For the alignment you can edit the class .am_embed in the template automedia_head.
All other parameters are predifined by Soundcloud:
https://soundcloud.com/oembed?iframe=fal...st-funeral

Okidoki!

Thank you for your support!
hi doylecc,

could you move the javascript used with this plugin to the jscripts folder so that the newly added CDN feature in mybb 1.8 picks it up?
(2015-01-31, 09:24 PM)Shemo Wrote: [ -> ]hi doylecc,

could you move the javascript used with this plugin to the jscripts folder so that the newly added CDN feature in mybb 1.8 picks it up?

I'll check if it is possible without breaking the media player.
(2015-02-02, 10:49 PM)doylecc Wrote: [ -> ]
(2015-01-31, 09:24 PM)Shemo Wrote: [ -> ]hi doylecc,

could you move the javascript used with this plugin to the jscripts folder so that the newly added CDN feature in mybb 1.8 picks it up?

I'll check if it is possible without breaking the media player.

that'd be great.  thanks!