Whats wrong with this flash code. its messing up my webpage

T

thnkbg

I made a webpage with perfect formatting, & now I wanted to embed this flash
html video which was hell getting it on my page. I finally got the video up
but now all my headings & formatting is all srewed up. can someone help?


Is there somthing I can change so i can keep the video & my own formatting.



<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( "phone caption finsh
noewww_controller.swf", "phone caption finsh noewww_controller.swf", "350",
"265", "7", "#FFFFFF", false, "best" );
fo.addVariable( "csConfigFile", "phone caption finsh
noewww_config.xml" );
fo.addVariable( "csColor" , "FFFFFF" );

if( args.movie )
{
fo.addVariable( "csFilesetBookmark", args.movie );
}
fo.write("flashcontent");
// ]]>

</script>
 
S

Stefan B Rusynko

If we can see the page online (that's why you were asked to post a URL to the problem page) we probably can't help you

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| Yes been there done that. Here is what I do place a link on the main page to
| the html page that flash creates when you published the movie. If you are or
| want to place it on a frame page select it as the main page for the frame. Be
| sure to place the .swf in your web. Hope this helps. This to me is the
| simplest way to handle flash. I'm sure some of the gurus in here have an
| alternative method of correcting this issue.
|
| "Murray" wrote:
|
| > Post a link to the page, please.
| >
| > --
| > Murray
| > --------------
| > MVP FrontPage
| >
| >
| > | > >I made a webpage with perfect formatting, & now I wanted to embed this
| > >flash
| > > html video which was hell getting it on my page. I finally got the video
| > > up
| > > but now all my headings & formatting is all srewed up. can someone help?
| > >
| > >
| > > Is there somthing I can change so i can keep the video & my own
| > > formatting.
| > >
| > >
| > >
| > > <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( "phone caption finsh
| > > noewww_controller.swf", "phone caption finsh noewww_controller.swf",
| > > "350",
| > > "265", "7", "#FFFFFF", false, "best" );
| > > fo.addVariable( "csConfigFile", "phone caption finsh
| > > noewww_config.xml" );
| > > fo.addVariable( "csColor" , "FFFFFF" );
| > >
| > > if( args.movie )
| > > {
| > > fo.addVariable( "csFilesetBookmark", args.movie );
| > > }
| > > fo.write("flashcontent");
| > > // ]]>
| > >
| > > </script>
| > >
| >
| >
| >
 

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