• Why don’t this code work with wordpress?

    <object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="640" height="480" align=left>
    		<param name="movie" value="player.swf" />
    		<param name="allowfullscreen" value="true" />
    		<param name="allowscriptaccess" value="always" />
    
    		<param name="flashvars" value="file=filename.flv&img.jpg&controlbar=over&stretching=uniform" />
    		<embed
    			type="application/x-shockwave-flash"
    			id="player2"
    			name="player2"
    			src="player.swf"
    			width="640"
    			height="480"
    			allowscriptaccess="always"
    			allowfullscreen="true"
    			flashvars="file=filename.flv&image=image.jpg&controlbar=over&stretching=uniform"
    		/>
    	</object>

    I tried using the spider plugin that don’t work either…

  • The topic ‘Why don't normal flash player works’ is closed to new replies.