I am a beginner in Delphi. I am getting the error File not found : ‘StreamFlashPlayer.dcu’ in Delphi 7.
How can I fix this error and from where I get this StreamFlashPlayer.dcu file
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suppose you have you downloaded some source code Delphi project from the web and are trying to compile it in your IDE.
The
StreamFlashPlayer.dcuunit is not part of the standard Delphi installation (at least I’ve never heard of it).What I’ve found is a component called StreamFlashPlayer 0.5 on Torry’s Delphi Pages. You’d have to download and install the component in the Delphi IDE before you can compile the source code for your project.