Have you tried <a href="target.html"><object> </object> </a> ? I think it will not work, but try it. Why not just open the fla or decomplile the swf and re-compile it with a invisible button layer over it ?
kiss, Xander On Thu, Jan 29, 2009 at 7:55 PM, Shuaib85 <shuaib.za...@gmail.com> wrote: > > hi there > > I was looking for a way to link the file to a URL. I have some flash > files and I want the users to click on them and then redirect them to > different page. I saw some tutorials but none of the worked > > <div id="flashcontent<%= i %>"> > <strong>no flash player </strong> > </div> > <script type="text/javascript"> > // <![CDATA[ > > // path_to_swf, swf_id, width, height, > fp_version, bgcolor > var so = new SWFObject("<%= > ad.public_filename %>", "my_swf", "135", "270", "9", "#000", > flashvars) > > // This is where the magic happens > /so.write("flashcontent<%= i %>") > > // ]]> > </script> > > i have this code > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to swfobject@googlegroups.com To unsubscribe from this group, send email to swfobject+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---