A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help Combining Two Scripts

  1. #1

    Help Combining Two Scripts

    I'm just following what the website provided. Below is the code I have. Do you knwo how to remix it so that both work in tangent?

    -CD

    Hi.

    I have two scripts that I'd like to tie together.

    The first is Flash detect code, the second enables me to embed Flash in IE without seeing the annoying Active X Press Spacebar or Enter code that works in all browsers (Firefox included)

    I jut don't know how to tie the two together. Any suggestions?

    -CD

    <div id="flashcontent">
    <table width="600" border="0" cellspacing="0" cellpadding="0">
    <tr>
    <td align="center" valign="middle" class="font12">
    <font face="Arial"><br>
    WARNING: This site requires the Macromedia Flash 7 Player or higher.
    <a href="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank">
    <br>
    <br>
    Download Now </a></font> </td>
    </tr>
    </table>
    </div>


    <noscript><object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="200">
    <param name="movie" value="assets/intro_cd_WHITE.swf">
    <param name="quality" value="high">
    <embed src="assets/intro_cd_WHITE.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="200"></embed>
    </object></noscript>
    <script language="JavaScript" type="text/javascript" >
    <!--
    AC_RunFlContentX ("movie", "assets/intro_cd_WHITE", "quality", "high", "src", "assets/intro_cd_WHITE", "width", "300", "height", "200" );
    //-->
    </script>
    CD

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Wrong forum. Moved to html.
    - The right of the People to create Flash movies shall not be infringed. -

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