A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Anchor Around SWF OBJECT Doesn't Work

  1. #1
    Senior Member bluephoenix's Avatar
    Join Date
    Nov 2002
    Location
    Upstate/Central New York
    Posts
    144

    Anchor Around SWF OBJECT Doesn't Work

    I have a small flash ad which I want people to be able to click on for more information. But, it doesn't work. The onmouseover/onmouseout work, but if you click on it you don't go anywhere. Here is my code... any ideas?

    <a href="some_link" onmouseover="self.status='descrpt_of_some_link';
    return true;" onmouseout="self.status=''; return true;">
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/
    swflash.cab#version=5,0,0,0" width="140" height="120">
    <param name="movie" value="some_movie.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#00000" />
    </object></a>


    Thanks, Tim
    Timothy Boronczyk
    -http://home.twcny.rr.com/organman20/bluephoenix

  2. #2
    ReMember jennyj's Avatar
    Join Date
    Feb 2003
    Location
    UK
    Posts
    549
    try putting in the full URL for the link
    JennyJ

  3. #3
    Senior Member bluephoenix's Avatar
    Join Date
    Nov 2002
    Location
    Upstate/Central New York
    Posts
    144
    nope... it still doesn't work.

    -Tim
    Timothy Boronczyk
    -http://home.twcny.rr.com/organman20/bluephoenix

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center