hi,

My application is running well with windows xp but when i install it to win 7 basic home it doesn'nt execute at all. It stops when it reach the form that has flash player. I have instal flash player version 10 but it happens the same. I have problem to run my application on win 7 now....How to solve this problem. Please help !!!

TQ

Dani AI

Generated

This thread solved the original poster’s issue but didn’t leave a clear, reusable checklist — so here are concise, practical steps and safety notes for anyone who finds this topic later (legacy Windows 7 + Flash situations).

First, a crucial context point: Adobe officially ended Flash Player support on December 31, 2020 and major browsers removed or blocked Flash afterwards. Running or installing old Flash binaries today carries both functional and security limits. (adobe.com)

Quick troubleshooting checklist (for a legacy environment where Flash must still run):

  • Confirm whether the app hosts Flash as an embedded control (Shockwave/ActiveX) or just opens an SWF in a browser. As suggested, .fla are source files (not executable); .swf is the runtime file to test. Use a standalone player or an emulator to isolate the problem. (lbannana.github.io)
  • Run the SWF outside the app (standalone projector or Ruffle). If it fails outside the app, the SWF or runtime is the issue; if it runs, the host app is at fault. (lbannana.github.io)
  • Watch for blocked network calls (as noted). Use TCPView or Resource Monitor to see outbound attempts, and allow them if legitimate. (learn.microsoft.com)
  • Capture file/registry errors with Process Monitor to find missing DLLs, permissions, or access-denied failures. (learn.microsoft.com)
  • If an embedded ActiveX control is missing or unregistered, try (from an elevated prompt) re-registering it, for example:
regsvr32 "C:\Windows\System32\Macromed\Flash\Flash.ocx"

(Adjust path/bitness for your system.) (adobe.com)

Safety and long-term advice: do not use or trust random third‑party Flash installers — bogus installers are a well-known malware vector. Prefer migration (HTML5/Ruffle/emulation) or contained VMs for legacy apps rather than keeping fragile, unsupported Flash runtimes on production machines. (adobe.com)

Credits: this guidance expands on the firewall/network prompt idea from and the file-type troubleshooting suggested by while preserving the original resolution context for .

Recommended Answers

All 6 Replies

Does you application access anything not located on the local computer? If it's connecting out of Windows 7 to, say, a database server then you may need to allow the application to initiate an outbound connection in the Windows firewall settings.

Hope this helps!

/David C.

hi,

My application is running well with windows xp but when i install it to win 7 basic home it doesn'nt execute at all. It stops when it reach the form that has flash player. I have instal flash player version 10 but it happens the same. I have problem to run my application on win 7 now....How to solve this problem. Please help !!!

TQ

We can all attempt to help you as best we can here, but to serve yourself and the community as a whole, a detailed description is what we will need to help you help yourself - and in turn others may re-read the post and need not even ask in future.

That being said, the other reply is correct, but since we don't really know what "does not work" means, let me throw a few more ideas out to you.

Just as mentioned about FLASH perhaps wanting to connect to a backend db and not being allowed via Windows Firewall or any other firewall, FLASH will prompt a user any time it does anything that is not simply executed locally; that means if there is a hyperlink, FLASH is going to step out with an error Window.

Best bet, is describe what it is you really are doing or trying to accomplish. Is what's failing in the form of .swf files, a .html file linked to .swf's or are they .fla files? If they are the latter, (.fla's) you should hopefully know those are not at all executable anyway - you need FLASH or an alternate FLASH authoring application to do anything at all with them.

Please just elaborate simply, what it is that is "failing" and how exactly it is "failing." If there are applicable Event viewer logs, you trap it in a debugger, it sends a message on the screen when it "fails" - anything; post it. We already only know several relevant things for certain about your problem. You are running W7. You have installed the updated FLASH player. "SOMETHING [FLASH RELATED] IS NOT WORKING." Please fill in the rest of the story. :-)

thank u so much...its working now

thank u so much...its working now

Would you post for others that may find your question via a search a brief description of what did not work EXACTLY and why it is now working?

It could potentially help many others out there with the same sort of issue(s)...

(I'td been easier if when you found <DANIWEB> to have been able to click on an answer than to have to ask the question, right?):)


Anyway, glad all is working now for you whatever the cause or effect...

hi,

The PC with OS Window7 is not install with flashPlayer and even i run the installer which i downloaded from the adobe website itself it does not contain a full version of it. So i google around and at last i found the installer from other website with full version and it contain 2.73 MB whereby the one i downloaded from Adobe website only contain 2.70 MB.

hi,

The PC with OS Window7 is not install with flashPlayer and even i run the installer which i downloaded from the adobe website itself it does not contain a full version of it. So i google around and at last i found the installer from other website with full version and it contain 2.73 MB whereby the one i downloaded from Adobe website only contain 2.70 MB.

Hey, thanks for posting that for others to see. I've not heard of such a thing, so perhaps it indeed will be helpful to some folks out there. I wonder, is it possible that you are running Win 7 x64 rather than x86 - and ADOBE's website goofed and gave you the 32-bit version?

Without looking, off of the top of my head (and knowing ADOBE's nature to omit x64 executables not only from development, but also making them hard to find online if they exist...) perhaps a 32/64 bit agnostic .exe deal? Just a guess considering you say the .exe that "works" is slightly larger; most x64 exe's include some both 32 bit and 64 bit .dll's and such; often making them a bit larger due to essentially duplication...

Well I am glad it is solved whatever the case!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.