User Tag List

Page 2 of 2 FirstFirst 1 2
Results 11 to 20 of 20

Thread: Video Android don´t work!

  1. #11
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    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)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Fernando, I just get a bug in the video, the OUYA charge well, with the internet lag of course. But in my Galaxy S3, I load the video into a miniature, you leave the image so that you can check.


  2. #12
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)

    An example of Video for Android (downloading the video locally and play)

    Koji,

    Video for Android does not change the size of the video, you need to do it.

    the video is sized as you defined in editor and if you need resize you may do it.

    using set video width and height.

    Here find the promised example where you download your video to data files and after loaded you may play it, if the video exist, the video will not be downloaded since is not need it and will just be played.

    http://dl.dropboxusercontent.com/u/4...%20Android.mfa

    the clear video button show how to delete the video when need it , so press it after and restart frame to see another download.

    the full screen button show how to set the video container at the screen size and move to (0,0)

    PD: i am not using your video in the example because is big, but you may try to see how much time does require to download.

    You will need the WebView object that you may find at my web page.
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  3. #13
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    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)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    Video Android don´t work!

    Fernando Wao OUYA did automatically, without me setting the same width and length. As thanks for the reply and I will try the example that we have left. Thank you very much!

  4. #14
    Clicker Fusion 2.5 Developer
    ChrisStreet's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    569
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm... I can't get my video to play. Going by what you said about the .apk file unpacking everything, I did the following


    1)Inserted the video files that I needed into the Binary Data tab. They were fairly big in size, between 15MB and 20MB.
    2)Created a clickable/tappable button object inside the frame, with the following event (under the Video Android column):

    "Button XXX Clicked"
    - PlayDataStorageDirectory$( "Android object" )+"Video Name.mp4"
    - Play video

    Nothing happens in the Android app. Am I doing something wrong here? Or do I have to wait an extremely long time for the video to load? "WRITE_EXTERNAL_STORAGE" permissions were checked.

  5. #15
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Hi Chris,

    that method is not implemented in Video because the size of the files, remember that this files need to be included inside the game package from MMF, it will make them extremely big, so is not a convenient method.

    A possible method is under designing but needs some modification to be implemented.
    Regards,


    Fernando Vivolo

    ... new things are coming ...

  6. #16
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleUniversal Windows Platform Export ModuleSWF Export Module
    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)
    Koji_Kabuto's Avatar
    Join Date
    Jul 2006
    Location
    Venezuela
    Posts
    2,847
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by FVivolo View Post
    A possible method is under designing but needs some modification to be implemented.
    Please Fernando!

  7. #17
    Clicker Fusion 2.5 Developer
    ChrisStreet's Avatar
    Join Date
    Jul 2006
    Location
    United Kingdom
    Posts
    569
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Hmm, ok, so if the method I described is not available yet, how can I link to files found on the tablet? I've inserted video files on the Android device itself, but linking to them is proving a little difficult. Unless I'm doing something wrong - which I probably am? I wonder if the documentation needs to be a little clearer perhaps?:

    "DataStorageDirectory$( "Android object" )+"/videoname.mp4" exists + Button Clicked:

    Video Filename DataStorageDirectory$( "Android object" )+"/videoname.mp4"
    Play Video

  8. #18
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)

    Join Date
    Apr 2007
    Location
    Australia
    Posts
    1,152
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Video Android don´t work!

    Quote Originally Posted by FVivolo View Post
    Hi Chris,

    that method is not implemented in Video because the size of the files, remember that this files need to be included inside the game package from MMF, it will make them extremely big, so is not a convenient method.

    A possible method is under designing but needs some modification to be implemented.
    The iOS video object seems to handle larger video files inside the ipa perfectly fine. Just wondering why it's different in Android to include them in binary data and play them from there?

    To be honest, playing videos is literally the only thing holding back my game, and its pretty frustrating that an exporter for "multimedia" fusion doesn't support it fully. Not having a go at you Fvivolo, but Clickteam should have included this as a basic functionality of the exporter in the first place.

  9. #19
    Clickteam Clickteam
    Fernando's Avatar
    Join Date
    Dec 2006
    Posts
    6,784
    Mentioned
    298 Post(s)
    Tagged
    4 Thread(s)
    Done/Fixed for next beta

  10. #20
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    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)

    Join Date
    Apr 2007
    Location
    Australia
    Posts
    1,152
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great news

Page 2 of 2 FirstFirst 1 2

Similar Threads

  1. Video Android
    By BGUSMAOKM in forum Android Export Module Version 2.0
    Replies: 3
    Last Post: 31st October 2013, 04:21 PM
  2. vidéo sur Android
    By sylvie in forum Android Export Module Version 2.0
    Replies: 6
    Last Post: 25th October 2013, 08:32 AM
  3. Problems with the Android Video
    By Koji_Kabuto in forum Android Export Module Version 2.0
    Replies: 5
    Last Post: 17th October 2013, 03:45 PM
  4. Video in Android?
    By payopepe in forum Android Export Module Version 2.0
    Replies: 16
    Last Post: 1st July 2013, 04:02 PM
  5. Video android?
    By copperbob in forum Android Export Module Version 2.0
    Replies: 6
    Last Post: 7th May 2012, 11:38 AM

Posting Permissions

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