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:
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:
Any ideas?
Thanks in advance
Trouble using embedded media
Moderator: Thorsten
-
phpMyFAQusername
- Posts: 3
- Joined: Wed Sep 10, 2014 10:41 pm
Trouble using embedded media
You do not have the required permissions to view the files attached to this post.
Re: Trouble using embedded media
Hi,
sorry, I cannot help here as it's an external component we'll remove soon because of HTML5 videos.
bye
Thorsten
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
amazon.de Wishlist
-
phpMyFAQusername
- Posts: 3
- Joined: Wed Sep 10, 2014 10:41 pm
Re: Trouble using embedded media
Thorsten,
I will just use HTML5 going forward.
thanks.
I will just use HTML5 going forward.
thanks.