rayseo1
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: setting up blog editorDid you ever get this resolved? I’m having the same issue
Thanks.Forum: Themes and Templates
In reply to: Embedding code properly on a PageThat seemed to work BUT…now I’m wondering…how would I get it in the blue areas of the website…all that empty space, I’d like to use it.
https://www.globalsocialmedianetwork.com
Thanks.
Forum: Fixing WordPress
In reply to: AdSense ads not showing upYou have to wait 10 minutes.
Thanks MojoRob.
I wasn’t using a PlugIn yesterday and I was able to see the video in Firefox and not Safari.
Today I installed EmbedIt, followed the instructions, especially since I use WP 2.6 (which means I pasted in the code, added custom field, repasted code, updated.) Still can’t play it in Safari.
Here is the link:
https://www.globalsocialmedianetwork.com/?page_id=201
The video is on a “Page” not a “Post” (not sure if that makes a difference.
Also I noticed when I “Manage” that specific “Page”, I get a message for that specific page that reads “There is an autosave of this page that is more recent than the version below. View the autosave.”
when I click on Autosave I see the page, with all the HTML and below it are 65 page revisions all with two buttons. On the very top Revision (labeled,”Current Revision”) the button on the right was selected. On the second selection (labeled Autosave), the left button was selected. Even when I restored the Autosave revision, I still was unable to see the video in Safari.Here is the code:
<script language=”javascript” type=”text/javascript”>
<!–
function _addUnloadEvent( fn ) { if ( typeof( window.addEventListener ) != “undefined” ) { window.addEventListener( “unload”, fn, false ); } else if ( typeof ( document.addEventListener ) != “undefined” ) { document.addEventListener( “unload”, fn, false ); } else if ( typeof( window.attachEvent ) != “undefined” ) { window.attachEvent( “onunload”, fn ); } else if ( typeof( window.onunload ) == “function” ) { var fnOld = window.onunload; window.onunload = function( ) {fnOld( ); fn( ); }; } else { window.onunload = fn; } }
function _postXML( psURL, psRequestXML ) { var oResponseXML = null; if ( window.XMLHttpRequest != null ) { var oXMLHttp = new XMLHttpRequest( ); oXMLHttp.open( “POST”, psURL, false ); oXMLHttp.setRequestHeader( “Content-Type”, “text/xml;charset=UTF-8” ); oXMLHttp.send( psRequestXML ); if ( oXMLHttp.status == 200 ) { oResponseXML = oXMLHttp.responseXML; } oXMLHttp = null; } else if ( window.ActiveXObject != null ) { var oXML = new ActiveXObject( “Msxml2.DOMDocument” ); oXML.async = false; oXML.loadXML( psRequestXML ); var oXMLHttp = new ActiveXObject( “Msxml2.XMLHTTP” ); oXMLHttp.open( “POST”, psURL, false ); oXMLHttp.setRequestHeader( “Content-Type”, “text/xml;charset=UTF-8” ); oXMLHttp.send( oXML ); if ( oXMLHttp.status == 200 ) { oResponseXML = oXMLHttp.responseXML; } oXML = null; oXMLHttp = null; } if ( oResponseXML != null ) { if ( oResponseXML.documentElement.nodeName != “success” ) { oResponseXML = null; } } return oResponseXML; }
function _veeplePlayerOnUnload( ) { var _objVeeplePlayer = document.getElementById( “objVeeplePlayer” ); var _embVeeplePlayer = document.getElementById( “embVeeplePlayer” ); var _sParameters = “”; if ( _objVeeplePlayer != null ) { _sParameters = _objVeeplePlayer.playerClosed( ); } else if ( _embVeeplePlayer != null ) { _sParameters = _embVeeplePlayer.playerClosed( ); } if ( ( _sParameters != null ) && ( _sParameters.length > 0 ) ) { var _aParameters = _sParameters.split( “,” ); if ( _aParameters.length == 5 ) { var _sRequestXML = “<request type=\”28\”><site key=\”” + _aParameters[0] + “\”><video identifier=\”” + _aParameters[1] + “\”><event timeStamp=\”\” memberKey=\”” + _aParameters[3] + “\” type=\”2\” sessions=\”” + _aParameters[4] + “\” frameTime=\”” + _aParameters[2] + “\”/></video></site></request>”; var _oResponse = _postXML( “https://www.veeple.com/request.php?rand=353597”, _sRequestXML ); } } }
_addUnloadEvent( _veeplePlayerOnUnload );
// –>
</script>
<object id=”objVeeplePlayer” classid=”clsid:d27cdb6e-ae6d-11cf-96b8-444553540000″ codebase=”https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0″ width=”505″ height=”355″ align=”middle”><param name=”width” value=”505″/><param name=”height” value=”355″/><param name=”allowScriptAccess” value=”always”/><param name=”movie” value=”https://www.veeple.com/swf/VeeplePlayer.swf”/><param name=”quality” value=”high”/><param name=”bgcolor” value=”#ffffff”/><param name=”menu” value=”false”/><param name=”allowFullScreen” value=”true”/><param name=”FlashVars” value=”siteId=CWfdoxOxl8g%253D&videoId=C1EF7BA5-7719-9151-8555-F3AEBAD27117&userId=&baseUrl=https://www.veeple.com/&showSpots=1&showViewBar=1&showTabBar=1&autoPlay=0&allowAddComments=1&allowShare=1&allowEmbedding=1&allowFullscreen=1&allowRating=1&stopPlayingOnInteractiveClick=1&displayRelatedVideos=1&playerMode=player&playerWidth=505&playerHeight=355&isFlex=0&recordEvents=1&scaleMode=maintainAspectRatio”/><embed id=”embVeeplePlayer” src=”https://www.veeple.com/swf/VeeplePlayer.swf” FlashVars=”siteId=CWfdoxOxl8g%253D&videoId=C1EF7BA5-7719-9151-8555-F3AEBAD27117&userId=&baseUrl=https://www.veeple.com/&showSpots=1&showViewBar=1&showTabBar=1&autoPlay=0&allowAddComments=1&allowShare=1&allowEmbedding=1&allowFullscreen=1&allowRating=1&stopPlayingOnInteractiveClick=1&displayRelatedVideos=1&playerMode=player&playerWidth=505&playerHeight=355&isFlex=0&recordEvents=1&scaleMode=maintainAspectRatio” quality=”high” bgcolor=”#ffffff” width=”505″ height=”355″ align=”middle” allowScriptAccess=”always” menu=”false” allowFullScreen=”true” type=”application/x-shockwave-flash” pluginspage=”https://www.macromedia.com/go/getflashplayer”/></object>Thanks.
Thanks for responding yesterday.
First issue resolved.
Now..the video plays in Firefox browser but not in Safari.
Any idea?