User Tag List

Results 1 to 9 of 9

Thread: Figuring out a users flash version?

  1. #1
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Figuring out a users flash version?

    I've used the flash Active X in my game, but the file I run only works properly on Flash version 9. Is there any way to check if the user has a version below that?

  2. #2
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Figuring out a users flash version?

    I'm not really sure how this would be done, but you can get some info about the versions from the registry!

    HKEY_LOCAL_MACHINE\SOFTWARE\Macromedia\FlashPlayer \SafeVersions

    It seems that it creates a new value for each version, so check if the value "9.0" exists!?!

    Hope it is of some help!

  3. #3
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Figuring out a users flash version?

    How exactly would I do that?
    I've tried messing with the registry2 extension but I can't figure it out :c

  4. #4
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Figuring out a users flash version?

    Use the "Value Exists" condition, with HKEY_LOCAL_MACHINE as first parameter, "SOFTWARE\Macromedia\FlashPlayer\SafeVersions" as second and "9.0" as third parameter.

    Works fine for me!

  5. #5
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Figuring out a users flash version?

    Thanks! That seemed to do the trick!

  6. #6
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Figuring out a users flash version?

    Happy to help

  7. #7
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Figuring out a users flash version?

    I have another issue with the Flash ActiveX though: whenever I create an activeX during runtime it crashes the application.

    Why is this and how can it be prevented?

  8. #8
    No Products Registered

    Join Date
    Jul 2006
    Location
    Umeå, Sweden
    Posts
    1,090
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Figuring out a users flash version?

    No idea on this one, sry...

  9. #9
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Figuring out a users flash version?

    I figured it out. Appearently you need an ActiveX on the frame before you can create more.

    Wooh, thanks guys.

Similar Threads

  1. Figuring out minimum system requirement?
    By Outcast in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 1st June 2013, 07:53 PM
  2. Which version of Flash does Flash exporter use for Mochimedia?
    By brett in forum SWF/Flash Export Module Version 2.0
    Replies: 0
    Last Post: 10th May 2013, 10:47 PM
  3. (Maybe) figuring out the ODBC object...
    By RGBreality in forum Multimedia Fusion 2 - Technical Support
    Replies: 0
    Last Post: 18th October 2011, 07:14 PM
  4. Could use some help figuring this out.
    By Almightyzentaco in forum Multimedia Fusion 2 - Technical Support
    Replies: 3
    Last Post: 13th February 2010, 04:41 AM
  5. Figuring out using Spread Value for Magic Blocks
    By N64Mario in forum Multimedia Fusion 2 - Technical Support
    Replies: 15
    Last Post: 17th June 2009, 05:48 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
  •