I was searching on google for swf upload,but there is no site that I am able to upload file and later make code from it.
<object type=”application/x-shockwave-flash” width=”300″ height=”250″ data=”www.example.swf”>
<param name=”movie” value=”www.example.swf” />
<param name=”quality” value=”high” />
<param name=”target” value=”_blank” />
<param name=”allowScriptAccess” value=”always” />
</object>
I uploaded swf file on https://www.swfcabin.com/ and latter put link in code,but nothing happens.