Flash overlay Help with Swish?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • grannytgp
    Confirmed User
    • Aug 2002
    • 269

    #1

    Flash overlay Help with Swish?

    Hello all,

    Very new to the world of Flash, and I'm using the demo of Swishmax to create a simple flash overlay. This is a going to be a really simple overlay, with just a static image and a background sound playing.

    So what I did so far was created the image in Photoshop, and then started up a new .swi file. I imported the image, and also imported the sound. Then to make it a little fancier, I added a "Slide in from top" effect.

    So for the most part the overlay is done, but there are a couple small things I can't figure out.

    1. How do I add a "close" button to the file? I've tried adding a general button, and tried to add scripting to it with a close event -- but can't quite get it to work.

    2. How can I set the properties so the SWF drops down from top and centers itself in the HTML page?

    Here's a link to my Swish project file: http://images.gibbonsdealerships.com/files/fordgt.swi

    Any help on this is greatly appreciated.

    Kevin
    No sig = good sig
  • grannytgp
    Confirmed User
    • Aug 2002
    • 269

    #2
    bump for the afternoon group. anyone?
    No sig = good sig

    Comment

    • AdultRMX
      So Fucking Banned
      • Jan 2005
      • 1021

      #3
      Too bad, my swishmax trial version is not working anymore..

      Comment

      • keyboard warrior
        Confirmed User
        • Jul 2004
        • 1435

        #4
        you can try this html after you save the file to start


        [PHP]<html>
        <head>
        <title>fordgt.swf</title>
        <style type="text/css">
        <!--
        body {
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        }
        -->
        </style></head>

        <body>
        <div align="center">
        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="748" height="373">
        <param name="movie" value="fordgt.swf">
        <param name="quality" value="high">
        <embed src="fordgt.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="748" height="373"></embed>
        </object>
        </div>
        </body>
        </html>PHP]
        - nothing here -

        Comment

        Working...