Jump to content

arabi

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

arabi's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. thx. there is no way that that could be done in html/php/java script/css? i don't have access to swf.
  2. i put a swf into <a><object ... swf>...</a> and i want to have standard cursor type for links (cursor:hand) but doesn't work. can someone help me? code: [code]<a href="http://www.aaa.com/setup.exe" style="margin:0;padding:0;margin-left:-3;cursor:hand;"> <DIV ID="Movie">  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"> <param name="movie" value="swf/buton.swf"> <param name="quality" value="high"> <param name="wmode" value="transparent" /> <embed src="swf/buton.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"> </embed> </object> </DIV> </a>[/code]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.