Results 1 to 5 of 5

Thread: No flash img displayed using shockwave object in asp.net

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up No flash img displayed using shockwave object in asp.net

    Hi all,

    I write the below code for shockwave object in asp.net. This code all know that loading flash file in asp.net using shockwave object.But the below code is running correctly.But no error in the compile time.But no flash movie doesn't displayed.I give correct path.Can u tell me?Whats the problem is going?


    <form id="Form1" method="post" runat="server">
    <!-- SWF in ASP.NET -->
    <OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    WIDTH="30" HEIGHT="56" id="myMovieName" VIEWASTEXT>
    <PARAM NAME=movie VALUE="swf_files/admin.swf">
    <PARAM NAME=quality VALUE=autohigh>
    <PARAM NAME=bgcolor VALUE=black>
    <PARAM NAME=”menu” VALUE=”false” />
    <PARAM NAME=FlashVars VALUE=”init=yes&check=true”>
    <EMBED src="swf_files/admin.swf" FlashVars=”init=yes&check=true” quality=high bgcolor=#FFFFFF WIDTH="30" HEIGHT="56"
    NAME="myMovieName" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>
    </form>

    Thanks

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: No flash img displayed using shockwave object in asp.net

    Does swf_files/admin.swf exist? Have you tried the full relative path, like http://localhost/whatever/swf_files/admin.swf ?

    Does that exist?

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Re: No flash img displayed using shockwave object in asp.net

    yes, i got it menthak

    Thanks for solution

  4. #4
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: No flash img displayed using shockwave object in asp.net

    No prob, add resolved.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Thumbs up Re: No flash img displayed using shockwave object in asp.net

    I give a path in outside.Now i give a flash file inside of the Asp.net website.Now its perfectly working.

    Thanks for ur time

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width