• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » Embedding Streaming Video From Rackspace Cloud Files in WordPress

By Abhishek Ghosh August 23, 2012 6:29 pm Updated on October 26, 2014

Embedding Streaming Video From Rackspace Cloud Files in WordPress

Advertisement

Embedding Streaming Video From Rackspace Cloud Files in WordPress needs few copy paste and click works to properly show on your webpage without any plugin. Most of us do not need to insert videos on every articles, so embedding Streaming Video From Rackspace Cloud Files in WordPress without using any plugin is reasonable.

 

Needs for Embedding Streaming Video From Rackspace Cloud Files in WordPress

 

For embedding Streaming Video From Rackspace Cloud Files in WordPress, you need :

 

  • A good stable software that is capable to handle Akamai’s CDN’s Embedding Streaming Video feature
  • A good software to upload these files of the software, we will use Cyberduck
  • A good quality video in swf format

 

Some Must Read Articles on Embedding Streaming Video :

Advertisement

---

 

  • Using https URL of Rackspace Cloud Files for WordPress – To get the rough idea for usage of Cybeduck
  • Steaming Video – Article to increase your knowledge base !

 

Steps for Embedding Streaming Video From Rackspace Cloud Files in WordPress

 

We will use FlowPlayer as suggested by Rackspace Officially. Download these two files :

 

Vim
1
2
http://releases.flowplayer.org/swf/flowplayer-3.2.14.swf
http://flowplayer.org/demos/standalone/plugins/flash/config-embed.js

 

Save on your hard disk and now open Cyberduck software to open your containers. We will suggest to upload the three files (two are the above and third is the video itself) in different containers.

 

Embedding Streaming Video From Rackspace Cloud Files in WordPress

For the .js and .swf player files, we used the normal http url. Simply right click and hover on the Copy menu inside Cyberduck will give you the options.

 

For the third file, that is the video with .swf extension, if you can upload from Cyberduck just because it is big, use the Rackspace Cloud Files upload tool inside your Rackspace Cloud Account.

For this video file, we will copy the Streaming Video URL by right clicking and hovering on the Copy menu inside Cyberduck.

 

So we basically got three URLs.

The needed code for embedding Streaming Video From Rackspace Cloud Files in WordPress or any HTML page theoretically will be :

 

Vim
1
2
3
4
5
6
7
8
9
10
11
12
<object name="player" id="_fp_random-number"/>
<width="Real Width of Your Video" height="Real Height of Your Video"
<data="URL of the swf Player"
type="application/x-shockwave-flash">
<param value="true" name="allowfullscreen" />
<param value="always" name="allowscriptaccess" />
<param value="high" name="quality" />
<param value="transparent" name="wmode" />
<param name="movie" value="URL of the swf Video" />
<param value="config=URL of the  javascript"
name="flashvars" />
</object>

But we use scripted method for faster loading :

Demo with flv :

Your browser does not support the feature.

Note : We have no copyright over the video embeded in this webpage. It has been used as an example for Embedding Streaming Video From Rackspace Cloud Files in WordPress and is Copyright protected material of Raymond Limited, one of the most successful Indian Brand.

This Article Has Been Shared 991 Times!

Facebook Twitter Pinterest

Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to Embedding Streaming Video From Rackspace Cloud Files in WordPress

  • Downloading or Cloning a Full Website in OS X and Linux with wget

    Downloading or Cloning a Full Website in OS X and Linux with wget can make it fully static and you can deliver it from any CDN like Rackspace Cloud Files.

  • Optimizing Page Speed for Rackspace Cloud Sites Plus Google Page Speed

    Optimizing Page Speed for Rackspace Cloud Sites Plus Google Page Speed gives some tips with live examples how you can actually improve your page loading speed.

  • Optimizing Page Speed of vBulletin for Rackspace Cloud Sites

    Optimizing Page Speed of vBulletin for Rackspace Cloud Sites is hard even by a Page Speed Specialist because not really for Cloud. Still Let us try to optimize.

  • Install AjaXplorer on Rackspace Cloud Sites to Extract Zip Files

    Install AjaXplorer on Rackspace Cloud Sites to Extract Zip Files and manage files and folders on Browser with smooth Ajax powered Mac OS X like interface.

  • HyperDB and WordPress Setup For Rackspace Cloud Sites

    HyperDB and WordPress Setup For Rackspace Cloud Sites is a Guide for Getting a Scalable MySQL Database for WordPress on Cloud Sites using default DB.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Comments

  1. Avatarmai says

    November 12, 2012 at 1:56 pm

    Hi
    Thanks for the post!
    May I know what does this mean?

    Obviously, download the JQuery, js and upload in Rackspace Cloud Files to replace them and replace fullurl.flv to full path of your video. We are loading using the second method

    And I have the flow player files in my rackspace account
    it doesnt seem to work when i embed the code in WP, using my .flv video file in cloud files in Rackspace

    am I missing something?

    Any help is appreciated
    thanks alot

  2. AbhishekAbhishek says

    November 12, 2012 at 2:49 pm

    Definitely you should ask and and know !
    Perform an easy cheat to understand the thing, how ours is working :

    1. Open this webpage’s HTML source on any browser and search for the line – “Obviously, download the JQuery, js and upload in Rackspace Cloud Files to replace them and replace” (without the quotation marks).
    2. You will see that,

    scripttype=" text/javascript"

    starts just after it and ends just before the word “Note:”.
    3. Copy the whole code and Paste it on your WordPress test Post or Page writing pane in HTML mode. Save it and preview. It will work.
    4. It is obvious that you will change the CDN urls with yours one for the real.
    5. Do not switch form HTML mode to Visual after publishing.

    If does not work, do not hesitate to tell us.

  3. Avatarmai says

    November 12, 2012 at 3:38 pm

    Your comment is awaiting moderation.

    Ok,
    I was trying to search and look for a solution for days now
    didnt expect a replay thanks a lot, so please let me tell you

    Now I have cloud files in rackspace with my .flv videos
    I have a wordpress membership site
    i have added flowplayer plug in
    rackspace gives three types of video links, http, htpps, and streaming
    I tested the last two, it worked
    now my question is will it work in iOS?

    If I want to add the plugin flow player has;

    flash.flowplayer.org/plugins/javascript/ipad.html

    and the security one:

    flowplayer.org/plugins/streaming/secure.html

    where will i add them?
    in my wp server? (blue host) or where?

    and my steps r correct now?

    THANKS A LOT!

  4. AbhishekAbhishek says

    November 12, 2012 at 5:47 pm

    People do not answer, because they do not know the answer.

    The first thing is, the whole things are actually for Rackspace users (using server plus other services). This guide should work on any server Rackspace Cloud Files / Akamai CDN.

    Second is, iOS will definitely work. Use the HTTP url for normal usage as it will load faster than HTTPS, unless you have a website with HTTPS on. Streaming is optimized for streaming media, but HTTP will work too.

    Your steps are correct, but probably you (may be others too), needs more detailed guide. Please wait for 12-16 hours for a more detailed guide with video (I will try for the video part, if not only screen shot version for now.).

  5. Avatarmai says

    November 13, 2012 at 8:56 am

    Thanks a lot
    I tested the .flv in my iphone it didnt work. Maybe u r refering to .mp4 file in rackspace?

    what about the plug ins for flowplaer plz, any idea where shall I download them?

    THANKS for ir help and cooperation. Appreciated.

  6. AbhishekAbhishek says

    November 13, 2012 at 10:51 am

    You can read this updated latest post – http://thecustomizewindows.com/2012/11/rackspace-cloud-files-and-flowplayer-better-guide/
    iPhone / iOS wont work without change in the coding (see that post).
    Other points are mentioned there.

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (24.3K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • What is Configuration Management February 5, 2023
  • What is ChatGPT? February 3, 2023
  • Zebronics Pixaplay 16 : Entry Level Movie Projector Review February 2, 2023
  • What is Voice User Interface (VUI) January 31, 2023
  • Proxy Server: Design Pattern in Programming January 30, 2023

About This Article

Cite this article as: Abhishek Ghosh, "Embedding Streaming Video From Rackspace Cloud Files in WordPress," in The Customize Windows, August 23, 2012, February 6, 2023, https://thecustomizewindows.com/2012/08/embedding-streaming-video-from-rackspace-cloud-files-in-wordpress/.

Source:The Customize Windows, JiMA.in

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2023 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy

We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie SettingsAccept
Manage consent

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may affect your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. These cookies ensure basic functionalities and security features of the website, anonymously.
CookieDurationDescription
cookielawinfo-checkbox-analytics11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics".
cookielawinfo-checkbox-functional11 monthsThe cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional".
cookielawinfo-checkbox-necessary11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary".
cookielawinfo-checkbox-others11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other.
cookielawinfo-checkbox-performance11 monthsThis cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance".
viewed_cookie_policy11 monthsThe cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data.
Functional
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Analytics
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.
Advertisement
Advertisement cookies are used to provide visitors with relevant ads and marketing campaigns. These cookies track visitors across websites and collect information to provide customized ads.
Others
Other uncategorized cookies are those that are being analyzed and have not been classified into a category as yet.
SAVE & ACCEPT