Click here to Skip to main content
15,887,338 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionon uploading i can't get multiple filepath at server side Pin
pujafaldu29-May-09 23:12
pujafaldu29-May-09 23:12 
Questionconnect sql 2005 database that is another sysem using asp.net Pin
azad yadav29-May-09 22:50
azad yadav29-May-09 22:50 
AnswerRe: connect sql 2005 database that is another sysem using asp.net Pin
specialdreamsin29-May-09 22:58
specialdreamsin29-May-09 22:58 
AnswerRe: connect sql 2005 database that is another sysem using asp.net Pin
Manas Bhardwaj29-May-09 23:23
professionalManas Bhardwaj29-May-09 23:23 
AnswerRe: connect sql 2005 database that is another sysem using asp.net Pin
Mathew P V30-May-09 0:35
Mathew P V30-May-09 0:35 
AnswerRe: connect sql 2005 database that is another sysem using asp.net Pin
K03063-Jun-09 20:46
K03063-Jun-09 20:46 
QuestionAspnet_regsql.exe and generating scripts Pin
NetQuestions29-May-09 22:35
NetQuestions29-May-09 22:35 
QuestionWhy I call flash or video always failed [modified] Pin
jason_mf29-May-09 21:43
jason_mf29-May-09 21:43 
The following is my code:

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
</head>
<body>
<form id="form1" runat="server">
<%--method 1--%>
<div>
<EMBED src="Flash/123.flv" style="HEIGHT: 331px; LEFT: 83px; TOP: 171px; WIDTH: 538px">
</div>

<%--method 2--%>
<div>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="280">
   <param name="movie" value="Flash/123.flv">
  
   <param name="quality" value="high">
  
   <embed src="Flash/123.flv" width="150" height="280" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" ></embed>
   </object>
</div>
</form>
</body>
</html>


after run, only display a rectangle. I am sure,the path is right.

modified on Saturday, May 30, 2009 4:05 AM

AnswerRe: Why I call flash or video always failed Pin
Manas Bhardwaj29-May-09 23:24
professionalManas Bhardwaj29-May-09 23:24 
GeneralRe: Why I call flash or video always failed Pin
jason_mf30-May-09 0:00
jason_mf30-May-09 0:00 
QuestionN-TIER APPLICATION Pin
Rolando Y. Puno29-May-09 20:47
Rolando Y. Puno29-May-09 20:47 
AnswerRe: N-TIER APPLICATION Pin
A k ch29-May-09 21:19
A k ch29-May-09 21:19 
AnswerRe: N-TIER APPLICATION Pin
Colin Angus Mackay29-May-09 22:39
Colin Angus Mackay29-May-09 22:39 
AnswerRe: N-TIER APPLICATION Pin
Baran M29-May-09 23:50
Baran M29-May-09 23:50 
QuestionIs there any Gantt Chart with critical path which support .NET web application Pin
A k ch29-May-09 20:47
A k ch29-May-09 20:47 
QuestionPage not working properly after file disposition Pin
milpo29-May-09 20:32
milpo29-May-09 20:32 
AnswerRe: Page not working properly after file disposition Pin
milpo29-May-09 21:03
milpo29-May-09 21:03 
Question'Page Init' approached twice in the master page Pin
shabya29-May-09 20:30
shabya29-May-09 20:30 
AnswerRe: 'Page Init' approached twice in the master page Pin
Manas Bhardwaj29-May-09 23:26
professionalManas Bhardwaj29-May-09 23:26 
GeneralRe: 'Page Init' approached twice in the master page Pin
shabya30-May-09 0:44
shabya30-May-09 0:44 
AnswerRe: 'Page Init' approached twice in the master page Pin
Ramesh Swaminathan30-May-09 0:00
Ramesh Swaminathan30-May-09 0:00 
GeneralRe: 'Page Init' approached twice in the master page Pin
shabya30-May-09 0:43
shabya30-May-09 0:43 
QuestionMultiLanguage web site Pin
cocoonwls29-May-09 19:37
cocoonwls29-May-09 19:37 
AnswerRe: MultiLanguage web site Pin
Parwej Ahamad29-May-09 20:17
professionalParwej Ahamad29-May-09 20:17 
GeneralRe: MultiLanguage web site Pin
cocoonwls1-Jun-09 20:07
cocoonwls1-Jun-09 20:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.