Results 1 to 2 of 2

Thread: Is any error in this code

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2007
    Posts
    241

    Question Is any error in this code

    Hi friends,

    This code is not working that is no error.I give a correct path.
    But i think it doesn't check the path.I can't find the error.Is any error in this code?

    <object type="application/x-shockwave-flash" data="D:\IW-Workspace\Ashok\sample\WebSite2\Default.aspx?path=C:\WINDOWS\Help\Tours\mmTour\intro.swf" width="400" height="500">
    <param name="src" value ="C:\WINDOWS\Help\Tours\mmTour\intro.swf"/>
    <param name="movie" value="data/intro.swf" />
    <param name="loop" value="false" />
    <embed src="C:\WINDOWS\Help\Tours\mmTour\intro.swf" width="400" height="300">
    </embed>
    </object>

    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: Is any error in this code

    Use relative paths. Not these:

    Code:
    D:\IW-Workspace\Ashok\sample\WebSite2\Default.aspx?path=C:\WINDOWS\Help\Tours\mmTour\intro.swf

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