User Tag List

Results 1 to 5 of 5

Thread: Windows 7 and Flash

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Windows 7 and Flash

    Leave to a computer upgrade to show problems with my game. My 8 player chess game worked fine as a flash game in Windows XP Home, both under Firefox and IE. Now, under Windows 7 Home Premium (64 bit), it's seems broken under Firefox (it looks like the Get object is not working). Under IE it works, but now it shows stuff that is outside the window area, which it didn't before. As far as I can tell, my firefox installation is current. I'd like the game to work again in Firefox and I'd like it not to show the stuff that is outside the window in IE. Any ideas?

  2. #2
    Clickteam Clickteam
    Danny's Avatar
    Join Date
    Aug 2007
    Location
    United Kingdom
    Posts
    3,016
    Mentioned
    21 Post(s)
    Tagged
    2 Thread(s)
    cimics - You need to specify and display the SWF object size in a html file, if you try to view the swf standalone in the browser in full screen or a bigger resolution than what the game is set at you will notice 'out of frame' objects.

    If you're wondering why there was a difference between XP and 7 that's probably a software config setup with your browser and/or shockwave/flash files. Give it a try and let me know.
    Want to learn Clickteam Fusion 2.5?




  3. #3
    No Products Registered

    Join Date
    Feb 2012
    Posts
    116
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for off-topic but 8 player chess?

    Is this uploaded somewhere?

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ByteDex -- I have resolution parameters set, but maybe it's not done right. Here is how it reads:

    <html>

    <head>
    <title>MDMP Chess</title>
    </head>

    <body bgcolor="#FFFFFF" text="#000000">



    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    id="MDMP" width="640" height="480"
    codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
    <param name="movie" value="MDMP.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="allowScriptAccess" value="sameDomain" />
    <embed src="MDMP.swf" quality="high" bgcolor="#ffffff"
    width="640" height="480" name="MDMP" align="middle"
    play="true"
    loop="false"
    quality="high"
    allowScriptAccess="sameDomain"
    type="application/x-shockwave-flash"
    pluginspage="http://www.adobe.com/go/getflashplayer">
    </embed>
    </object>
    </body>
    </html>


    [I can't figure out how to disable smiles in this post]



    blub --- You can find the game at http://www.sntjohnny.com/cimics/MDMP/MDMP.html

  5. #5
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Posts
    59
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To clarify:

    I have not been trying to run the swf file as a standalone in the browser. I use the file generated by MMF2, change the filename and title, and delete the sentence about it being an MMF flash application and clicking to focus. Perhaps I have inadvertantly messed something up in the process, but I don't think so. I might be able to work around this by moving all objects that are outside the play area to the left or the top outside the the play area. The problem seems to be that objects to the bottom or left of the play area are shown.

    This problem doesn't happen on my work computer running Windows XP and using IE. It just happens when I go to the site on my home computer running Win7.

    And there is still the issue that it is broken (but not entirely) under Firefox. Here are the three problems with Firefox:

    1. url forwarding in the flash player doesn't work
    2. Mochi ads don't work
    3. Get object doesn't work

    But game otherwise loads, so flash is at least partly working in Firefox. I tried updating the flash on Adobe's website and that doesn't seem to have changed anything. I can work around the first problem, but 2 & 3 are major issues.

Similar Threads

  1. WINDOWS RESIZE IN A FLASH GAME?
    By TopWeb in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 24th July 2013, 07:32 PM
  2. Need Windows Lock Example for Windows Vista/7...
    By LUCKYCREATIONS in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 27th July 2010, 01:55 PM
  3. How do i open Control Panel Windows in Windows 7?
    By Spryz in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 2nd January 2010, 06:37 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
  •