Can someone analyze this fp html, it wont play my flash video

T

thnkbg

I made a flash video with playback buttons. it plays everywhere except fp. it
says, "runtime error:swfobject undefined" Im a beginner & I dont under stand
html.

Im trying to embed & paste this in my webpage. can someone please explain
in simple terms.

the only way I can get the playback controls on my is to paste the code
because the fp flash wizard does not support html files & the playback code
is in the html files., they only support, swf files.
Thank you


<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 11</title>
</head>

<body>

</body>

</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- saved from url=(0025)http://www.techsmith.com/ -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title>Created by Camtasia Studio 4</title>
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript" src="cam_embed.js"></script>


<link rel="stylesheet" type="text/css" href="FlashTemplate.css"/>
</head>
<body id="cs_flashBody" >
<div id="flashcontent">
<div id="cs_noexpressUpdate">
<p>The Camtasia Studio video content presented here requires
JavaScript to be enabled and the latest version of the
Macromedia Flash Player. If you are you using a browser with
JavaScript disabled please enable it now. Otherwise, please
update your version of the free Flash Player by <a
href="http://www.macromedia.com/go/getflashplayer">
downloading here</a>. </p>
</div>
</div>
<script type="text/javascript">
// <![CDATA[
var fo = new SWFObject( "phone4 flashyyy_controller.swf", "phone4
flashyyy_controller.swf", "432", "360", "7", "#FFFFFF", false, "best" );
fo.addVariable( "csConfigFile", "phone4 flashyyy_config.xml" );
fo.addVariable( "csColor" , "FFFFFF" );
fo.addVariable( "csPreloader" , "phone4 flashyyy_preload.swf" );
if( args.movie )
{
fo.addVariable( "csFilesetBookmark", args.movie );
}
fo.write("flashcontent");
// ]]>

</script>
</body>
</html>
 
T

Thomas A. Rowe

You need to use File Menu | Preview in Browser to see it.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top