1) Script Title: Ajax RSS ticker
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rssticker.html
3) Describe problem: Flash is coming with RSS feeds. I'd like to get rid of them. I'm using description mode.
Thx in advance.
1) Script Title: Ajax RSS ticker
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...rssticker.html
3) Describe problem: Flash is coming with RSS feeds. I'd like to get rid of them. I'm using description mode.
Thx in advance.
Not sure if this works, but assuming the flash is being served as an OBJECT or EMBED tag, you can try hiding them using CSS, something like:
Where #exampl1 is the ID of the ticker in question.Code:<style> #example1 embed, #example1 object{ display:none; } </style>
DD Admin
Actually, it's works!
Well done! Besides, it'll get rid of everything embeded...
Thx!
Bookmarks