Correct coding? myspace flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cozzie49
    New Member
    • Jul 2007
    • 1

    Correct coding? myspace flash

    I recently created my own div overlay layout for myspace, which included a menu i created in flash 8.

    i uploaded my .swf to fileden CLICK HERE TO SEE and it works perfectly.

    however, when i put it into my myspace profile, i can not click any of the buttons, when i hover over them, the cursor unexpectedly flickers.

    this is the code i have been using, is there anything wrong with this?

    <object type="applicati on/x-shockwave-flash" allowScriptAcce ss="never" allowNetworking ="internal" height="215" width="127" data="http://www.fileden.com/files/2007/3/6/856099/nav.swf">
    <param name="allowScri ptAccess" value="never" />
    <param name="allowNetw orking" value="internal " />
    <param name="movie" value="http://www.fileden.com/files/2007/3/6/856099/myspace_navigat ion.swf" />
    <param name="quality" value="high" />
    <param name="menu" value="true" />
    </object>


    please reply asap!
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by cozzie49
    I recently created my own div overlay layout for myspace, which included a menu i created in flash 8.

    i uploaded my .swf to fileden CLICK HERE TO SEE and it works perfectly.

    however, when i put it into my myspace profile, i can not click any of the buttons, when i hover over them, the cursor unexpectedly flickers.

    this is the code i have been using, is there anything wrong with this?

    <object type="applicati on/x-shockwave-flash" allowScriptAcce ss="never" allowNetworking ="internal" height="215" width="127" data="http://www.fileden.com/files/2007/3/6/856099/nav.swf">
    <param name="allowScri ptAccess" value="never" />
    <param name="allowNetw orking" value="internal " />
    <param name="movie" value="http://www.fileden.com/files/2007/3/6/856099/myspace_navigat ion.swf" />
    <param name="quality" value="high" />
    <param name="menu" value="true" />
    </object>


    please reply asap!
    Moved to web related forum

    Comment

    • acoder
      Recognized Expert MVP
      • Nov 2006
      • 16032

      #3
      This is a Flash problem. I've moved it there for you. Hopefully a Flash expert will be able to help you.

      Comment

      • morley
        New Member
        • Jul 2007
        • 2

        #4
        The reason your flash links don't work is probably because of MySpace's Flash restrictions, which turn off all clickable links.

        More here:

        http://mashable.com/2006/07/21/myspace-update-threatens-youtube-rockyou-and-hundreds-more/

        Your best bet is to use HTML for your "Add as Friend" type links.

        Comment

        Working...