How to use flash objects as links?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • KeredDrahcir
    Contributor
    • Nov 2009
    • 426

    How to use flash objects as links?

    I have a number of flash objects on my page and I want a user to be able to click on one to navigate to the page.
    The code I'm using is:
    Code:
    <div style="position:absolute; left:378px; top:248px; width:148px; height:152px; z-index:4;">
      <object classid="[I]clsid...[/I]" width="150" height="150" id="[I]ID[/I]" title="[I]title[/I]">
        <param name="movie" value="my.swf" />
        <param name="url" valuetype="ref" value="/mypage.html" />
        <param name="quality" value="high" />
        <param name="wmode" value="transparent" />
        <param name="swfversion" value="6.0.65.0" />
      </object>
    </div>
    Can anyone suggest what I need to do?
Working...