User Tag List

Results 1 to 6 of 6

Thread: iOS Video how-to or working example?

  1. #1
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export ModuleXNA Export Module
    smart_fr's Avatar
    Join Date
    Mar 2012
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    iOS Video how-to or working example?

    Hi all,
    Has someone a step-by-step how-to to explain the use of iOS Video object to play a locally stored video? A video stored in the cloud? A streamed video?
    Either it's tricky or I'm too silly to find out by myself: I systematically end up with an empty object playing nothing, in the MMF2 (Dev) simulator on the PC as well as in the Xcode simulator after transfer and build on the Mac.
    A working example would also do it...
    Thanks a lot in advance!

  2. #2
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    To insert the video file in the project, just do a simple drag&drop of the file in the resource folder of the XCode project. Then just enter the file name in the properties of the object (no path). The iOSVideo object only plays MP4 (and other files understood by iOS).
    To play a file on the internet, just enter the URL (starting with HTTP://)

  3. #3
    Clicker Multimedia Fusion 2 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleUnicode Add-on
    iamjot's Avatar
    Join Date
    Nov 2008
    Location
    Austria
    Posts
    728
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just for the ones who are making the same mistake as i did: a youtube or vimeo link will of course not work. The video must be a direct link or something in that way. It sounds very simple but i think a lot of people make this "wrong thinking" mistake. So upload a video -> get a direct link -> link it to the ios video extension -> works great (with interface and everything)!
    Jot

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Francois View Post
    To insert the video file in the project, just do a simple drag&drop of the file in the resource folder of the XCode project. Then just enter the file name in the properties of the object (no path). The iOSVideo object only plays MP4 (and other files understood by iOS).
    To play a file on the internet, just enter the URL (starting with HTTP://)
    I have copied my video file in the xcode resource folder "test.mov". entered the name "test" in the video object properties. i got a blank screen .... no video

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleMac Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    AyreGuitar's Avatar
    Join Date
    Jan 2011
    Location
    Wales, UK
    Posts
    1,113
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I haven't used the Video object yet, but have used extra files: It's not enough to just copy the file into resources, you need to add the file within XCode (File>Add Files to <Project name>). Also the filenames must match and are case sensitive, so try using "test.mov" in the video object properties

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export Module
    Captain_Harris's Avatar
    Join Date
    Aug 2011
    Posts
    336
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you AyreGuitar ..... now it works

Similar Threads

  1. iOS Video: Option to display last image when video is completely played
    By smart_fr in forum iOS Export Module Version 2.0
    Replies: 2
    Last Post: 3rd June 2012, 02:54 PM
  2. Video Bug
    By cfullerNY in forum iOS Export Module Version 2.0
    Replies: 7
    Last Post: 3rd April 2012, 01:44 PM
  3. video
    By Skyhunter in forum Multimedia Fusion 2 - Technical Support
    Replies: 9
    Last Post: 5th December 2011, 12:42 AM
  4. Layering objects and/or video over video...
    By Maximum in forum Multimedia Fusion 2 - Technical Support
    Replies: 5
    Last Post: 26th July 2009, 06:22 PM
  5. Getting something above a video
    By Pablo in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 22nd September 2006, 10:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •