Youtube video control troubleshooting
hi, use code
var video = $("<iframe/>");
sym.$("video").append(youtubevid);
youtubevid.attr('type','text/html');
youtubevid.attr('width','640'); //my "video" symbol 640x480
youtubevid.attr('height','480'); //my "video" symbol 640x480
youtubevid.attr('src','//www.youtube.com/mylink'); // url/video_id
youtubevid.attr('frameborder','0');
youtubevid.attr('allowfullscreen','0');
all goes ok, control don't function! can see control bar (play, pause, vol, etc) don't go! unic button big "play" @ center of video.
what's wrong?
tnx!!!
don't know how can solve, i've find where's problem: fluid layout can rescale video "hide" in way control bar
More discussions in Edge Animate CC
adobe
Comments
Post a Comment