User Tag List

Results 1 to 10 of 10

Thread: Display Errors

  1. #1
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Display Errors

    I have told people about this before, but I don't think there is a fix for it, I have a computer with an awkward resolution (1366 x 768) and all Flash, Java, and Vitalize! games/apps are displayed off-centered, I hope there is a way to fix this problem, otherwise people with computers such as mine will have display problems.

    -Thanks, Variant

  2. #2
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: Display Errors

    What syntax are you using to embed the games into the page?

    Maybe link up a URL -- I think one of my old laptops uses an awkward resolution so I can look and see what happens.

    Edit
    Oh wait you said all...
    Can you grab a screenshot of what your seeing?

  3. #3
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Display Errors

    Quote Originally Posted by Jeff
    What syntax are you using to embed the games into the page?

    Maybe link up a URL -- I think one of my old laptops uses an awkward resolution so I can look and see what happens.

    Edit
    Oh wait you said all...
    Can you grab a screenshot of what your seeing?
    I will post one later, I do not have time now though, this error works both ways.

    -Thanks, Variant

  4. #4
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: Display Errors

    Is this just applications produced by MMF2, or do other Flash/Java applications suffer from the same problem?

  5. #5
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Display Errors

    Quote Originally Posted by Jamie
    Is this just applications produced by MMF2, or do other Flash/Java applications suffer from the same problem?
    I believe this error lies with all types of applications, except .EXEs. But I cannot prove this as I cannot access any Java/Vitalize! applications as most have been removed and turned into Flash applications.

    However, I do believe that the problem lies in Firefox, as it looks fine in Internet Explorer, but still, something should be done to fix these weird displays.

    [color:#3366FF]Please note that the pictures below are of the ENTIRE application, they are cut off because of the error described in this post.[/color]

    [color:#FF0000]Take a look at this comparison:[/color]

    Firefox:

    [img:left]http://nickgamingfrontier.com/images/sort_or_splode.png[/img]










    Internet Explorer

    [img:left]http://nickgamingfrontier.com/images/sort_or_slode_ie.png[/img]











    Firefox:

    [img:left]http://nickgamingfrontier.com/images/turb_tund.png[/img]












    Internet Explorer

    [img:left]http://nickgamingfrontier.com/images/turb_tund_ie.png[/img]












    Definitely bad.

    -Thanks, Variant

  6. #6
    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)

    Re: Display Errors

    can you show us your embed code?

  7. #7
    Clickteam Clickteam
    Olivier's Avatar
    Join Date
    Jun 2006
    Posts
    3,000
    Mentioned
    9 Post(s)
    Tagged
    1 Thread(s)

    Re: Display Errors

    For greater compatibility I recommend using clean HTML code similar to what SWFObject does. The <embed> tags are completely removed.

    Below is the kind of code that I'm using at my website. Maybe you could try it and see if it solves your problems?

    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="640" height="480">
    	<param name="movie" value="http://yourdomain.com/yourswf.swf" />
    	<param name="quality" value="autohigh" />
    	<param name="bgcolor" value="#000000" />
    	<param name="wmode" value="transparent" />
    	<param name="allowscriptaccess" value="samedomain" />
    	<param name="flashvars" value="param1=first_param&amp;param2=2&amp;param15=last_param" />
    	<!--[if !IE]>-->
    	<object type="application/x-shockwave-flash" data="http://yourdomain.com/yourswf.swf" width="640" height="480">
    		<param name="quality" value="autohigh" />
    		<param name="bgcolor" value="#000000" />
    		<param name="allowscriptaccess" value="samedomain" />
    		<param name="flashvars" value="param1=first_param&amp;param2=2&amp;param15=last_param" />
    	<!--<![endif]-->
    	<p>If the game doesn't show up, please install 
    	<a href="http://www.adobe.com/go/getflashplayer" target="_blank">Adobe Flash Player</a>.</p>
    	<!--[if !IE]>-->
    	</object>
    	<!--<![endif]-->
    </object>

  8. #8
    No Products Registered

    Join Date
    Jun 2006
    Posts
    1,630
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Display Errors

    that was my first thought. In a webpage its the html who defines the border/play area.

  9. #9
    No Products Registered

    Join Date
    Oct 2009
    Posts
    480
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Display Errors

    Quote Originally Posted by RhysD
    can you show us your embed code?
    They are not my games, they are example of the issue. It could be caused by bad embedding. I don't know though.

    -Thanks, Variant

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export ModuleXNA Export ModuleUnicode Add-on
    Fanotherpg's Avatar
    Join Date
    Jul 2006
    Location
    High Wycombe, Buckinghamshire, UK
    Posts
    3,663
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Display Errors

    Default MMF Flash Exporter Embedding is not proper which causes issues with validation. But Olivier one passes all! So why not stick this one and make it as official one?

Similar Threads

  1. Xcode 5 errors - HELP
    By aenever in forum iOS Export Module Version 2.0
    Replies: 3
    Last Post: 27th October 2013, 12:46 AM
  2. Editor Toolbar Display errors
    By Fanotherpg in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 22nd April 2011, 06:17 PM
  3. Some SWF exporter errors
    By Herbert in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 15th June 2010, 09:55 AM
  4. Installation errors
    By Malpass93 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 7th October 2008, 09:49 AM
  5. Odd errors
    By Null1024 in forum The Games Factory 2 - Technical Support
    Replies: 13
    Last Post: 3rd July 2006, 02:01 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
  •