jwall
12-16-2005, 09:50 AM
does any1 know how to set upa flash site on here???
this is my first time so.
do i use mambo at all???
traction
12-20-2005, 05:44 AM
Do you have your flash movie created???
If so then you need to import the flash file in to an HTML document.
The following code will allow you to view your flash movie via an HTML page.
<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="342" height="275">
<param name="movie" value="your_flash_filename.swf">
<param name="quality" value="high">
<embed src="your_flash_filename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="342" height="275"></embed>
</object>
Replace the "your_flash_filename.swf" with the name of your SWF file which you exported from Macromedia.
Hope this helps.
P.S Remember to upload the SWF to the same directory as your page is stored!
pbcommun
12-22-2005, 06:35 PM
uhh....what does mambo have to do with flash?