Skip to main content
September 1, 2011
Question

How to load flash media playback from local and not from ftp

  • September 1, 2011
  • 1 reply
  • 662 views

Hi all,

in the standard embed code:

<object height="409" width="600">
<param name="movie"
value="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf" />
<param name="flashvars"
value="src=rtmp%3A%2F%2Fmy-server%2Fvod%2Fflv%3Amy-video
poster=http%3A%2F%2Fosmf.org%2Fimages%2Fposter_cathy_fmp.jpg" />
<param name="allowFullScreen" value="true" />
<param name="allowscriptaccess" value="always" />
<embed allowfullscreen="true" allowscriptaccess="always"
flashvars="src=rtmp%3A%2F%2Fmy-server%2Fvod%2Fflv%3Amy-video
poster=http%3A%2F%2Fosmf.org%2Fimages%2Fposter_cathy_fmp.jpg" height="409"
src="http://fpdownload.adobe.com/strobe/FlashMediaPlayback.swf"
type="application/x-shockwave-flash" width="600">
</embed>
</object>

the player "FlashMediaPlayback" is loaded from remote ftp adobe server.

How can I load the player from my local machine?

Thanks in advance

    This topic has been closed for replies.

    1 reply

    September 1, 2011

    Pratically i have to put "FlashMediaPlayback.swf" in Tomcat of my application,

    but in which directory of Tomcat?