-
1. Re: Adobe edge embed video for ipad
jbashh Sep 28, 2012 3:30 AM (in response to jbashh)Ok, my bad.
I added controls and it work on iPad. (controls='controls')
But autoplay attribut doesnt.
iPad does not understand this attribut ?
Thx
-
-
3. Re: Adobe edge embed video for ipad
jbashh Sep 28, 2012 5:16 AM (in response to joel_pau)hi,
I tried this : vid.attr('autoplay','autoplay');
at the end of the code
and this : "<video width='518' height='357' autoplay='autoplay' >" +
(...)
on the part of the embed video code
both work on my computer but not o iPad.
-
4. Re: Adobe edge embed video for ipad
bittamer Oct 15, 2012 7:50 AM (in response to jbashh)There is no way to autoplay a video on an iPad.
You need to start it manually, i.e. add a play button and play it on click.
-
5. Re: Adobe edge embed video for ipad
jomo5280 Apr 23, 2013 2:29 PM (in response to bittamer)So are you saying a trigger event on the timeline won't start the video on the iPad?
I have a timeline trigger that plays a video fine on browsers, but on the ipad i just get a play symbol with a slash through it. Not sure if i have the wrong video format or it is an issue with general playback on ipad/iphone?
If you do have to trigger it with an on click event- can you show an example of the code on a button to call the video?
Much appreciated!
-
6. Re: Adobe edge embed video for ipad
elainefinnell Jun 10, 2013 6:09 PM (in response to jomo5280)Jomo-
If you read the Apple documentation, this is a design feature to prevent data overages for their cellular users. The video playback must be user-initiated (e.g. via a touch or a click) instead of autoplayed through the trigger.
-Elaine
-
7. Re: Adobe edge embed video for ipad
Qmuli Oct 14, 2014 9:03 AM (in response to jbashh)I am saving the same probelm, whereby my videos open and play on android and mac (chrome & safari) but will not play on ipad/iphone. Instead I see a blank/black empty box with no play feature..
-
8. Re: Adobe edge embed video for ipad
74designer Oct 14, 2014 9:03 PM (in response to Qmuli)I hit the same snag. Just downloaded Edge 2014. One big update is how easy it is to use HTML5 video. Not so easy on iPhone.
-
9. Re: Adobe edge embed video for ipad
Qmuli Oct 15, 2014 2:20 AM (in response to 74designer)I agree. Adding the video is easy, Im just shocked that abode have created a product that doesn't enable you to view mp4 on ios. If you have any suggestions please let me know as Ive been stuck with this problem for several days.
-
10. Re: Adobe edge embed video for ipad
erdem.erciyas@gmail.com Nov 6, 2014 7:46 AM (in response to Qmuli)adobe edge new update iphone / ipad video not working. I am using embed html5 code
var vid = sym.$("videos");
vid.html('<video width="768" height="432" poster="images/video2_video_poster.png" controls autoplay><source src="images/video.mp4" controls type="video/mp4"></video>');
-
11. Re: Adobe edge embed video for ipad
74designer Nov 6, 2014 7:49 AM (in response to erdem.erciyas@gmail.com)Thanks for posting. I will give it a try.




