Ask a Question related to Macromedia Flash Ad Development, Design and Development.
-
jbhempstead #1
Adding SWF to Front Page
I have downloaded the trial version of Flash Professional 8. I have created a
SWF but am having trouble getting the SWF to play in Front Page?
Does the free trial version prevent you from Publishing?
When I play the SWF stand alone it works???
jbhempstead Guest
-
can't edit front page
Have you checked for .lck files on the server? Dowload a free FTP-manager (Filezilla f.i.) Search for a file named: nam-of-your-page.lck -
from front page to dreamweaver
I have been working on an existing site originally set-up in Front Page on a PC, have just bought a Mac, so need to change from Front Page on PC to... -
Front page disappeared
Recently the Contribute front page that used to come up, allowed me to choose which of several sites that I maintain, has disappeared. Now the site... -
publisher to front page
Someone mentioned that Publisher is not the best program to design a webpage for FrontPage. I have my home page designed in Publisher. (I don't... -
Front Page Components and TS
Hello all, Recently I have been trying to install Front Page (FP) components onto my company's IIS server, which is also our TS server. (I need... -
Sankarapandian #2
Re: Adding SWF to Front Page
Hi!
Replace the <object>....</object> with the following code
Replace "your.swf" to your swf file.
Regards,
Sankarapandian T.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,29,0" width="550" height="400">
<param name="movie" value="your.swf">
<param name="quality" value="high">
<embed src="your.swf" quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" width="550" height="400"></embed>
</object>
Sankarapandian Guest



Reply With Quote

