Results 1 to 3 of 3

Thread: Disable flash ajax RSS ticker

  1. #1
    Join Date
    Mar 2011
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Disable flash ajax RSS ticker

    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.

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    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:

    Code:
    <style>
    #example1 embed, #example1 object{
    display:none;
    }
    </style>
    Where #exampl1 is the ID of the ticker in question.
    DD Admin

  3. #3
    Join Date
    Mar 2011
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Actually, it's works!
    Well done! Besides, it'll get rid of everything embeded...
    Thx!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •