Flash in fullscreen mode works in <embed>, but not work within tag

后端 未结 2 598
故里飘歌
故里飘歌 2021-01-25 13:59

I have this code

< a href=\"flash.swf\" class=\"bump\">flash

and it display

2条回答
  •  北荒
    北荒 (楼主)
    2021-01-25 14:53

    Some browsers can't open a Flash file without Flash container (embed). The embed code in your post is fine, put it on a PHP page and replace:

    src="flash.swf"
    

    with

    
    

    Then you can put as link: nameofphpscript.php?flashurl=flash.swf

提交回复
热议问题