Embed.ly problem

webtuto

Registered Member
Joined
Jun 23, 2012
Messages
61
Reaction score
3
Hi everyone,

I have a small probleme with Embed.ly , I am using it to embed a dailymotion video , I want to video to be mute and autoplay , if i use normal dailymotion code , it worked fine , but when i use it with embed.ly , the autoplay doesnt work , only the mute


here is the code :


<iframe class="embedly-embed" frameborder="0" scrolling="no" allowfullscreen src="//cdn.embedly.com/widgets/media.html?src=http%3A%2F%2Fwww.dailymotion.com%2Fembed%2Fvideo%2Fx4golyo?mute=1&autoplay=1&src_secure=1&url=http%3A%2F%2Fwww.dailymotion.com%2Fvideo%2Fx4golyo&image=http%3A%2F%2Fs1.dmcdn.net%2FYjAXv%2Fx240-GEI.jpg&key=c4ed5bbed0754d0b9602da78dab30a06&type=text%2Fhtml&schema=dailymotion" width="600" height="339"></iframe>



but when i reverse the order like this ==> autoplay=1&mute=1 , the autoplay worked and note the mute , so only the first one works

it is really important for me , thanks alot for your help guys
 
What do you see in your browser's console when you try to load this?
 
Back
Top