I do have the embed tags in my forum but I am not sure how to do it:
I looking to embed this:
<embed src="http://services.brightcove.com/services/viewer/federated/4267249001" bgcolor="#FFFFFF" flashVars="playerId=4267249001&viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="http://admin.brightcove.com" name="flashObj" width="500" height="529" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>
Putting the tags around the src doesn't seem to work as it just says 'loading player'
Ideas? Thanks.
Admins may use the [ html] [ /html] tags to activate this.
Quote from: IRISHTER on December 10, 2008, 07:29:47 PM
Admins may use the [ html] [ /html] tags to activate this.
So don't use the embed tags?
try this
[html]<embed src="http://services.brightcove.com/services/viewer/federated/4267249001" bgcolor="#FFFFFF" flashVars="playerId=4267249001&viewerSecureGatewayURL=https://console.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="http://admin.brightcove.com" name="flashObj" width="500" height="529" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>[/html]
Got it Thanks! :D