Welcome to the Invelos forums. Please read the forum rules before posting.

Read access to our public forums is open to everyone. To post messages, a free registration is required.

If you have an Invelos account, sign in to post.

    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1  Previous   Next
help with bluray region codes
Author Message
DVD Profiler Unlimited Registrantvannostrom
Registered: September 3, 2007
Posts: 1
Posted:
PM this userView this user's DVD collectionDirect link to this postReply with quote
Could anyone help me, i'm looking for the code for bluray regions a b c and all so i can insert my own logos like the dvd region codes i've done listed below.

thanx in advance


<td bgcolor="" align="right" width="23%">
         
                                  <span id="Region1"><img src="$DPIMAGES.region_1.gif"        vspace=1  ALIGN=right hSPACE=0></span>
  <span id="Region2"><img src="$DPIMAGES.region_2.gif"        vspace=1  ALIGN=right hSPACE=0></span>
  <span id="Region3"><img src="$DPIMAGES.region_3.gif"        vspace=1  ALIGN=right hSPACE=0></span>
  <span id="Region4"><img src="$DPIMAGES.region_4.gif"        vspace=1  ALIGN=right hSPACE=0></span>
  <span id="Region5"><img src="$DPIMAGES.region_5.gif"        vspace=1  ALIGN=right hSPACE=0></span>
  <span id="Region6"><img src="$DPIMAGES.region_6.gif"        vspace=1  ALIGN=right hSPACE=0></span>
  <span id="Region7"><img src="$DPIMAGES.region_0.gif"        vspace=1  ALIGN=right hSPACE=0></span>
              <SCRIPT LANGUAGE="JavaScript">
              var codeRegion = <DP NAME="REGION" MULTIREGION="7" NOREGION="0">; 
  Region1.style.display = 'none'
  Region2.style.display = 'none'
  Region3.style.display = 'none'
  Region4.style.display = 'none'
  Region5.style.display = 'none'
  Region6.style.display = 'none'
  Region7.style.display = 'none'
              switch (codeRegion) {
              case 1  : Region1.style.display = ''; break;
  case 2  : Region2.style.display = ''; break;
  case 3  : Region3.style.display = ''; break;
  case 4  : Region4.style.display = ''; break;
  case 5  : Region5.style.display = ''; break;
  case 6  : Region6.style.display = ''; break;
  case 0  : Region7.style.display = ''; break;
              default : break;
              }
              </SCRIPT>
    Invelos Forums->DVD Profiler: Layouts and Reports Page: 1  Previous   Next