• hello folks,

    why isn’t it possible to simply add this:

    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
    codebase="http://fpdownload.macromedia.com/pub/
    shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
    width="400" height="15">
    
    <param name="allowScriptAccess" value="sameDomain"/>
    
    <param name="movie" value="http://xxxxxxx.at/xxxxxx/xspf_player_slim.swf"/>
    
    <param name="quality" value="high"/>
    
    <param name="bgcolor" value="#ffffff"/>
    
    <embed src="http://xxxx.at/kekskerl/xspf_player_slim.swf?
    song_url=http://xxxxxx.at/xxxxx/xxxxx/xxxx.mp3&song_title=xxxx - xxxx"
    quality="high" bgcolor="#ffffff"
    
    name="xspf_player" allowscriptaccess="sameDomain"
    
    type="application/x-shockwave-flash"
    
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    
    align="left" height="15" width="400"</embed>
    
    </object>

    into the post of a blog, exactly as it looks in my editor?

    thanks a lot for help in advance….

Viewing 2 replies - 1 through 2 (of 2 total)
  • Because certain HTML tags get stripped out. That way, if you’ve got people you don’t really trust as contributors, they can’t put malicious code into your blog posts.

    You can change which tags and attribute are available. Do a quick search for “allowed HTML tags” or something along those lines.

    Thread Starter kekskerl

    (@kekskerl)

    hm, ok, thanks for the information, i kinda made it work by another way, but i’ll look for the allowed html tags as well, thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘clean html?’ is closed to new replies.