Results 1 to 2 of 2

Thread: transparent flash in html for all browser

  1. #1
    dattapuro
    Guest

    Arrow transparent flash in html for all browser

    Hi there

    can i do transparent flash in html for all browser, i can do only ie as under code. Please download zip file (Beirurim Sign.swf)

    CODE:

    <html>
    <head>
    <title> New Document </title>
    <style type="text/css">
    .normal{font-family:Arial,Helvetica,sans-serif; font-size:12px; color:#000000;}
    </style>
    </head>
    <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" border=0 alt="">
    <form method="post" action="" name="main">
    <table width="100%" border="0" cellpadding="10" cellspacing="0" align="center" valign="top">
    <tr>
    <td class="normal"><b>U-To Solutions</b> </td>
    </tr>
    <tr>
    <td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
    </tr>
    <tr>
    <td class="normal">
    <div id="nav" style="position:absolute; left:-15px; top:50; width:100%; height:50px; z-index:20; background-color:transparent; overflow: none">
    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="550" height="400">
    <PARAM NAME=movie VALUE="Beirurim Sign.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=wmode VALUE=transparent>
    <PARAM NAME=bgcolor VALUE=transparent>
    <EMBED src="Beirurim Sign.swf" quality=high wmode=transparent bgcolor=#00FF00 WIDTH=550 HEIGHT=400 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    </OBJECT>
    </div>
    </td>
    </tr>
    <tr>
    <td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
    </tr>
    <tr>
    <td class="normal">Similarly objects that you see everyday performing simple functions, actually have a very complex mechanism that drives them. So rollover the images on the website for a view of the simple and the complicated</td>
    </tr>
    <tr>
    <td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
    </tr>
    <tr>
    <td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
    </tr>
    <tr>
    <td class="normal">Similarly objects that you see everyday performing simple functions, actually have a very complex mechanism that drives them. So rollover the images on the website for a view of the simple and the complicated</td>
    </tr>
    <tr>
    <td class="normal">U-To Solutions gives their clients a simple answer to their complicated software problems.</td>
    </tr>
    <tr>
    <td class="normal">Similarly objects that you see everyday performing simple functions, actually have a very complex mechanism that drives them. So rollover the images on the website for a view of the simple and the complicated</td>
    </tr>
    <tr>
    <td class="normal">Similarly objects that you see everyday performing simple functions, actually have a very complex mechanism that drives them. So rollover the images on the website for a view of the simple and the complicated</td>
    </tr>
    </table>
    </form>
    </body>
    </html>

    Thanks
    dp
    Attached Files Attached Files

  2. #2
    Fanatic Member chrismitchell's Avatar
    Join Date
    Jan 2001
    Location
    With Hobbes in New Zealand
    Posts
    568
    It has to be done in the Flash swf ... you can set the transparency in ActionScript (tho I am sure that there is a way in the basic controls of Flash 5)

    What is the reason for having it behind in the first place if you don't mind me asking?

    Chris

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