User Tag List

Results 1 to 8 of 8

Thread: Some questions about MMF2 dev.

  1. #1
    No Products Registered

    Join Date
    Jun 2006
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Some questions about MMF2 dev.

    Hello:
    Recently I have bought MMF2 develper and have some doubts.

    -Can use the MMF 1.5 Pro transitions in MMF2 Developer.?
    -Where they can download more transitions.?
    -Which is the las build of MMF2 developer?
    -I need know if a sound card is present. Someone can say to me like.

    Thanks



  2. #2
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModulePatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)
    Renatos's Avatar
    Join Date
    Jun 2006
    Location
    São Paulo, SP - Brasil
    Posts
    593
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some questions about MMF2 dev.

    I'll try to answer your questions:

    Quote Originally Posted by juanjo
    Hello:
    -Can use the MMF 1.5 Pro transitions in MMF2 Developer.?
    No MMF2 transitions are not compatible with MMF1.5 as far as I know

    -Where they can download more transitions.?
    Im not sure if there are any extra ones at the moment...

    -Which is the las build of MMF2 developer?
    http://www.clickteam.com/eng/downloadcenter.php?i=99

    -I need know if a sound card is present. Someone can say to me like.
    I dont understand this question

    Thanks


  3. #3
    No Products Registered

    Join Date
    Jun 2006
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some questions about MMF2 dev.

    Thanks.

    Strangle in my dialog box about in MMF show:MMF 2 (Build R248)

    About Sound Card. I need know if an sound card is installed in the system.

  4. #4
    Forum Moderator Fusion 2.5 DeveloperHTML5 Export ModuleiOS Export ModuleSWF Export ModuleInstall Creator Pro
    Paul_Boland's Avatar
    Join Date
    Jun 2006
    Location
    Waterford, Ireland.
    Posts
    2,739
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some questions about MMF2 dev.

    I thin Juanjo wants to know if a PC has a soundcard installed so he can play a sound file. Most systems today come with one but office and college systems may not. Not sure if you can actually detect if a soundcard is present or not, but what you could do is to play a sound and ask the user can he hear it? If so, note it in a global value or INI file or something and then based on the answer, you'll know if a soundcard is present or not.
    KnightTrek Productions
    http://www.knighttrek.com

  5. #5
    No Products Registered

    Join Date
    Jun 2006
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some questions about MMF2 dev.

    In MMF 1.5 it was easy with an audio object that was using a Dynamic Library called bass.dll I believe. I not remember the name now.



  6. #6
    Clicker Fusion 2.5 DeveloperiOS Export ModuleSWF Export ModulePatch Maker
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)
    Renatos's Avatar
    Join Date
    Jun 2006
    Location
    São Paulo, SP - Brasil
    Posts
    593
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some questions about MMF2 dev.

    Juanjo, Build R248 is on BETA so it isn't the official new build yet.

  7. #7
    No Products Registered

    Join Date
    Feb 2008
    Posts
    44
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some questions about MMF2 dev.

    Here's a way to find out if you've got a sound card or not, and what type it is.
    Go to start, run.
    Type in DIAG.
    Hit enter.
    Read the document, it goes through all your PC specs, you'll find out whether you have a sound card or not under the heading sound devices.

  8. #8
    No Products Registered

    Join Date
    Jun 2006
    Posts
    68
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Some questions about MMF2 dev.

    I need know if an sound card is installed, but inside of my executable file: -if an sound card is not detect then an dialog box appears: "An soundCard is not present in your system. Some features of the program no work".. etc.

    I need read an fuction that return an 0 or 1 if an sound card is detect in the system of the final user of my program made with MMF2.
    I see in the web the code:

    Declare Function waveOutGetNumDevs Lib "MMSYSTEM" () As Integer

    Sub Command1_Click ()
    Dim i As Integer

    i = waveOutGetNumDevs()
    If i > 0 Then ' There is at least one.
    MsgBox "You Can Play Wave Data"
    Else
    MsgBox "Cannot Play Wave Data"
    End If
    End Sub

    I thinks that can run in the DoNet object, I try but no work.
    Maybe somebody can post an example of SoundCard detection.

    Thanks.

Similar Threads

  1. 3 Questions about mmf2
    By fishrod in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 3rd January 2014, 03:04 PM
  2. new to mmf2 questions
    By malospam in forum iOS Export Module Version 2.0
    Replies: 6
    Last Post: 19th September 2011, 02:01 PM
  3. 3 questions sur MMF2
    By jeremy932008 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 7th May 2011, 07:40 PM
  4. New to MMF2 -- questions!
    By gamemaster in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 23rd October 2008, 07:18 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
  •