Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 134302

Rob on "Websites video player no longer streaming youtube videos with wordpress 3.8"

$
0
0

I've just realised the videos linked through youtube are no longer playing on my embedded video player (http://www.flashxpert.net/products/video-players/video-player-iii/). Instead we just see the loading icon turning indefinitely. See - http://www.asworldsdivide.com

I've run a series of tests, including reloading the original VPIII deploy file in case my video was no longer valid, and found that the same errors occur. Meaning the problem has perhaps arrived through external changes... hence my proposing the WP update is responsible.

Can you think of a specific update that may have caused this? Is there a work around?

Below is the code the player uses:

<?xml version="1.0" encoding="UTF-8"?>
<settings>
	<options>
		<playerSize autoResize="true" width="560" height="340" />

		<buttons space="10"
			display="|playPause,stop|progress,time|volume|expandCollapse,fullScreen,share|"sound="false" showMiddlePlayBtn="true" />

		<controlsBar hide="true" hideDelay="3" />

		<videos buffer="5" keepAspectRatio="true" autoLoad="false" autoPlay="false" playContinuously="false" jumpToNextCategory="true" loop="false" random="false" />

		<volume default="70" format="vertical" />

		<watermark visible="true" position="TR" />

		<tooltip visible="true" hideDelay="2" />

		<listeners spaceKey="true" click="true" doubleClick="true" />

		<cursor hide="true" hideDelay="2" />

		<playlist size="0" thumbWidth="0" thumbHeight="0"	thumbPadding="0" />

		<description visible="true" size="50" />

		<youtube defaultQuality="hd720" />
	</options>

	<colors>
		<playerBackground value="0x000000" />
		<preloader background="0x000000" bckAlpha="70" text="0xCCCCCC"	circle="0x559BB5" />
		<middlePlayBtn arrowNormal="0xFFFFFF" bckNormal="0x000000"	alphaNormal="60" arrowOver="0xFFFFFF" bckOver="0x000000" alphaOver="80" arrowDown="0xFFFFFF" bckDown="0x000000"	alphaDown="100" />
		<controlsBar background="0x000000" buttonsNormal="0xCCCCCC"	buttonsOver="0xFFFFFF" buttonsDown="0xFFFFFF" />
		<volume border="0x666666" background="0x000000"	speaker="0xCCCCCC" bar="0x559BB5" />
		<volumeScrubBtn brdNormal="0xCCCCCC" bckNormal="0x000000"	brdOver="0xFFFFFF" bckOver="0x000000" brdDown="0xFFFFFF" bckDown="0x000000" />
		<progressBar border="0x666666" background="0x000000" elapse="0x559BB5" download="0x999999" />
		<progressScrubBtn brdNormal="0xCCCCCC" bckNormal="0x000000"	brdOver="0xFFFFFF" bckOver="0x000000" brdDown="0xFFFFFF" bckDown="0x000000" />
		<times value="0xCCCCCC" />
		<share background="0x000000" bckAlpha="40" boxBck="0x000000" boxBckAlpha="70" labels="0xFFFFFF" errorText="0xFF0000" text="0x000000" textBck="0xFFFFFF" textBrd="0x000000" btnsNormal="0xCCCCCC" btnsOver="0xFFFFFF" btnsDown="0xFFFFFF" />
		<playlist background="0x151515" line="0x202020"	thumbBck="0x000000" thumbNormalAlpha="30" thumbOverAlpha="70" thumbSelectedAlpha="100" title="0x559BB5" description="0xCCCCCC" />
		<category bckNormal="0x101010" titleNormal="0xCCCCCC" bckOver="0x000000" titleOver="0xFFFFFF" bckSelected="0x559BB5" titleSelected="0x000000" />
		<description background="0x06590e" line="0x202020"	title="0xFFFFFF" description="0xCCCCCC" />
		<scrollBar trackBar="0xCCCCCC" scrubBrdNormal="0xCCCCCC" scrubBckNormal="0x000000" scrubBrdOver="0xFFFFFF"	scrubBckOver="0x000000" scrubBrdDown="0xFFFFFF"	scrubBckDown="0x000000" />
		<caption size="14" color="0xFFFFFF" glowColor="0x000000" />
		<tooltip bckColor="0xFFFFFF" txtColor="0x000000" alpha="60" />
	</colors>

	<videos>
		<category title="Pixar">
			<video>\                                                                				<videoPath value="http://www.youtube.com/watch?v=eBTUZcllumc" />
				<previewImage value="images/trailer_pic.jpg" />
				<thumbImage value="images/trailer_pic.jpg" />
				<stafImage value="images/trailer_pic.jpg" />

	<title>
					<![CDATA[FILM TRAILER]]>
				</title>
				<description>
					<![CDATA[Watch the official trailer here.]]>
				</description>
			</video>

		</category>

		<category title="Movies">

		</category>

		<category title="Music">

		</category>
	</videos>

	<staf scriptPath="staf.php">
		<subject>
			<![CDATA[Message from your friend]]>
		</subject>
		<message>
			<![CDATA[Hi,<br/>Your friend thought you might be interested in this video:<br/><a href="[videoPage]" target="_blank"><img border="0" src="[imgPath]" alt="Go to Video!" /></a>]]>
		</message>
	</staf>
</settings>

Thanks in advance.


Viewing all articles
Browse latest Browse all 134302

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>