Announcement

Collapse
No announcement yet.

Inert code in Main HTML file under the <head> tag

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Inert code in Main HTML file under the <head> tag

    I have a program that create an embedded player and skin that I can embed into my webpages.

    It creates four files a *.flv, *.swf, *.html and a *.js

    I need to edit the man .html file and past this code after the <head> tag.

    <script type="text/javascript" src="swfobject.js"></script>

    The above script works with the below .thlm script that I embed with the html script function withing the bluevoda client:

    <body>
    <center>
    <h1><font face="Verdana"></font></h1>
    <br>


    <div id="flashcontent">
    Upgrade your Flash Player to version 8 to view this video! (<a href=http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player.exe target=_blank>Click here for the download</a>)
    </div>
    <script type="text/javascript">
    var so = new SWFObject("http://www.getglobalresults.com/videos/VideoTestimonials2/SkyBlue.swf?path=http://www.getglobalresults.com/videos/VideoTestimonials2/FLVVideo.FLV&buffersize=8&startauto=false&redirect =", "player", "500", "410", "8", "#ffffff");
    so.write("flashcontent");</script>


    </center>
    </body>

    I am able to get this to work if I manually if I download the .html file with an ftp client, edit it with notepad, and then upload it via the ftp client, however, if I edit the file again with the BlueVoda client it overwrites the change. How can I insert this code in the main .html file withing the bluevoda client?

    Thanks,

    Arnold

  • #2
    Re: Inert code in Main HTML file under the &lt;head&gt; tag

    right click on your page and chose page html, insert the code BETWEEN head tags. The body part will need to be inserted in an html box on your page.

    Karen

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    02036089024 / United Kingdom
    291916438 / Australia

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)


    Comment


    • #3
      Re: Inert code in Main HTML file under the &lt;head&gt; tag

      Thanks so much. That is exactly what I was looking for. I knew there had to be a way I just could not find it.

      Thanks!

      Comment

      Working...
      X