How to include a Flashfile into a HTML Website?
Flashbanners (*.swf) can't be included with the IMG tag. For displaying Flashfiles a special HTML-code is needed.
For unskilled users it might look a bit strange but it's very easy. Just copy and paste the HTML-code in the box below to your HTML file.
The only thing you have to do is:
- Change the banner address (red letters) into the address where your banner is stored on the internet.
- If you want to display the banner in another size make your changes to the values in green letters.
1.) Code for usual Flash Banners (!!! not Peelbanner !!!)
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="name" width="468" height="60"> <param name="movie" value="http://www.yourdomain.com/flashfile.swf"> <param name="quality" value="high">
<param name="wmode" value="transparent">
<embed name="name" src="http://www.yourdomain.com/flashfile.swf"
quality="high" wmode="transparent" width="468" height="60" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi? P1_Prod_Version=ShockwaveFlash"> </embed> </object>
If you wont to avoid problems for Internet Explorer users expand the code as follows on that link!
2.) HTML code for Peelbanners
Peel banners require another HTML code. The code differs from banner to banner, thus it isn't displayed here. But after generating a peelbanner the code is shown in the same yellow box as above at the bottom of the final page. So you can copy it there.
|