|  | -
-
- QUESTION:
- Can you give me a working example of a FLASH movie and how to set it up ?
ANSWER: - Yes, please go here:
http://hostingcheck.com/flash/ Here you will see the following: Index of /flash Name Last modified Size Description -------------------------------------------------------------------------------- Parent Directory 07-Apr-2000 18:46 - mine.html 07-Apr-2000 18:47 1k mine.swf 07-Apr-2000 18:47 1k
YOU need to put your CURSOR over the "mine.swf" and RIGHT CLICK on your mouse. Now choose SAVE TARGET AS And save the file onto your computer. Now, take that file and UPLOAD it in binary to your SERVER. Lets say you placed it directly in your web directory... so that you could access it like this: http://yourdomain.com/mine.swf now, create an html file with the following code:
<HTML><BODY> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=mine WIDTH=450 HEIGHT=150> <PARAM NAME=movie VALUE="mine.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="mine.swf" quality=high bgcolor=#FFFFFF WIDTH=450 HEIGHT=150 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </EMBED></OBJECT></BODY></HTML>
Thats it :) You now have a FLASH page :)
Eddie ############################################################ Please be advised that this is a SUPPLEMENTAL Online Manual.
The PRIMARY Online Manual is inside your Online Control Panel... to access it, just click Documentation link at very bottom of Online Control Panel screen.
You should always consult the Online Manual inside your control panel first... and only consult this SUPPLEMENTAL Online Manual as a last resort. if after consulting the Control Panel Documentation, you still need assistance, please CONTACT SUPPORT top | | |