Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Why I call flash or video always failed [modified]

Why I call flash or video always failed [modified]

Scheduled Pinned Locked Moved ASP.NET
csharphtmlcomadobesysadmin
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    jason_mf
    wrote on last edited by
    #1

    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

    M 1 Reply Last reply
    0
    • J jason_mf

      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

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      jason_mf wrote:

      123.flv

      This is no ASP.Net question. BTW, it should be a swf file and not flv.

      Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      J 1 Reply Last reply
      0
      • M Manas Bhardwaj

        jason_mf wrote:

        123.flv

        This is no ASP.Net question. BTW, it should be a swf file and not flv.

        Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

        J Offline
        J Offline
        jason_mf
        wrote on last edited by
        #3

        but I use swf replaced was failed too. still display a rectangle region. has need any config or setting? or only wrote "object" html tag?

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups