Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: stingerman on December 09, 2008, 03:24:29 PM

Title: How to embed flash?
Post by: stingerman on December 09, 2008, 03:24:29 PM
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.
Title: Re: How to embed flash?
Post by: IRISHTER on December 10, 2008, 07:29:47 PM
Admins may use the [ html] [ /html] tags to activate this. 
Title: Re: How to embed flash?
Post by: stingerman on December 14, 2008, 03:06:00 AM
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?
Title: Re: How to embed flash?
Post by: tyhgdgh on December 14, 2008, 04:26:05 AM
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]
Title: Re: How to embed flash?
Post by: stingerman on December 14, 2008, 04:57:38 AM
Got it Thanks!  :D