![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Aug 2002
Posts: 269
|
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 ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Join Date: Aug 2002
Posts: 269
|
bump for the afternoon group. anyone?
__________________
No sig = good sig ![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
So Fucking Banned
Industry Role:
Join Date: Jan 2005
Location: Manila, Philippines
Posts: 1,021
|
Too bad, my swishmax trial version is not working anymore..
![]() |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Join Date: Jul 2004
Posts: 1,435
|
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 - |
![]() |
![]() ![]() ![]() ![]() ![]() |