![]() |
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 |
bump for the afternoon group. anyone?
|
Too bad, my swishmax trial version is not working anymore.. :(
|
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] |
All times are GMT -7. The time now is 06:27 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123