0
Welcome Guest! Login
1 items / $24.00 Checkout

Inserting java script

    • Jay Singh's Avatar

    Inserting java script

    Posted 15 years 10 months ago
    • how would i insert java into an article?
      <script type="text/javascript" src="http://www.jeroenwijering.com/embed/swfobject.js"></script>
       
      <div id="player">This text will be replaced</div>
       
      <script type="text/javascript">
      var so = new SWFObject('http://www.starcraft-fansite.com/flash_player/player.swf','mpl','470','320','9');
      so.addParam('allowscriptaccess','always');
      so.addParam('allowfullscreen','true');
      so.addParam('flashvars','&file=http://www.starcraft-fansite.com/flash_player/zerg_hydralisk_action.flv');
      so.write('player');
      </script>
    • Last Edit: 15 years 10 months ago by James Spencer.
  • Re: Inserting java script

    Posted 15 years 10 months ago
    • I changed the above to a code tag as the red is quite difficult to see.

      You would have to enable HTML mode in the editor or disable it entirely then insert it.
    • James Spencer / Developer & Support / Hull, UK

Time to create page: 0.044 seconds