Problem with embedded video

Keith
04/11/2010 12:30 pm
After downloading a page with the most recent offline explorer pro, there is embedded video as follows:

<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="685" height="420">

<param name="movie" value="flash/flvplayer.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=http://serverremoved/videofile.flv&image=http://serverremoved/splashpic.jpg&streamscript=lighttpd" />
<object type="application/x-shockwave-flash" data="flash/flvplayer.swf" width="685" height="420">
<param name="movie" value="flash/flvplayer.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=http://serverremoved/videofile.flv&image=http://serverremoved/splashpic.jpg&streamscript=lighttpd" />

<p><a href="../../get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
</object>
</object>

The links located in the variables don't get downloaded or converted for offline browsing.

Suggestions?
Oleg Chernavin
04/11/2010 12:35 pm
Thank you! I made a change. Can you please download the updated version here:

http://www.metaproducts.com/download/betas/oep3188.zip

Unzip the file and replace the old oe.exe file with the new one. Please let
me know how it works.

Best regards,
Oleg Chernavin
MP Staff
Keith
04/12/2010 07:57 am
Thanks for the quick response!

The filename is being converted for offline browsing now, but the &image and &streamscript=lighttpd are being truncated.

<object id="player" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="player" width="685" height="420">

<param name="movie" value="flash/flvplayer.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=http://serverremoved/videofile.flv" />
<object type="application/x-shockwave-flash" data="flash/flvplayer.swf" width="685" height="420">
<param name="movie" value="flash/flvplayer.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />
<param name="flashvars" value="file=http://serverremoved/videofile.flv" />

<p><a href="../../get.adobe.com/flashplayer">Get Flash</a> to see this player.</p>
</object>
</object>
Oleg Chernavin
04/12/2010 08:39 am
OK. Please try this update:

http://www.metaproducts.com/download/betas/OEP3188.ZIP

Oleg.
Keith
04/12/2010 09:58 pm
That works perfectly.

Seriously, that's a gold star for customer support. When the new version becomes available I'll be picking it up.

Much appreciated.
Oleg Chernavin
04/13/2010 04:47 am
You are welcome!

Oleg.