a href in Flash

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • AMT India
    New Member
    • Feb 2007
    • 64

    a href in Flash

    Hi,

    Where should I put a href in flash,My code is below.

    Code:
    <a href="http://www.google.com"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="160px" height="600px">
        <param name="movie" value="/uploads/flash/preloader_basic.swf">
        <param name="quality" value="high">
    	<param name="wmode" value="transparent">
        <param name="menu" value="false">   
    	 <embed src="/uploads/flash/preloader_basic.swf" width="160px" height="600px">
    </embed>
      </object></a>
    But the a href is not working here.


    Regards,
    AMT
  • nomad
    Recognized Expert Contributor
    • Mar 2007
    • 664

    #2
    Originally posted by AMT India
    Hi,

    Where should I put a href in flash,My code is below.

    Code:
    <a href="http://www.google.com"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24" width="160px" height="600px">
    <param name="movie" value="/uploads/flash/preloader_basic.swf">
    <param name="quality" value="high">
    	<param name="wmode" value="transparent">
    <param name="menu" value="false"> 
    	 <embed src="/uploads/flash/preloader_basic.swf" width="160px" height="600px">
    </embed>
    </object></a>
    But the a href is not working here.


    Regards,
    AMT

    What is the link use for.


    nomad

    Comment

    • AMT India
      New Member
      • Feb 2007
      • 64

      #3
      Don't want to put internal link in flash,instead want to use external link using a href...is it possible?

      Comment

      • nomad
        Recognized Expert Contributor
        • Mar 2007
        • 664

        #4
        Originally posted by AMT India
        Don't want to put internal link in flash,instead want to use external link using a href...is it possible?
        not to sure if you can you use an id to tell where your flash movie is at. I will look that you up for you on tuesday.

        nomad

        Comment

        • nomad
          Recognized Expert Contributor
          • Mar 2007
          • 664

          #5
          Originally posted by AMT India
          Don't want to put internal link in flash,instead want to use external link using a href...is it possible?
          Note to sure if this will work
          Look up gatewayURL its a fariable in flashvars
          The gatewayURL variable specifies the location of the Flash Remoting

          nomad

          Comment

          Working...