A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Games being downloaded instead of loading

  1. #1
    Registered User
    Join Date
    Sep 2012
    Posts
    2

    Games being downloaded instead of loading

    I own a new flash games website. After uploading few games, I tried to play them on the website using different browsers. Instead of loading the game, the browser downloads the game as it was a regular file download.

    I have the latest version Flash installed. I use Windows Vista, Mozilla Firefox and Google Chrome. I can play the games on other websites. The problem comes up only on my website.

    Any ideas how to fix this?

  2. #2

  3. #3
    Registered User
    Join Date
    Sep 2012
    Posts
    2
    I have script that allows me to add the games to the template so I can't actually modify the HTML. The games are stored in the public_ folder on the webhosting server.

  4. #4
    Member
    Join Date
    Aug 2012
    Posts
    55
    that's a problem. they should be embedded in the html.

    You could try something like

    this.createEmptyMovieClip("video_mc", 10000);
    this.video_mc.loadMovie("http://url-of-your-game.com");
    Last edited by rachelg; 09-12-2012 at 04:54 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
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center