Hi.. I dont know much about flash, just a little html.. and I'm trying to post a banner on my webpage that links to another site and so far it just comes up as a white banner with nothing on it. The necessary files i have on my desktop, and the instructions I was given for the banner say to "Post your revised webpage html and all banner files into the same directory on your web server. Make sure all files from your downloaded zip file, including the variables.txt file, are placed into the same directory."
What directory do they mean? Am I supposed to upload these files to a separate server?
Here's the code I am using..
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="408" height="72" id="Banner408x72" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="Banner408x72.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="Banner408x72.swf" quality="high" bgcolor="#ffffff" width="408" height="72" name="Banner408x72" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
- <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="408" height="72" id="Banner408x72" align="middle">
- <param name="allowScriptAccess" value="sameDomain" />
- <param name="movie" value="Banner408x72.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="Banner408x72.swf" quality="high" bgcolor="#ffffff" width="408" height="72" name="Banner408x72" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
- </object>
Any help would be much appreciated! I have the latest version of flash installed.