Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

How can I make an IFRAME work in MySpace.?

I have an internet radio station and would like to display the flash player as well as a "recently played" list in an iframe in my MySpace profile. Is this possible at all? MySpace breaks my iframe code (for security reasons, Im sure)

1 Answer

Relevance
  • 1 decade ago
    Favorite Answer

    I've only done one myspace layout for a friend... myspace is just evil<3.... but anyway

    try using DIV and OBJECT for flash instead to include your own personal content

    <div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450;">

    <center><b><u>My Play List</b></u></center><br>

    <object type="application/x-shockwave-flash" data="http://www.mylocation.com/MYplayer.swf%22 height="150" width="440" style="width:440px; visibility:visible; height:1145px;" border="0">

    <param name="movie" value="http://www.mylocation.com/MYplayer.swf%22/%3E

    <param name="MyParam1" value="MyValue1" />

    <param name="MyParam2" value="MyValue2" />

    <param name="MyParam3" value="MyValue3" />

    <param name="MyParam4" value="MyValue4" />

    <param name="MyParam5" value="MyValue5" />

    </object>

    </div>

    good luck hope this at least gives you some ideas. sorry for the broken code but yahoo doesn't liek long lines or wrap rounds much on here :|

Still have questions? Get your answers by asking now.