Hi , Well i m not an expert in code but i know a bit ... I have got a script which is a flash player script . What it does is it gives a link , on which if clicked it opens a popup window in which the flash is played what i wannt to do is i want the flash to work on the webstie it self . Do u you have any idea how to do it Hope this code is the code which must be changed f ($game['type'] != 'extlink') { if ($game['width'] <= $maxnopopwidth) { echo $game['code']."<br /><br />"; cache_output("do_event('gameplay');"); if(!is_cache()){ do_event("gameplay"); } } else { $link = get_play_link("id="._sp($params[1])); $width = $game['width']; $height = $game['height']; $link = "javascript:popup('".$link."', ".$width.", ".$height.")"; echo "<b><a href=\"".$link."\" class='darklink'>- " . language("clickhere", true) . " ".$game['name']." " . language("newwindow", true) . " -</a></b>"; } } else { if (get_game_config("name=frameextlinks")==1) { $target = ""; } else { $target = "target='_blank'"; } echo "<br /><b><a href=\"".get_play_link("id="._sp($game['id']))."\" class='darklink' ".$target.">- " . language("clickhere", true) ." ".$game['name']." -</a></b><br /><br />"; } Code (markup):
As far as I understand you want to embed some flash into your website, Why not use the following embed code: <object width="550" height="400"> <param name="movie" value="somefilename.swf"> <embed src="somefilename.swf" width="550" height="400"> </embed> </object> Code (markup):
why are you mess up with this code. go for google. it provide you so much scripts for your flash player. thanks
Actually its a gamescript from gamesitescript . Can some one help me with the script which i gave ... I dont know html so i askyou ppl to help