Skip to main content
Parsa9
Participating Frequently
September 19, 2021
Question

How to remove persistent yellow warning “Adobe Flash Plugin not found” Dreamweaver CS6 on Mac

  • September 19, 2021
  • 2 replies
  • 145 views

I'm having this same issue with Dreaweaver CS6 on the Mac desktop application. At least it does not crash the application for me. I just close the yellow banner. My HTML was cheacked and validated. I also reset preferences for the application by changing the names of the preferences folders, thus forcing new reset folders to appear. I have no Flash anywhere on my site. In fact, I made a point of avoiding Flash, and even Javascript, and went with CSS tricks instead. Flash is no longer supported on Firefox in any event. It would be nice to know if there is some library file that could be deleted to prevent this.

    This topic has been closed for replies.

    2 replies

    Nancy OShea
    Community Expert
    Community Expert
    September 19, 2021

    That's what happens when you cling to outdated software.  Technology comes and goes.  Flash is end of life now.  Meanwhile CS6 remains unchanged since it released almost a decade ago.  And I suspect the manner in which your site was built is probably out of date by modern web standards, too. 

     

    To explain why your site is sending up yellow Flash Plugin warnings, we would need to see the site.  It could be some hold over script in the code that you're unaware of.  Or it could just be CS6 is showing its advanced age and it's time to get modern software.

     

    As an experiment, copy & paste the following code into a new blank document. 

    • Save it to your local site folder as video_test.html.
    • Close the file. 
    • Restart DW. 
    • Re-open the test page.

    Do you see any Flash Plugin warnings with this video_test page?

     

    <!doctype html>
    <html lang="en">
    <head>
    <title>Bootstrap Responsive Video ~ version 4.5.2</title>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <!--Bootstrap CSS on CDN-->
    <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
    </head>
    <body>
    <nav class="navbar navbar-expand-lg navbar-dark bg-dark"> <a class="navbar-brand" href="#">Brand/Logo</a>
    <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button>
    <div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav mr-auto">
    <li class="nav-item active"> <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a> </li>
    <li class="nav-item"> <a class="nav-link" href="#">Link</a> </li>
    <li class="nav-item"> <a class="nav-link" href="#">Link</a> </li>
    <li class="nav-item"> <a class="nav-link" href="#">Link</a> </li>
    </ul>
    <!--Search form-->
    <form class="form-inline my-2 my-lg-0">
    <input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
    <button class="btn btn-outline-info my-2 my-sm-0" type="submit">Search</button>
    </form>
    </div>
    </nav>
    <div class="container">
    <div class="row">
    <div class="jumbotron mx-auto">
    <h2>Bootstrap 4.5.2</h2>
    <p>Responsive video. This uses YouTube 
    &lt;iframe&gt; 
    but MP4 will work, too.</p>
    </div>
    </div>
    <div class="row">
    <div class="col-lg-6">
    <h2>Aspect ratio 1:1</h2>
    <div class="embed-responsive embed-responsive-1by1">
    <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe>
    </div>
    </div>
    <div class="col-lg-6">
    <h2>Aspect ratio 4:3</h2>
    <div class="embed-responsive embed-responsive-4by3">
    <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe>
    </div>
    </div>
    </div>
    <hr>
    <div class="row">
    <div class="col-lg-6">
    <h2>Aspect ratio 16:9</h2>
    <div class="embed-responsive embed-responsive-16by9">
    <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe>
    </div>
    </div>
    <div class="col-lg-6">
    <h2>Aspect ratio 21:9</h2>
    <div class="embed-responsive embed-responsive-21by9">
    <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/tgbNymZ7vqY"></iframe>
    </div>
    </div>
    </div>
    <hr>
    <div class="row">
    <div class="col">
    <footer>Footer goes here.... </footer>
    </div>
    </div>
    </div>
    
    <!--First jQuery then Popper then Bootstrap JS--> 
    <script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script> 
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script> 
    <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
    </body>
    </html>
    

     

    Nancy O'Shea— Product User & Community Expert
    BenPleysier
    Community Expert
    Community Expert
    September 19, 2021

    Moved to a new topic; the other topic had been correctly answered and was for a different version of Dreamweaver.

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!