Prashant.
If there are no issues with the Flash file, then I am unsure if people on this list can help, as we are here to solve problems with SWFObject only. I general HTML forum (localised to you) might be your best option. Aran From: [email protected] [mailto:[email protected]] On Behalf Of Prashant Hatalageri Sent: Friday, 13 February 2009 5:01 PM To: [email protected] Subject: Re: hi, link not working Hi, Actually i am not useing link on flash file, the page was having only flash with java script but there was no menu like : about us/ contact/profile etc. so i added this menu on html file, this menu link works fine with FFox but not with IE. so that was issue hope u got my problem. prashant On Fri, Feb 13, 2009 at 4:45 AM, Aran Rhee <[email protected]> wrote: A link inside you swf isn't working? This isn't really a SWFObejct specific issue, but if you are having troubles with Flash not alling links, make sure you set the param of allowscriptaccess="always" (or allowscriptaccess="samedomain") so that Flash can make getURL calls etc Aran -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Pro Sent: Thursday, 12 February 2009 11:17 PM To: SWFObject Subject: hi, link not working Hi all, I designed the gallary of 5 img and page has link to home page but the problem is the link working fine with FFox but with IE the flash plays but the link for menu like home link doesn't work. Any help would be greatfull. Here is the code i used in web page: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="slide.css"/> <script type="text/javascript" src="res/swfobject.js"></script> <script type="text/javascript"> var flashvars = { useFlickr: "false", xmlURL: "gallery.xml", useReloadButton: "false", maxJPGSize: "724", columns: "4", rows: "2", frameColor: "0x666666", backColor: "0xFFFFFF",<!-- "0x191919"--> bkgndInnerColor: "0xFFFFFF",<!-- "0x191919"--> bkgndOuterColor: "0xFFFFFF",<!-- "0x191919"--> showFlipButton: "true", linkLabel: "show image", langGoFull: "Go Fullscreen", langExitFull: "Exit Fullscreen", langAbout: "About" }; var params = { allowFullScreen: "true", bgcolor: "#191919", wmode: "opaque" }; swfobject.embedSWF("res/viewer.swf", "myContent", "120%", "120%","9.0.28",false, flashvars, params); </script> <style type="text/css"> <!-- a:link { color: #666666; text-decoration: none; } a:visited { text-decoration: none; color: #666666; } a:hover { text-decoration: underline; color: #666666; } a:active { text-decoration: none; color: #666666; } body { background-color: #CCCCCC; } .style3 {color: #333333} --> </style></head> <!-- <body> --> <body style="overflow:hidden"> <a href="../index.htm" target="_self">Advertising</a> <table width="100%" height="19" border="0" align="center" cellpadding="0" cellspacing="2"> <tr> <td width="20%"> <a href="../index.html" target="_self">Advertising</a></td> <td width="4%"> <div align="center" class="jit"> <div align="center">|</div> </div> </td> <td width="34%" class="jit"><div align="center" class="style3">Brand Consultancy </div></td> <td width="3%" class="jit"><div align="center">|</div></td> <td width="13%"><div align="center" class="jit"> <div align="center" class="style3">Clients</div> </div></td> <td width="4%" class="jit"><div align="center">|</div></td> <td width="18%"><div align="center" class="jit"> <div align="center" class="style3">About Us </div> </div></td> </tr> </ta --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/swfobject?hl=en -~----------~----~----~----~------~----~------~--~---
