Video Not Posting All Embeds
Reported by cowbird | August 23rd, 2008 @ 01:31 PM | in 2.0 rc2
When attempting to post certain videos to Chyrp, they don't always show up. The code below works fine in a normal html page, but will not show up in Chyrp:
<object type="application/x-shockwave-flash" data="http://widgets.nbc.com/o/4727a250e66f9723/48b047889367c0eb/4741e3c5156499a7/d37723b7" id="W4727a250e66f972348b047889367c0eb" height="283" width="384"><param value="http://widgets.nbc.com/o/4727a250e66f9723/48b047889367c0eb/4741e3c5156499a7/d37723b7" name="movie"/><param value="transparent" name="wmode"/><param value="all" name="allowNetworking"/><param value="always" name="allowScriptAccess"/></object>
But if they following code is included, the video above will post correctly:
<!--
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/lXFvjUat3m0&hl=en&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/lXFvjUat3m0&hl=en&fs=1&rel=0&color1=0x3a3a3a&color2=0x999999" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object>
-->
And just to put the cherry on top of this one... this entry was found in my php_error.log, but didn't appear at the time of this particular error:
[22-Aug-2008 13:01:39] PHP Notice: Undefined offset: 1 in /home/public_html/chyrp/feathers/video/video.php on line 58 [22-Aug-2008 13:01:39] PHP Notice: Undefined offset: 2 in /home/public_html/chyrp/feathers/video/video.php on line 58
Comments and changes to this ticket
-
Alex Suraci August 23rd, 2008 @ 01:33 PM
- → Milestone changed from 2.0 rc1 to 2.0 rc2
-
Repository August 28th, 2008 @ 07:45 PM
- → State changed from new to resolved
(from [c052e58651a3931fae92a12ae359981932c59f20]) A more dynamic video embed_tag_for scaling method. Closing #196 since it was indirectly affected (its actual issue has already been fixed). [#196 state:resolved] http://github.com/vito/chyrp/com...
Please Login or create a free account to add a new comment.
You can update this ticket by sending an email to from your email client. (help)
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
