Submission and video related query using Xcode - url

Des anyone know what is meant by this - I could understand if I was using a piece of media embedded but I'm viewing a quicktime file through the web using a webview so any clarification would be great?
main pages for videos are incorrectly formatted for iPhone
Thanks :-)

They required that a sample URL was submitted - the video format was fine. Hope this helps anyone with similar issue come back.

Related

Send a mail that displays a video in Ruby on Rails

I need to display a video inside of a mail (coded in an html.erb file). I have tried this with an iframe tag, but it doesn't work (the same code works in a normal html page, so I'm sure that the mistake doesn't come from here). Is it possible to do it without any gem ? Which tag should I use then ?
The website is coded in rails 4.2. The source of the video is a youtube link.
Thank you very much for your help !
PS: I have searched for an answer, yet, if I missed a related topic, I'll be glad for you to give me the link.

is swf supported in ibooks? if yes how to integrate it into epub3

I need a way to integrate a swf file with all the click events into an epub3 format? i tried including text on a swf file it shows an error in tags used while validation.Please help me with this.
Thanks to every help, suggestion or any links
While it's legal to embed a Flash file in an EPUB, Flash won't run on iOS at all, so it's not worth pursuing validation.
http://blog.threepress.org/2009/11/14/using-flash-video-in-epub/
A huge post toward the middle talks about ISO Mpeg4 and using that format for video, other suggestions talk about using a fallback image, other comments on this page that might help.
Good luck!
As from the
Liza Daly
answer and some of my research i found out that apple iOS doesn't support flash any more so it doesn't support swf in epubs. i Acheived it by using HTML5, css3 and jquery.

HTML5 video embed with Flowplayer doesn't work on iOS

I try to add a video. It doesn't work inside the client's environment, so I created a sandbox with minimal code: http://sandbox.knsqnt.com/
The problem is, that it works fine except on iPad / iPhone. The given error is "html5: Video file not found".
The MIME types are set correctly and even my webhoster couldn't find any wrong configurations.
There are a lot of topics to this issue, but I couldn't find one helping me with my problem. Can you help me? Tanks.

Remove Youtube Annotation Using iv_load_policy=3

I am appending iv_load_policy=3 to the end of my YouTube URL to remove the annotations on the video, but I find it is not working. Looking on Google, it seems like this issue was addressed a year ago. I am wondering if anyone knows if this bug is back or if there is a work around?
I have tested on Chrome, FF, Safari, and IE9 on Win7.
http://www.youtube.com/watch?v=87kezJTpyMI&hd=1&iv_load_policy=3
https://developers.google.com/youtube/player_parameters#iv_load_policy
You can only use the iv_load_policy when embedding videos using one of the player apis - you can't just change the youtube watch page url.
For example, if you wanted to embed the video you linked above without annotations, you could use this link:
http://www.youtube.com/embed/87kezJTpyMI?hd=1&iv_load_policy=3
Cheers. Wanted to remove the annotations as well from the embedded Youtube video's. Just added &iv_load_policy=3 to the end of the videos URL. Works like a charms :D
Use this in an extension
$("div.video-annotations").css("display", "none");
Or this in Stylebot extension
div.video-annotations {display:none;}

Viewing Dynamic Flash website in ipad

Hello people
I am really facing a big ask. I have created a dynamic AS3 flash website which loads images and text from an xml file.
Everything is fine, it works okay. EXCEPT that it goes totally dead in Ipad / iphone. My client was somehow not aware of this. And now he is going ballistic about the importance of IPAD in todays world etc etc..
I know IPAD does NOT support flash. Other than the OBVIOUS solution of recoding the complete website in HTML5 etc, I just wanted to know if somebody has tried anything else that could somehow make it work.
I have heard about the following, would like to know if any of this would make sense:
1. USE FLASH SUPPORTIVE BROwSER APPS IN IPAD
like Photon, skyfire, Puffin : are these brosers any good!! observations !!
2. CONVERT THE FLASH FILE INTO HTML5
using :
(1) Google SWiffy
Tried converting flash to HTML5 using swiffy extension for flash professional cs5 but the output was a disaster. XMLlist ignored, .... the list of errors is endless.
(2) Using Flash Professional CS6 / Toolkit for CreateJS
Any body having experience With this?? Any suggestions.
(3) Sothink sWf decompiler - decompile to HTML5
(4) Adobe Wallaby
(5) Anything else that is out there ...
3. USE ADOBE AIR
(1) Repackage as an app for IOS
This would work but can never give the experience of a website. Any thoughts.
(2) Package as AIR execute able file that can be run on IPAD??
Does Apple Ipad allow the installation of AIR files ??
Can it somehow be added to a browser and where it may automatically be loaded into the safari browser in IPAD etc ?? Its highly unlikely. Any thoughts !!
I would really appreciate if anybody and everbody could share their eperiences with these options AND whether or not its worth the try !!
Is the only option available is RECODING ONLY!!
Thanks ... looking forward to all your inputs and suggestions
Thanking you all in anticipation
Moody
Like you I found swiffy a waste of time for most things other than very simple as2 animations.
I don't know about AIR, but CS6 toolkit with createjs is excellent. Have a look at the video on the adobe site (http://www.adobe.com/devnet/createjs.html) - it's a good introduction to what you can and can't do.
Pete

Resources