Have finally removed all Flash content from the site and replaced it. My knowledge of PHP is very limited and I didn’t want to convert my WordPress pages into HTML5. I used Googles Swiffy ages ago to convert the .swf files but haven’t got round to amending all of the pages until now (got a long gunners list) 🙂
For those interested, I viewed the page(s) using the text option and then removed this code:-
To display the code, I’ve replaced “< ” with “<” and “>” with “>” (Thanks Steve)
<object id=”test1″ width=”728″ height=”90″ classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0″
><param name=”src” value=”https://pcjudo.co.uk/728x90_02_v2.swf”
/><param name=”pluginspage” value=”http://www.adobe.com/go/getflashplayer” /><embed id=”test1″ width=”728″ height=”90″
type=”application/x-shockwave-flash” src=”https://pcjudo.co.uk/728x90_02_v2.swf”
pluginspage=”http://www.adobe.com/go/getflashplayer” /> </object>
Replaced with this:-
<a href=”https://pcjudo.co.uk/728x90_02_v2.html”></a>old flash thingy
<object id=”swiffy” width=”728″ height=”90″></object>
# <param name=”html” value=”https://pcjudo.co.uk/728x90_02_v2.html”/param name/>
<embed id=”swiffy” src=”https://pcjudo.co.uk/728x90_02_v2.html” width=”728″ height=”90″/>
Comments are closed, but trackbacks and pingbacks are open.