Jump to content

NEED HTML CODE FOR EMBEDDED WHEN SERVER NOT ON


kh6gmp

Recommended Posts

I saw one answer on this forum for my question but the link it provided apparently no longer exists so I will ask here:

 

Im using the code below to embed into my webpage and I find the video from my USB camera and the audio work all ok. But if my server is not running, I would like to have an image (jpg) to appear in the box where the video normally shows (offair.jpg) or to go to another page (offair.html). I am using the embedded code as below:

 

<CENTER>

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="320" height="240">

<param name="movie" value="http://24.25.236.18:86/nchplayer.swf?host=24.25.236.18:1935&scope=BroadCam&streamName=live&bandwidth=1&src=1&autostart=true&redirect=&textOnOver=">'>http://24.25.236.18:86/nchplayer.swf?host=24.25.236.18:1935&scope=BroadCam&streamName=live&bandwidth=1&src=1&autostart=true&redirect=&textOnOver=">

<param name="allowfullscreen" value="true">

<param name="quality" value="high">

<embed src="http://24.25.236.18:86/nchplayer.swf?host=24.25.236.18:1935&scope=BroadCam&streamName=live&bandwidth=1&src=1&autostart=true&redirect=&textOnOver=" width="320" height="240" allowfullscreen="true" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer"/>

</object>

 

 

If there is any way to put some html code in there to do that Id sure appreciate it.

 

Thanks

kh6gmp

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...