- Posts: 1
COMMUNITY FORUM
Adding new video source sites?
- OldToker
-
Topic Author
- Offline
- New Member
I have some embedding code... but it doesn't seem to work. I was wanting to add some video for the VFW onto my post pages..
I have the following embedding code:
<embed src="services.brightcove.com/services/viewer/federated_f8/494962592" bgcolor="#FFFFFF" flashVars="videoId=1184492836&playerId=494962592&viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="admin.brightcove.com" name="flashObj" width="988" height="550" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
Would love to have the ability to add the videos from this place into my joomla site.. a hearty pat on the back to the joomlaworks team. for creating the best plugin's on the planet.
Please Log in or Create an account to join the conversation.
- anadjet
-
- Offline
- New Member
- Posts: 1
Is there a way to add new video sites? into allvideos?
I have some embedding code... but it doesn't seem to work. I was wanting to add some video for the VFW onto my post pages..
I have the following embedding code:
<embed src="services.brightcove.com/services/viewer/federated_f8/494962592" bgcolor="#FFFFFF" flashVars="videoId=1184492836&playerId=494962592&viewerSecureGatewayURL=https://services.brightcove.com/services/amfgateway&servicesURL=http://services.brightcove.com/services&cdnURL=http://admin.brightcove.com&domain=embed&autoStart=false&" base="admin.brightcove.com" name="flashObj" width="988" height="550" seamlesstabbing="false" type="application/x-shockwave-flash" swLiveConnect="true" pluginspage="www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
Would love to have the ability to add the videos from this place into my joomla site.. a hearty pat on the back to the joomlaworks team. for creating the best plugin's on the planet.
I would like to know this as well...
I have a custom player/wrapper (swf) for videos and the video ids are called in the embed html. I'd like to create a custom {tag} so I could just use the video ids in my joomla posts.
Please Log in or Create an account to join the conversation.
- dax702
-
- Offline
- Senior Member
- Posts: 44
I gave it a shot by looking at the syntax in the file, but didn't have much luck at all with this:
"brightcove" => array("<embed src=\"http://www.brightcove.tv/playerswf\"
bgcolor=\"#FFFFFF\"
flashVars=\"initVideoId=***code***&servicesURL=http://www.brightcove.tv&viewerSecureGatewayURL=https://www.brightcove.tv&cdnURL=http://admin.brightcove.com&autoStart=false\"
base=\"http://admin.brightcove.com\" name=\"bcPlayer\" style=\"".$width."
".$height."\" " allowFullScreen=\"true\" allowScriptAccess=\"always\"
seamlesstabbing=\"false\" type=\"application/x-shockwave-flash\"
swLiveConnect=\"true\"
pluginspage=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"
/>", "{brightcove}(.*?){/brightcove}#s") ,
Please Log in or Create an account to join the conversation.
- kipkay
-
- Offline
- New Member
- Posts: 2
Please Log in or Create an account to join the conversation.
- joymonkey
-
- Offline
- New Member
- Posts: 5
"brightcove" => array("<embed src=\"http://www.brightcove.tv/playerswf?initVideoId=***code***&servicesURL=http://www.brightcove.tv&viewerSecureGatewayURL=https://www.brightcove.tv&cdnURL=http://admin.brightcove.com&autoStart=false\" swLiveConnect=\"true\" base=\"http://admin.brightcove.com\" name=\"bcPlayer\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" style=\"".$width." ".$height."\"></embed>", "#{brightcove}(.*?){/brightcove}#s") ,
Enjoy!
Please Log in or Create an account to join the conversation.
- dax702
-
- Offline
- Senior Member
- Posts: 44
Please Log in or Create an account to join the conversation.