![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
|
New Webmasters ask "How-To" questions here. This is where other fucking Webmasters help. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: Apr 2005
Location: Costa Rica
Posts: 1,472
|
![]() Hey...
Regarding the flash player I've set up, I can't seem to figure out why the user can't click anywhere on the timeline bar to jump to a part of the movie that isn't loaded yet. I'm not sure if this is a player issue or a result of the way I encoded the movies, but regardless, I'm stuck. Any help would be appreciated. FYI, I'm embedding the player and clips using SWFOject java script Here is a sample of the embed script: Code:
<script type="text/javascript" src="swfobject.js"></script> <div id="player">Please install the Flash Plugin for your Browser if you see the Message</div> <script type="text/javascript"> var so = new SWFObject('player.swf','mpl','368','270','9'); so.addParam('allowscriptaccess','always'); so.addParam('allowfullscreen','true'); so.addParam('flashvars','&duration=30&file=http://www.mysite.com/tour/tiffany_taylor_1.flv&image=http://www.mysite.com/tour/tiffany_taylor_2.jpg&controlbar=over&skin=http://www.mysite.com/tour/skin/snel/snel.swf'); so.write('player'); </script>
__________________
Fighting the hypertrophy of social cognition. Never make small plans for they lack the magic to stir mens souls. FreeNetPass v2 - IS HERE! 9 Years and still going STRONG! |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Join Date: Apr 2005
Location: Costa Rica
Posts: 1,472
|
nevermind.... I figured it out... of course I would right after I post about it =p
__________________
Fighting the hypertrophy of social cognition. Never make small plans for they lack the magic to stir mens souls. FreeNetPass v2 - IS HERE! 9 Years and still going STRONG! |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#3 |
Confirmed User
Join Date: Dec 2007
Location: Chatsworth, CA
Posts: 1,964
|
Another thing to keep in mind is how the FLV's are encoded. Sometimes they don't have very much seek information in them and you can only jump around in really big intervals. You basically need to encode with more keyframes.
You're not going to be able to seek past what you've downloaded if it's a progressive streaming download. If you want to seek where it hasn't loaded you have to use a Flash streaming server (either from Flash, or red5 is a popular open source alternative). |
![]() |
![]() ![]() ![]() ![]() |
![]() |
#4 |
Confirmed User
Join Date: Apr 2005
Location: Costa Rica
Posts: 1,472
|
awesome... thanks
__________________
Fighting the hypertrophy of social cognition. Never make small plans for they lack the magic to stir mens souls. FreeNetPass v2 - IS HERE! 9 Years and still going STRONG! |
![]() |
![]() ![]() ![]() ![]() |