GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   Flash Movie Playback Help (https://gfy.com/showthread.php?t=874013)

AdultInsider Cloner 12-07-2008 11:13 AM

Flash Movie Playback Help
 
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>

Any help would be appreciated... thanks.

AdultInsider Cloner 12-07-2008 11:43 AM

nevermind.... I figured it out... of course I would right after I post about it =p

brandonstills 12-10-2008 08:16 PM

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).

AdultInsider Cloner 12-30-2008 12:19 PM

awesome... thanks


All times are GMT -7. The time now is 11:10 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123