Remove Object tag to remove flash and movies. etc
Brought to you by:
george_auckland,
waynem
Flash movies still show on the txt only version, flash movies are
embeded into a page using the object tag, i don't believe there is
anything that would need to be saved that could included in a object
tag. I added the line below into the parser routines.
# remove objects such as flash and movies
$page =~ s/<object.+?<\/object>//gis;
Regards
Tim Pearson
tim@ evilspam grafika-uk.com
Logged In: NO
brilliant - been wrestling with an unwanted bit of flash
showing in betsie for a while. thanx for this simple
elegant fix. Al