Login     Sign up
IFRAME Embed video
ibuxas as (@ibuxas)
Join date: Sep 5th 2010
Community posts: 7
View Profile
Send Message

How To Embed Videos with IFRAMEs ? looks like it tryed all i just can make working , thanks for help

177 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

The easiest way is to convert your video first to .flv (there is plenty of free converters) then embet it just like the adobe flash .swf the flash player in your client browser will do the work!!!! simple hah

177 months ago
ibuxas as (@ibuxas)
Join date: Sep 5th 2010
Community posts: 7
View Profile
Send Message

yes if i do have file its will work like u say , but look at code <iframe style='overflow: hidden; border: 0; width: 720px; height: 461px' src='http://stagevu.com/embed?width=720&height=405&background=000&uid=srpfmbeqxlwe' scrolling='no'></iframe> . like you see i dont have file on my servers and i dont wonna to . so how i can make it work ;)

177 months ago
ibuxas as (@ibuxas)
Join date: Sep 5th 2010
Community posts: 7
View Profile
Send Message

iframe its just not wonna work , and is it posoble to make embend insted of iframe ?

177 months ago
ibuxas as (@ibuxas)
Join date: Sep 5th 2010
Community posts: 7
View Profile
Send Message

oh sorry about it u dont know what sevrer i do have ^^

177 months ago
ibuxas as (@ibuxas)
Join date: Sep 5th 2010
Community posts: 7
View Profile
Send Message

<p>
<object id="MediaPlayer1" classid="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95" width="280" height="256" codebase="[url]http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"[/url] standby="Loading Microsoft Windowsยฎ Media Player components..." type="application/x-oleobject">
<param name="fileName" value="[url]http://n60.stagevu.com/v/4d9803dd5faa05ccba2b2819b93ed4f7/srpfmbeqxlwe.avi"[/url] />
<param name="animationatStart" value="true" />
<param name="transparentatStart" value="true" />
<param name="autoStart" value="true" />
<param name="showControls" value="true" />
<param name="Volume" value="-450" />
<embed type="application/x-mplayer2" width="280" height="256" src="[url]http://n60.stagevu.com/v/4d9803dd5faa05ccba2b2819b93ed4f7/srpfmbeqxlwe.avi"[/url] pluginspage="[url]http://www.microsoft.com/Windows/MediaPlayer/"[/url] name="MediaPlayer1" autostart="1" showcontrols="1" volume="-450"></embed>
</object>
</p>
just find a file you wonna and go for it :)

f you prefer to not have the player controls showing (visible), then change these lines...
Code wrote:
<param name="showControls" value="true">
showcontrols=1

to this instead...
Code wrote:
<param name="showControls" value="false">
showcontrols=0

sorry for idiet question :)

177 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

You have asked the question and answered it good !!!

what is the question again!!! what is not working???? every code you posted here I test and its working where is your question!!!!!

177 months ago
ibuxas as (@ibuxas)
Join date: Sep 5th 2010
Community posts: 7
View Profile
Send Message

i did answered me slef :) just now finded code :)sorry for disturbeing

177 months ago
adil (@adil)
Join date: May 9th 2010
Community posts: 202
View Profile
Send Message

[quote=ibuxas]yes if i do have file its will work like u say , but look at code <iframe style='overflow: hidden; border: 0; width: 720px; height: 461px' src='[url]http://stagevu.com/embed?width=720&amp;height=405&amp;background=000&amp;uid=srpfmbeqxlwe'[/url] scrolling='no'></iframe> . like you see i dont have file on my servers and i dont wonna to . so how i can make it work ;)[/quote]

this one is working very fine!!!!

177 months ago
AL (@switch48)
Join date: Sep 1st 2010
Community posts: 450
View Profile
Send Message

wow i didn't understand a thing you both said lol

177 months ago
ibuxas as (@ibuxas)
Join date: Sep 5th 2010
Community posts: 7
View Profile
Send Message

xD sorry it's my fault i was more talking to my self

177 months ago