Results 1 to 3 of 3

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

  1. #1
    arnoldhight is offline Private
    Join Date
    Jun 2009
    Posts
    2

    Default 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. #2
    Karen Mac's Avatar
    Karen Mac is offline General
    Join Date
    Apr 2006
    Location
    X marks the spot
    Posts
    8,353

    Default Re: Inert code in Main HTML file under the <head> 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
    07031847328 / United Kingdom

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

    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)



  3. #3
    arnoldhight is offline Private
    Join Date
    Jun 2009
    Posts
    2

    Default Re: Inert code in Main HTML file under the <head> 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!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49