Results 1 to 2 of 2

Thread: help on html code

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    May 2013
    Posts
    1,126

    help on html code

    hi I would like to ask for the correct coding of this html if there is any problem with this.

    <html>
    <body>

    <object data="http://URLsite/player.swf" id="mediaspaces" width="700px" height="690px">
    <param name="flashvars" value="streamer=rtmp://............/etc">
    </object>

    </body>
    </html>

    Executing the above html file on the browser, no problem.
    But when I execute this html file on the vb.net webbrowser control, the player does not appear but you can see
    the dimension of the width and height ob the object on the webbrowser control

    Please assist me please. Need badly.

  2. #2
    Hyperactive Member coothead's Avatar
    Join Date
    Oct 2007
    Location
    chertsey, a small town 25 miles south west of london, england.
    Posts
    284

    Re: help on html code

    Hi there codesearcher,

    try it like this...
    Code:
    
    <object type="application/x-shockwave-flash" data="http://URLsite/player.swf" id="mediaspaces" width="700px" height="690px">
     <param name="movie" value="http://URLsite/player.swf">
     <param name="flashvars" value="streamer=rtmp://............/etc">
    </object>


    ~ the original bald headed old fart ~

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