- This topic has 13 replies, 3 voices, and was last updated 11 years, 5 months ago by support-octavio.
-
AuthorPosts
-
FranciscoValenzuelaMemberI’m making an app and testing it on Iphone 4s Ios 6.1.3 version.
video widget MobiOne not work in version 2.3.2, the app crashed and had to restartactualize to version 2.5 – MILESTONE 1 and the video started to work fine.
after I added a new audio widget, and then the video started to fail again.
if I remove the audio widget works fine.
but with the widget audio and video at the same time does not work the video.
Can you help?
not allow me to attach. mobi, how I can send it?
I bought the software, you need my license to support?
support-octavioMemberHi francishift,
Could you please send us your sample design to support at genuitec dot com? Use title mobione data from francishift. Or you can attach it adding the .mobi file into a .zip file.
FranciscoValenzuelaMemberI decided to show the videos online from youtube, know how I can do this?
support-octavioMemberHi francishift,
>I decided to show the videos online from youtube, know how I can do this?
Please note that youtube support is not available at this time. If you share a sample file that help us replicate the issue, we can work on a fix for it.Question: have you changed the Cordova version used by App Center Builder? Note that the fix for video widget in 2.5M1 requires the use of Corvoda 2.9
FranciscoValenzuelaMemberThanks for your interest, I was trying to youtube and it worked but once started the video screen if you move you can not start again, restart the app.
my code for youtube:
<object> <param name="movie" value="http://www.youtube.com/v/DEZ27Kb1zmU"></param> <embed src="http://www.youtube.com/v/DEZ27Kb1zmU" type="application/x-shockwave-flash"></embed> </object>
I will try to send the complete project, weighs 10 mb and there is still much, I appreciate you also indicate a solution to pinch to rezise images, bone, popup that can resize images with your fingers.
Thanks
FranciscoValenzuelaMemberSorry, I attach here .mobi has video and audio together, I can send you the whole project that weighs 10mb.
If enabled cordova 2.9
if tells me I can send other means complete project
Attachments:
You must be logged in to view attached files.
support-octavioMemberHi francishift,
I’ve reviewed the complete project that you sent us (10MB) and notice that the src of your video was incorrect, the extension of the video attached in the project is .m4v and you had set .mp4. After changing it, both video and audio worked well for me. Please give it a try and let us know how it goes.
FranciscoValenzuelaMemberI reviewed what I was saying, I’m back to compress the video to mp4, if not included in the same believe the audio widget, works properly, is more including audio widget but no link to the audio file if successful but just to include the video audio file starts and immediately disappears several times until it locks, the audio works properly, this is hopeless.
I checked the html atchivo mp4 video calls and video extension is mp4.
What I’am doing wrong?,
FranciscoValenzuelaMemberplease tell me a way to get him the entire project, keep in mind that the only fault I see after you build and install on my iphone.
FranciscoValenzuelaMemberaccompanying test from a template, the files are mp3 audio and mp4 video, as I say, the two together makes the video but try to open or block closes all
Thanks
Attachments:
You must be logged in to view attached files.
support-michaelKeymaster@francishift
Thanks for the sample app. Researching now.
OT: seems my audio is kaput now on my iphone5. Not sure what is goof’n up… <sad>
support-octavioMemberHi francishift,
We have replicated the issue and opened a bug that is in our dev queue. Thanks for sharing your files that helped us found the issue. I will follow up with you when the fix for the bug is released.
FranciscoValenzuelaMemberHi, I need an alternative way to use video and audio, can you tell me any way? html5 video maybe work well?, ie not using video widget and embed these with html5?
support-octavioMemberHi francishift,
You can use a GotoURL(popup window) action with the URL of your video file or you can try using the html5 <audio> & <video> tags from an html widget. We ran into problem using these tags for cross platform support. Your mileage may improve if you are using more recent versions of iOS and android.
-
AuthorPosts