Click here to Skip to main content
15,889,909 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear All,
Need Some Guidenace.

I want to create IFRAME to embed the videos.

Scenario:
Take an example of the youtube videos.
You upload the videos on the youtube. Youtube generates Embed Code for the video. You can use embed code to emebed video in website.

I want the same thing.
I want to create Emebed codes when i upload videos to my server and I can use this code to embed video in my different website.

Currently i dont have Logic how to do it. If anyone can provide the direction i will work and if problem occurs i will post again..

Thanks
Nitin.
Posted
Updated 25-Apr-13 0:44am
v2
Comments
sri senthil kumar 25-Apr-13 7:06am    
This is pretty simple upload the video, create a unique id for each video and save them in that unique name itself. Then create a page which takes the video id as querystring. In page code behind write the logic to load the video with respect to the given id. You can use any players of your interest.
Is that making sense?
nitin bhoyate 25-Apr-13 7:31am    
But the Video will be uploaded on the different Server and Embed code can be used anywhere without requiring any code for player.

Just like Youtube. We dont need to code just place embed code and Player will be get automatically embed.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900