Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 522971
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T08:24:33+00:00 2026-05-13T08:24:33+00:00

I created a Flex project, now I want to import it into the JSP,

  • 0

I created a Flex project, now I want to import it into the JSP, so I have just taken the ‘noscript’ section and have added to my jsp.

But the porblem is that the swf file does not play, any help?

Here is the piece of code

<noscript>
       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
               id="TeamStructure" width="100%" height="100%"
               codebase="http://fpdownload.macromedia.com/get/flashplayer/current/swflash.cab">
               <param name="movie" value="TeamStructure.swf" />
               <param name="quality" value="high" />
               <param name="bgcolor" value="#869ca7" />
               <param name="allowScriptAccess" value="sameDomain" />
               <embed src="TeamStructure.swf" quality="high" bgcolor="#869ca7"
                    width="100%" height="100%" name="TeamStructure" align="middle"
                    play="true"
                    loop="false"
                    quality="high"
                    allowScriptAccess="sameDomain"
                    type="application/x-shockwave-flash"
                    pluginspage="http://www.adobe.com/go/getflashplayer">
               </embed>
     </object>
</noscript> 

All the paths and other stuff have been validated!!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T08:24:33+00:00Added an answer on May 13, 2026 at 8:24 am

    I think flex generates an html page, and you should just copy-paste. Here’s something that’s working:

    <div id="flexHolder">
    <script src="AC_OETags.js" type="text/javascript" language="javascript"></script>
    
    <script src="history/history.js" type="text/javascript" language="javascript"></script>
    
    <script language="JavaScript" type="text/javascript">
    <!--
    var requiredMajorVersion = 9;
    var requiredMinorVersion = 0;
    var requiredRevision = 28;
    -->
    </script>
    
    <iframe src="history/historyFrame.html" style="display:none;"></iframe>
    
    <script type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    
    // Version check based upon the values defined in globals
    var hasRequestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    
    if ( hasProductInstall && !hasRequestedVersion ) {
        // DO NOT MODIFY THE FOLLOWING FOUR LINES
        // Location visited after installation is complete if installation is required
        var MMPlayerType = (isIE == true) ? "ActiveX" : "PlugIn";
        var MMredirectURL = window.location;
        document.title = document.title.slice(0, 47) + " - Flash Player Installation";
        var MMdoctitle = document.title;
    
        AC_FL_RunContent(
            "src", "playerProductInstall",
            "FlashVars", "MMredirectURL="+MMredirectURL+'&MMplayerType='+MMPlayerType+'&MMdoctitle='+MMdoctitle+"",
            "width", "800",
            "height", "540",
            "align", "middle",
            "id", "TeamStructure",
            "quality", "high",
            "bgcolor", "#FFFFFF",
            "name", "TeamStructure",
            "allowScriptAccess","sameDomain",
            "type", "application/x-shockwave-flash",
            "pluginspage", "http://www.adobe.com/go/getflashplayer"
        ); // 475
    } else if (hasRequestedVersion) {
        // if we've detected an acceptable version
        // embed the Flash Content SWF when all tests are passed
        AC_FL_RunContent(
                "src", "TeamStructure",
                "width", "800",
                "height", "540",
                "align", "middle",
                "id", "Bedrukt-web",
                "quality", "high",
                "bgcolor", "#FFFFFF",
                "name", "Bedrukt-web",
                "allowScriptAccess","sameDomain",
                "type", "application/x-shockwave-flash",
                "pluginspage", "http://www.adobe.com/go/getflashplayer"
        );
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'Alternate HTML content should be placed here. '
          + 'This content requires the Adobe Flash Player. '
           + '<a href=http://www.adobe.com/go/getflash/>Get Flash</a>';
        document.write(alternateContent);  // insert non-flash content
      }
    // -->
    </script>
    
    <noscript>
    
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
               codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab"
               id="TeamStructure" width="800" height="475">
    
        <param name="movie" value="TeamStructure.swf" />
        <param name="quality" value="high" />
        <param name="bgcolor" value="#FFFFFF" />
        <param name="allowScriptAccess" value="sameDomain" />
        <!--[if !IE]> <-->
        <object data="TeamStructure.swf"
                width="800" height="475" type="application/x-shockwave-flash" align="middle">
            <param name="name" value="Bedrukt-web" />
            <param name="movie" value="TeamStructure.swf" />
            <param name="quality" value="high" />
            <param name="play" value="true" />
            <param name="loop" value="false" />
            <param name="bgcolor" value="#FFFFFF" />
            <param name="allowScriptAccess" value="sameDomain" />
            <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
        </object>
        <!--> <![endif]-->
    </object>
    </noscript>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Flex Builder : I have created a new Actionscript Project. I want to
I have created a Flex project in Flash Builder 4.5. Next I added fl.controls
I am new in flex.I have created dynamic web project. Run it. It accessible
Well, this is embarrassing. I want to get into Flex development but I'm having
I have this flex app (it's a flex project created from flash builder), and
I have just started looking into using Modules in Flex and would like to
I'm creating some custom components and backing code. I've created a Flex library project
I created a project in flex builder with application server type set to none.
i want to create a chat app using flex 4.5 mobile project for android
I have an ArcGIS map created with Flex. The labels created dynamically are the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.