Results 1 to 3 of 3

Thread: add some lines in already generated HTML
      
   

  1. #1
    vilig is offline Private First Class
    Join Date
    Jun 2005
    Posts
    9

    Question add some lines in already generated HTML

    i need transparent flash, so i have to add some code.
    I would like to add some lines between the lines where are the smiles shown.
    I can do this later when i look the site, but how can i do this in Bluevoda.
    If this is not posible, we need to copy all code to some html editor, add the lines and then paste back the all code. (thanks for answers)

    <OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="131" HEIGHT="85">
    <PARAM NAME="Movie" VALUE="kameratrans .swf">

    <PARAM NAME="Quality" VALUE="High">
    <PARAM NAME="Scale" VALUE="ExactFit">
    <PARAM NAME="Play" VALUE="true">
    <PARAM NAME="Loop" VALUE="false">
    <PARAM NAME="Menu" VALUE="false">
    <PARAM NAME="SAlign" VALUE="L">
    <EMBED SRC="kameratrans .swf" WIDTH="131" HEIGHT="85" Quality=High Loop=false Play=true Menu=false Scale=ExactFit TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>

  2. #2
    vilig is offline Private First Class
    Join Date
    Jun 2005
    Posts
    9

    Default

    ok, i have done, but on a tricky way

    I add again (i used inside tag in flash html editor)
    <PARAM NAME="Movie" VALUE="kameratrans .swf"> (so this is writen two times)
    but together with <param name="wmode" value="transparent" />

    and it is enough for flash to be transparent.

    so my all new code is

    <OBJECT CLASSID="clsid27CDB6E-AE6D-11cf-96B8-444553540000"CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" WIDTH="131" HEIGHT="85">
    <PARAM NAME="Movie" VALUE="kameratrans .swf">
    <param name="wmode" value="transparent" />
    <PARAM NAME="Movie" VALUE="kameratrans .swf">
    <PARAM NAME="Quality" VALUE="High">
    <PARAM NAME="Scale" VALUE="ExactFit">
    <PARAM NAME="Play" VALUE="true">
    <PARAM NAME="Loop" VALUE="false">
    <PARAM NAME="Menu" VALUE="false">
    <PARAM NAME="SAlign" VALUE="L">
    <EMBED SRC="kameratrans .swf" WIDTH="131" HEIGHT="85" Quality=High Loop=false Play=true Menu=false Scale=ExactFit TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>


    so i still say, that the BLUEVoda is the BEST

  3. #3
    VodaHost's Avatar
    VodaHost is offline General & Forum Administrator
    Join Date
    Mar 2005
    Location
    Wilmington, Delaware USA
    Posts
    11,428

    Default

    well done!

    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)



Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Banner links....html
    By mday8 in forum BlueVoda - General Issues
    Replies: 0
    Last Post: 10-26-2005, 04:37 AM
  2. HTML Problem
    By racefan20 in forum BlueVoda - General Issues
    Replies: 2
    Last Post: 08-03-2005, 05:43 PM
  3. BlueVoda 7.0
    By VodaHost in forum CSS Cascading Style Sheets
    Replies: 27
    Last Post: 07-31-2005, 05:52 AM
  4. Html box & hosting all my images
    By al c. in forum General Support Issues
    Replies: 3
    Last Post: 06-29-2005, 04:47 PM
  5. Adding HTML
    By Anonymous in forum General Support Issues
    Replies: 1
    Last Post: 05-27-2005, 05:25 PM

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