Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
im experimenting with this code. ive gotten everything to work fine so far only one remaining problem. i cannot get rid of the empty space above player and for it to show properly in iframe it needs to be top left. what code if any do i need to implement to achieve this without breaking the player and the pluggin.

btw 'ab pos' does break them, maybe in just placing it wrong.

heres my sourcecode:

XML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Flowplayer - Flash Video Player for the Web</title>

<link rel="shortcut icon" href="http://static.flowplayer.org/img/favicon.png" type="image/png">
<link rel="stylesheet" type="text/css" href="/css/global-0.52.css?v=foo">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
<script src="http://cdn.jquerytools.org/1.2.6/all/jquery.tools.min.js"></script><!-- site specific scripts -->
<script type="text/javascript" src="http://static.flowplayer.org/js/global-0.54.js?v=054"></script>
<script type="text/javascript">
var account = {admin: false }, v = {
ver: "3.2.7",
core: "/swf/flowplayer-3.2.7.swf",
controls: "flowplayer.controls-3.2.5.swf",
air: "flowplayer.controls-air-3.2.5.swf",
tube: "flowplayer.controls-tube-3.2.5.swf",
content: "flowplayer.content-3.2.0.swf",
rtmp: "flowplayer.rtmp-3.2.3.swf",
slowmotion: "flowplayer.slowmotion-3.2.1.swf",
pseudostreaming: "flowplayer.pseudostreaming-3.2.7.swf"
};
</script><!--[if lt IE 7]>
<style>
@import "http://static.flowplayer.org/css/ie6.css?v=0.2";
</style>
<![endif]--><!--[if lt IE 8]>
<style>
html { overflow-x:hidden; }
#content ol, #content ul {margin-left: 1px; }
</style>
<![endif]-->
<style>
input.inputField {
border:1px inset #ccc;
margin-bottom:1px;
}
</style>
</head>
<body id="plugins_advertising_liverail" class="firefox">
<br>
<div id="wrap">
<div class="globalnav" id="nav1"><a id="fp1" href="/index.html"><br>
</a></div>
<div id="content">
<br>
<div class="box black" style="padding-left: 1px;"><a class="player black" id="player" href="http://pseudo01.hddn.com/vod/demo.flowplayervod/Extremists.flv">
<img src="../../../punani.mobi/3d/images/splash.png"></a>
</div>
<script language="javascript">
$f("player", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", {
plugins: {
liverail: {
url: 'http://vox-static.liverail.com/swf/v4/plugins/flowplayer/LiveRailPlugin320.swf',
LR_PUBLISHER_ID: "1331",
LR_LAYOUT_SKIN_MESSAGE: 'Advertisement. Video will resume in {COUNTDOWN} seconds.'
}
}
});</script><br>

</div>

</div>

</body></html>
Posted

How about asking this question in a forum dedicated to the control/library you're using?? Like the forums at http://flowplayer.org/forum/index.html[^].

Right now, you're HOPING that someone who has used this control, especially in the way you're using it, wanders by and sees your question. That is a very remote possibility.

There, it's virually guaranteed you'll find someone who has used the control and knows how to do what you're asking!
 
Share this answer
 
OK i just deleted some of the
tags and it seams to have done the trick only thing now is that i dont get the 'play' button before video, it just starts automatically.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900