User Tag List

Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23

Thread: Game does NOT play videos (.mov) after the game is installed ?

  1. #1
    No Products Registered

    Join Date
    Jan 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Game does NOT play videos (.mov) after the game is installed ?

    Hi...

    I created a small game. I included a short .mov video. It works perfectly when I'm in MMF2. However, when I 'build' an installation program, it does not work correctly.

    I made sure that all of the necessary files are in the same directory. Similarly, when I create the installation, it doesn't report any errors and doesn't tell me its missing any files. And when I 'install' the game on somebodys computer, if I look real quick, it seems to indicate that it installed all the files including the .mov video games.

    But when I play the game, any place where a .mov video is, its just blank.

    How can I get mmf2 to play the .mov files? It works perfectly in mmf2, but the exporting evidently doesn't work so well.

    Any help would be enormously appreciated. Thanks GREATLY in advance.

  2. #2
    No Products Registered

    Join Date
    Jan 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    PS I didn't use AVI because that didn't work at all in MMF2

    PS: I didn't use AVI (instead of .mov) because when I tried to incorporate .avi files in MMF2, they didn't work at all... but when I used .mov files, they displayed file when INSIDE mmf2... but once I tried to export it to an exe program and/or install program, it doesn't display on a different computer.

  3. #3
    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)
    avi did not work with the DirectShow or active direct show object?
    This is the object to use for videos on the PC. Not the AVI or Quicktime object.

  4. #4
    No Products Registered

    Join Date
    Jan 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Please tell me EXACTLY how to import an avi and/or mov so that it DOES work

    Quote Originally Posted by Francois View Post
    avi did not work with the DirectShow or active direct show object?
    This is the object to use for videos on the PC. Not the AVI or Quicktime object.

    Hmm.... Personally, I can't figure out why MMF2 would display the game perfectly and display the video perfectly... but NOT have it work when I export it to an .exe and/or install program. To me, personally, this seems like a bug or something is WRONG. Indeed... why bother previewing the game in MMF2 only to find out that the preview isn't really accurate since it does NOT work properly when you export the game. Thats not really a preview. That is a tease!

    Nonetheless... to make life easy, since there evidently is different ways to import videos into MMF2, could somebody possibly tell me EXACTLY how to import a video so that it DOES work when the game is exported as an .exe and/or install program? For example, there is stuff called "directshow" or "active direct show" or "avi". Could somebody tell me EXACTLY what I'm supposed to do to have the videos work when the game is exported? If possible... please make it as super simple as possible since I'm obviously a novice and am confused...

    Again... your help is enormously appreciated since I must be missing something...

  5. #5
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    Is it possible the path to the video file is wrong when you build your game?
    This could explain why it works inside MMF and not when you create your final EXE.

    If you wanted to send me over your MFA file I would take a look.

    Or you could try to explain how your calling your files to play and we could see if it looks right.

    Are you calling them to play in the event editor using an expression?

  6. #6
    No Products Registered

    Join Date
    Jan 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually.. perhaps this will help... I have since discovered that it WILL work on my computer that I have mmf2 installed on... but when I try and run it on a DIFFERENT computer, the videos do NOT work. I'm 99% sure that its not because of the files being in the wrong place. Indeed, I put the .mov files in the same folder as the MMF2 program and when I created the install program, it seemed to find the .mov files -- and it even put the .mov files in the same folder after the game was installed on the other computer... but it does not play the .mov files on the other computer.

    Hmm... it almost seems like the different computer can't play .mov files regardless of mmf2 or not. Hmm... Is that possible? I would have hoped that MMF2 would enable people to play the videos regardless of what software they have installed on their computer... but maybe I'm wrong.

    Hmm... could somebody tell me EXACTLY how to import .avi files in MMF2 instead. Do you think that would make a difference? I'm a novice computer person, but I seem to remember people having trouble running .movs on computers (because of necessary codecs or something), but .AVI files supposedly seem to run on virtually all pc computers. Could you tell me EXACTLY how to import .avi files in MMF2 instead and perhaps I'll try that.

    PS: Thank you GREATLY for offering to look at the MMF2 file. I would have uploaded it now, but I'm not home at the moment so I don't have access to the files...

    PPS: When I finally get the game to run properly (with the video working), I'll move onto asking how to get all of the necessary files into a single .exe or java file as simple as possible. I realize most people are not going to want to bother installing software on their computer just to play my crappy little game... so I'm hoping an option is available that can simplify the process and avoid the necessity to 'install' the game and/or copy the additional .mov files. I do know that there is a flash exporter (I posted a message elsewhere about this), but I really don't want to spend $70 just to play my crappy little game -- particularly since I'm not sure if the flash exporter would play the game properly anyway (particularly since I can't even get the program to run properly without flash).

  7. #7
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)
    It sure sounds like a file path problem but you can check if the target computer can play the videos.

    Put the video on a flash drive -- Take flash drive to other computer -- If you try to open the movie on the other computer does it play?
    If so then its most likely a path problem in your MMF file and when you compile your game its looking in the wrong place for the file.

    Do you use the event editor to play your file using something like: Apppath$+"your filename"
    If you have the path hard coded in the properties then of course it won't find it on other computers.

  8. #8
    No Products Registered

    Join Date
    Jan 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    I think .mov is the problem. How do I use avi in mmf2?

    The target computer does NOT play the .mov files... I tried it on 2 different computers (one with windows 7 and one with xp). I'm guessing that those computers don't have the necessary codecs or something.... In fact, I installed the game on the 2 other computers.. it put the .mov files in the same folder and the .mov files simply don't play on those other computers -- even if I click on the .mov files directly in windows.... (totally bypassing the .exe program). Its like the computer doesn't know what a .mov file is. I also tried to load it manually on the other computer with windows media palyer and it doesn't play the .mov files.

    I really don't think it has the wrong path... I'm guessing it must be the format .mov that is confusing some of the other computers. I'm guessing they don't have the necessary plugsins/codecs. I was hoping that MMF2 would allow videos to play regardless of what configuration the other computers have (which is what I thought the install program would do), but evidently I'm wrong.

    Shall I convert the .mov files to .avi?? And if so, how do I get mmf2 to use .avi files since it doesn't allow me to play the .avi files in mmf2? (UNLIKE the .mov files that DO play fine in mmf2). When I insert .avi files into mmf2, is just shows an empty box.. it does NOT play the .avi files in mmf2 (which again is very very odd to me since mmf2 obviously has an options to insert .avi files).

    PS: thanks sooooooooo much for your ongoing help. Much appreciated.

  9. #9
    Clicker Multimedia Fusion 2SWF Export Module
    Jacob's Avatar
    Join Date
    Jul 2007
    Location
    Second pixel to the right
    Posts
    3,208
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    .mov is the problem. You need special codecs usually that sometimes you can get with installing Quicktime, but mostly they're only available for macs.

  10. #10
    No Products Registered

    Join Date
    Jan 2007
    Posts
    17
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Same question: How do I import video? Avi does NOT work. Mov does NOT work. ??

    Quote Originally Posted by Jacob View Post
    .mov is the problem. You need special codecs usually that sometimes you can get with installing Quicktime, but mostly they're only available for macs.

    Okay...

    I have tried for hours trying to have my video play and it simply does NOT work. It displays fine in MMF2 if in mov format, but it does NOT play on other computers. Hence, MMF2 is NOT good at using .mov files.

    I have tried countless times importing the video in .avi format.. but that does NOT work at all in MMF2.

    So how exactly do you import video in MMF2? No offense.. but I really don't think this program MMF2 works properly. It seems very powerful, and I'm blown away by what people can do with the program, but I think its got problems. Admittedly, I'm a TOTAL 100% NOVICE.. but if it says "import avi" and I import the "avi" and it doesn't work, it seems to me there is a problem with MMF2. Call me a moron, but I don't think it should take HOURS to try and have the program play a simple video.

    Any suggestions??

Page 1 of 3 1 2 3 LastLast

Similar Threads

  1. Test game on Google Play
    By qenio in forum Android Export Module Version 2.0
    Replies: 5
    Last Post: 25th May 2012, 01:26 AM
  2. Play MMF2 Game on PC
    By Ra1der5 in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 18th October 2011, 07:55 PM
  3. Recording Game play
    By RhysD in forum File Archive
    Replies: 2
    Last Post: 25th October 2010, 08:32 PM

Tags for this Thread

Posting Permissions

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