Trouble using embedded media

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
phpMyFAQusername
Posts: 3
Joined: Wed Sep 10, 2014 10:41 pm

Trouble using embedded media

Post by phpMyFAQusername »

First post. Thanks for create this wonderful product.

I need some guidance. I am having trouble with embedded media. When adding a flash video it doesn't display.

Here is an example of the raw html:

<p>
<object width="320" height="240" data="https://server.domain.com/faq/admin/edi ... player.swf"
type="application/x-shockwave-flash">
<param name="src" value="https://server.domain.com/faq/admin/edi ... player.swf" />
<param name="flashvars" value="url=/faq/images/video/video/2014-09-10-1558-49.flv&poster=/faq/admin/" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="true" />
</object>
</p>

myphpFAQ output:
pMF-embed-1.jpg

Though if I add the flash file twice:

<p>
<object width="320" height="240" data="https://server.domain.com/faq/admin/edi ... player.swf"
type="application/x-shockwave-flash">
<param name="src" value="https://server.domain.com/faq/admin/edi ... player.swf" />
<param name="flashvars" value="url=/faq/images/video/video/2014-09-10-1558-49.flv&poster=/faq/admin/" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="true" />
</object>
<object width="320" height="240" data="https://server.domain.com/faq/admin/edi ... player.swf"
type="application/x-shockwave-flash">
<param name="src" value="https://server.domain.com/faq/admin/edi ... player.swf" />
<param name="flashvars" value="url=/faq/images/video/video/2014-09-10-1558-49.flv&poster=/faq/admin/" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="true" />
</object>
</p>

it displays the second but not the first:
pMF-embed-2.jpg
Any ideas?

Thanks in advance
You do not have the required permissions to view the files attached to this post.
Thorsten
Posts: 15814
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Trouble using embedded media

Post by Thorsten »

Hi,

sorry, I cannot help here as it's an external component we'll remove soon because of HTML5 videos.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
phpMyFAQusername
Posts: 3
Joined: Wed Sep 10, 2014 10:41 pm

Re: Trouble using embedded media

Post by phpMyFAQusername »

Thorsten,

I will just use HTML5 going forward.

thanks.
Post Reply