Flash video code from a news site not working
-
Hi, I’ve been trying to embed a video from a news channel online into my blog. I’m straight copy and pasting the code, but it doesn’t work, the actual code ends up displaying on the post rather than the video. I’ve had this happen with video code from several different news outlets. It’s frustrating, they give you the code and then it doesn’t work! I’ve tried a couple of plugins as well, but am clearly not picking out the file name correctly. Here is the code I’m currently trying to embed…any suggestions or ideas would be greatly appreciated. Thanks!
Code is from here:
And this is the code they provide:
<object id=”WNVideoCanvasDEFAULTdivWNVideoCanvas” width=”400″ height=”340″>
<param name=”allowFullScreen” value=”true”>
<param name=”quality” value=”high”>
<param name=”wmode” value=”windowless”></param>
<param name=”allowScriptAccess” value=”always”>
<param name=”allowFullScreen” value=”true”>
<param name=”bgcolor” value=”#FFFFFF”>
<param name=”movie” value=”https://www.fox44.net/global/video/flash/widgets/WNVideoCanvas.swf”></param>
<embed
src=”https://www.fox44.net/global/video/flash/widgets/WNVideoCanvas.swf”
type=”application/x-shockwave-flash”
wmode=”windowless”
width=”400″ height=”340″
allowFullScreen=”true”
FlashVars=”isShowIcon=true&affiliate=WFFF&affiliateNumber=670&backgroundAlphas=100,100,100,100&backgroundColors=212121,676767,676767,212121&backgroundRatios=0,25,130,255&backgroundRotation=270&borderAlpha=100&borderColor=212121&borderWidth=1&clipId=2632708&closecaptionPaneLabelText=&closePaneLabelText=&commercialHeadlinePrefix=Commercial&controlsBackgroundAlphas=100,100&controlsBackgroundColors=212121,676767&controlsBackgroundRatios=0,255&controlsBackgroundRotation=270&controlsBorderColor=212121&controlsBottomPadding=8&controlsButtonLeftBorderColor=616161&controlsButtonRightBorderColor=232323&controlsHeight=40&controlsOffFaceColor=9c9c9c&controlsOverFaceColor=ffffff&controlsSidePadding=8&defaultStyle=dark&disableTransport=false&domId=WNVideoCanvasDEFAULTdivWNVideoCanvas&emailErrorBorderColor=ae1a01&emailErrorMessageFaceColor=ae1a01&emailFormFieldAlphas=80&emailFormFieldColors=212121&emailFormFieldRatios=0&emailFormFieldRotation=90&emailInputFaceColor=9c9c9c&emailMessageLabelText=&emailPaneLabelText=&emailSentConfirmationMessage=&errorMessage=&fullScreenControlType=none&hasBevel=true&hasBorder=false&hasBottomBorder=true&hasFullScreen=true&hasLeftBorder=true&hasRightBorder=true&hasTopBorder=true&helpPage=/Global/story.asp?S=4925699&hostDomain=www.fox44.net&idKey=DEFAULT&imgPath=https://WFFF.images.worldnow.com/images/static/video/flash/&invalidRecipientFieldMessage=&invalidSenderFieldMessage=&isAutoStart=true&isMute=&landingPage=&loadingMessage=&offFaceColor=afaeae&overFaceColor=ffffff&overlayBackgroundAlphas=92&overlayBackgroundColors=676767&overlayBackgroundRatios=0&overlayBackgroundRotation=90&overlayOffFaceColor=9c9c9c&overlayOverFaceColor=ffffff&pauseButtonText=&playAtActualSize=0&playButtonText=&playerHeight=340&playerWidth=400&recipientEmailLabelText=&sendEmailButtonText=&senderEmailLabelText=&senderNameLabelText=&shareListItemHighlightBorderColor=767676&shareListItemOffFaceColor=afaeae&shareListItemShadowBorderColor=3c3c3c&shareListListItemOverFaceColor=afaeae&sidePadding=3&smoothingMode=auto&staticImgPath=https://WFFF.images.worldnow.com&summaryGraphicMessage=&summaryGraphicScaleStyle=stretchToFit&summaryPaneLabelText=&tabBackgroundAlphas=100,100&tabBackgroundColors=888888,383838&tabBackgroundOverAlphas=100,100&tabBackgroundOverColors=595959,212121&tabBackgroundOverRatios=0,100&tabBackgroundRatios=75,255&tabBackgroundRotation=90&tabBackgroundSelectedAlphas=100&tabBackgroundSelectedBorderAlpha=100&tabBackgroundSelectedBorderColor=595959&tabBackgroundSelectedBorderWidth=1&tabBackgroundSelectedColors=595959&tabBackgroundSelectedHasBevel=true&tabBackgroundSelectedHasBorder=false&tabBackgroundSelectedHasDropShadow=true&tabBackgroundSelectedRatios=0&tabBorderAlpha=100&tabBorderColor=212121&tabBorderWidth=1&tabFontSize=10&tabHasBevel=true&tabHasBorder=false&tabHasDropShadow=true&tabHeight=26&tabLeftBorderColor=a7a6a6&tabOffFaceColor=dcdbdb&tabOverBorderAlpha=100&tabOverBorderWidth=1&tabOverFaceColor=ffffff&tabOverHasBevel=true&tabOverHasBorder=false&tabRightBorderColor=404040&tabShadowColor=333333&topPadding=3&videoSliderBackgroundColor=828282&videoSliderKnobBackgroundAlphas=100,100&videoSliderKnobBackgroundColors=828282,828282&videoSliderKnobBackgroundRatios=0,255&videoSliderKnobBackgroundRotation=90&videoSliderKnobBorderColor=5a5a5a&videoSliderKnobOffFaceColor=444444&videoSliderKnobOverFaceColor=212121&videoSliderKnobShadowColor=5a5a5a&videoSliderLoadIndicatorColor=b2b2b2&videoSliderProgressIndicatorColor=212121&volumeSliderOffColor=5a5a5a&volumeSliderOverColor=828282&”
></embed>
</object>
- The topic ‘Flash video code from a news site not working’ is closed to new replies.