Skip navigation.

Mình là ai !!!.....

Sự ham hiểu biết có lý do để cần tới

Posts tagged with "Code"

Flash Video Files (.flv) and IIS

, , , ...

Sau định dạng .SWF (Shockwave Flash) là định dạng .FLV (Flash Video) ngày càng trở nên phổ biến. Tuy nhiên với một Server Windows sử dụng IIS thì mặc định chỉ hiểu và hiển thị .SWF chứ không hiểu .FLV, muốn trang web xuất được định dạng này bạn cần phải khai báo MIME (Multipurpose Internet Mail Extensions) trong IIS.

- Chọn site cần cấu hình, R.Click chọn "Properties"

- Bên dưới tab HTTP Headers, chọn "File Types"

- Trong File Types chọn "New Type" và khai báo :

+ Associated extension : .flv

+ Content type (MINE) : video/x-flv

- Restart lại IIS.

Bạn có thể khai báo các loại MINE khác, tham khảo tại đây

Giac mo trua - doc tau sao - Minh Thanh

, ,









Love to love by you

, ,











"Love To Be Loved By You" Lyrics

I can't believe I'm standing here
Been waiting for so many years and
Today I found the queen to reign my heart.
You changed my life so patiently
And turned it into something good and real
I feel just like I felt in all my dreams.
There are questions hard to answer, can't you see...

Baby, tell me how can I tell you
That I love you more than life?
Show me how can I show you
That I'm blinded by your light.
When you touch me, I can touch you
To find out the dream is true.
I love to be loved by you.

You're looking kinda scared right now,
You're waiting for the wedding vows.
But I don't know if my tongue's able to talk
Your beauty is just blinding me,
Like sunbeams on a summer stream
And I gotta close my eyes to protect me.
Can you take my hand and lead me from here please?

Yeah,yeah

Baby, tell me how can I tell you
That I love you more than life?
Show me how can I show you
That I'm blinded by your light.
When you touch me I can touch you
To find out the dream is true.
I love to be loved-
I need to be loved -
I love to be loved by you.

I know they're gonna say
Our love's not strong enough to last forever.
And I know they're gonna say that we'll give up
Because of heavy weather.
But how can they understand
That our love is just heaven-sent,
We keep on going on and on
Cause this is where we both belong.

Baby, tell me how can I tell you
That I love you more than life?
Show me how can I show you
That I'm blinded by your light.
When you touch me I can touch you
To find out the dream is true
I love to be loved -
I need, yes I need to be loved -
I love to be loved by you.
Yes, I love to be loved by you.

Nhạc chạy tự động

, ,

Lưu doạn code phía dưới thành đuôi asx rồi dùng thẻ Object để gọi bình thường thôi
<ASX version = "3">
<Entry>
<Ref href = "link nhạc ở đây nhé" />
</Entry>
<Entry>
<Ref href = "link nhạc ở đây nhé" />
</Entry>
</ASX>

Slide Show hình ảnh [Prev & Next]

, ,

<html>
<body onload="javascript:start();" style="margin-top:0px;">
    <script type="text/javascript">
        function start() {
            obj = document.getElementById('scroll_clipper');
            if(obj != null){
                obj.scrollLeft = 0 + i;
                i=i+1;
                timerId = setTimeout("start()", 100);
            }
        }
    </script>
    <form id="form1" runat="server"></form>
</body>
</html>


<td colspan="2" align="left" valign="top"><a name="vmt"></a>
            <script type="text/javascript" language="javascript">
                var i = 0;
                var timerId, timerId1;
                function startp() {
                    scroll_clipper.scrollLeft = 0 + i;
                    i=i-11;
                    timerId1 = setTimeout("startp()", 100);
                }
                function startf() {
                    scroll_clipper.scrollLeft = 0 + i;
                    i=i+9;
                    timerId1 = setTimeout("startf()", 100);
                }
                function stop(){
                    if(timerId1){
                    clearTimeout(timerId1);
                    timerId1 = 0;
                    }
                }
                function gotobyleft(id){
                    obj = document.getElementById(id);
                    scroll_clipper.scrollLeft = obj.offsetLeft;
                    i = obj.offsetLeft;
                }
            </script>
<table cellpadding="0" cellspacing="0" border="0" width="772">
      <tr>                    
            <td style="width:30px" align="center" valign="middle">
<a onmouseover="Javascript:startp();" onmouseout="Javascript:stop();" style="cursor:pointer;"><img src="prev.png" id="img_bt_prev" /></a></td>
<td align="center" valign="top" style="padding-top:5px;">
<div id="scroll_clipper" style="overflow:hidden; width: 702px">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<TD><a href=''><img src='Team01.png' style='border-width:0px;' /></a></TD>
<TD><a href=''><img src='Team02.png' style='border-width:0px;' /></a></TD>
<TD><a href=''><img src='Team03.png' style='border-width:0px;' /></a></TD>
</tr>
</table>
</div>
</td>
<td style="width:30px; padding-left:5px;" align="left" valign="middle">
<a onmouseover="Javascript:startf();" onmouseout="Javascript:stop();" style="cursor:pointer;">
<img src="next.png" id="img_bt_next" /></a>
</td>
</tr>
</table>
</td>


Chúc các bạn thành công.
heocon's