yuckz Posted August 28, 2009 Share Posted August 28, 2009 hello all, all sifu can please help me. the button in my flash banner is not working. getURL not working when i click on it. the flash is working on this http://www.opentech.asia but not in header.tpl header.tpl <table align="center" style="width:711px;" cellspacing="0" cellpadding="0"> <tr> <td style="height:720px"> <table style="width:711px;height:720px" cellspacing="0" cellpadding="0"> <tr> <td style="height:382px"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="710" height="382"> <param name="movie" value="http://www.opentech.asia/v2/flash/Header.swf?button=0"> <param name="quality" value="high"> <param name="menu" value="false"> <!--[if !IE]> <--> <object data="http://www.opentech.asia/v2/flash/Header.swf?button=0" width="710" height="382" type="application/x-shockwave-flash"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer"> FAIL (the browser should render some flash content, not this). </object> <!--> <![endif]--> </object> </td> </tr> <tr> <td style="height:1px"></td> </tr> <tr> <td style="height:42px; background:url(http://www.opentech.asia/v2/images/m-dr.gif) repeat-x top"> <table style=" background:url(http://www.opentech.asia/v2/images/m-l.gif) no-repeat left top" cellspacing="0" cellpadding="0"> <tr> <td style=" background:url(http://www.opentech.asia/v2/images/m-r.gif) no-repeat right top; vertical-align:middle"> <img alt="" src="http://www.opentech.asia/v2/images/spacer.gif" width="1" height="3"><br> <!--<form id="form1" action="" enctype="multipart/form-data" name="form1"> <img alt="" src="http://www.opentech.asia/v2/images/m-t1.gif" style="margin-left:23px; vertical-align:middle"><img alt="" src="http://www.opentech.asia/v2/images/spacer.gif" width="8" height="1"><input type="text" class="input1" style="width:125px; vertical-align:middle"><img alt="" src="http://www.opentech.asia/v2/images/spacer.gif" width="3" height="1"><select class="input1" style="width:49px; vertical-align:middle"><option>com</option></select><img alt="" src="http://www.opentech.asia/v2/images/spacer.gif" width="8" height="1"><input type="image" src="http://www.opentech.asia/v2/images/go.jpg" style="vertical-align:middle"><a href="#"><img alt="" src="http://www.opentech.asia/v2/images/m-t2.gif" style="margin-left:99px; vertical-align:middle"></a><br> </form>--> <form action="http://secure.opentech.asia/clients/domainchecker.php" method="post"> <input type="hidden" name="token" value="526045f17286b62dcd8dabf5e0c428c74259b897" /><input type="hidden" name="direct" value="true"> <img alt="" src="http://www.opentech.asia/v2/images/m-t1.gif" style="margin-left:23px; vertical-align:middle"><img alt="" src="http://www.opentech.asia/v2/images/spacer.gif" width="8" height="1"><input type="text" name="domain" style="width:125px; vertical-align:middle"><img alt="" src="http://www.opentech.asia/v2/images/spacer.gif" width="3" height="1"> <select name="ext" style="width:65px; vertical-align:middle"> <option>.com</option><option>.net</option><option>.info</option><option>.org</option><option>.my</option><option>.com.my</option><option>.net.my</option><option>.org.my</option><option>.asia</option> </select><img alt="" src="http://www.opentech.asia/v2/images/spacer.gif" width="8" height="1"><input type="image" src="http://www.opentech.asia/v2/images/go.jpg" style="vertical-align:middle"><img alt="" src="http://www.opentech.asia/v2/images/m-t2.gif" style="margin-left:99px; vertical-align:middle"></a><br> </form> </td> </tr> </table> </td> </tr> <tr> <td style="height:2px"></td> </tr> <tr> <td style="height:233px"> <table style=" background:url(http://www.opentech.asia/v2/images/3-t-dr.gif) repeat-x top" cellspacing="0" cellpadding="0"> <tr> <td style=" background:url(http://www.opentech.asia/v2/images/3-b-dr.gif) repeat-x bottom"> <table style=" background:url(http://www.opentech.asia/v2/images/3-l-dr.gif) repeat-y left" cellspacing="0" cellpadding="0"> <tr> <td style=" background:url(http://www.opentech.asia/v2/images/3-r-dr.gif) repeat-y right"> <table style=" background:url(http://www.opentech.asia/v2/images/3-l-b.gif) no-repeat left bottom" cellspacing="0" cellpadding="0"> <tr> <td style=" background:url(http://www.opentech.asia/v2/images/5-r-t.gif) no-repeat right top"> <table style=" background:url(http://www.opentech.asia/v2/images/5-r-b.gif) no-repeat right bottom" cellspacing="0" cellpadding="0"> <tr> <td > <img alt="" src="http://www.opentech.asia/v2/images/5-t1.gif" ><br> <div style="margin-left:24px; margin-top:4px; margin-right:20px; margin-bottom:10px"> 0 Quote Link to comment Share on other sites More sharing options...
mylove4life Posted August 28, 2009 Share Posted August 28, 2009 Is there a file that the flash calls that you can edit? You more than likely need to redo the links in the flash. 0 Quote Link to comment Share on other sites More sharing options...
yuckz Posted August 28, 2009 Author Share Posted August 28, 2009 Is there a file that the flash calls that you can edit? You more than likely need to redo the links in the flash. thank for your reply. this the button link. kindly advice. on (rollOver) { if (_root.link<>3) { this.gotoAndPlay("s1"); } } on (releaseOutside, rollOut) { if (_root.link<>3) { this.gotoAndPlay("s2"); } } on (release) { if (_root.link<>3) { _root["item"+_root.link].gotoAndPlay("s2"); _root.link = 3; } getURL("http://www.opentech.asia/v2/support.php"); } 0 Quote Link to comment Share on other sites More sharing options...
yuckz Posted August 29, 2009 Author Share Posted August 29, 2009 any sifu can help point out my mistake please... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.