Announcement

Collapse
No announcement yet.

add some lines in already generated HTML

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

  • 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
    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

    Comment


    • #3
      well done!

      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

      Working...
      X