Go Back   Agriya Infoway Forums > Agriya Software > FLV Player - Flash Based Video Player > Integrations

Reply
 
Thread Tools Display Modes

Embed-Code for External Site
  #1  
Old 03-20-2008, 10:00 AM
jbennert jbennert is offline
Junior Member
 
Join Date: May 2007
Posts: 12
Default Embed-Code for External Site

Dear Mr. Arun,

I tried to set up the embed-code like your example. Let me tell you that if I use your code in a local html-file on my computer at home, I can enter the path to a flv-video on a remote host and the video will play as expected. So the remote player at http://stemp.agriya.in/famous-locati.../flvplayer.swf will play the foreign video also the html-page is not on the "stemp.agriya.in"-server.

That is exactly what I am looking for.

But - it does not work with my flvplayer from my videosharing-site. Here is the code I am trying to embed the videos. Please have a look at it. Can it be, that my purchased Agriya-FLV-Player is not allowing this feature?

This is the code for my Player (video does not play):

<object width="480" height="360" data="http://chiemgauer.buerger.tv/flvplayer.swf" type="application/x-shockwave-flash"><param value="http://chiemgauer.buerger.tv/flvplayer.swf" name="movie"/><param value="sameDomain" name="allowScriptAccess"/><param name="allowFullScreen"value="true" /><param value="high" name="quality"/><param value="config=http://chiemgauer.buerger.tv/skin/flvplayer.php&url=http://mediaserver.buerger.tv/media/video/3846.flv" name="FlashVars"/></object>

This is the code for your Player (video does play):

<object width="252" height="192" data="http://stemp.agriya.in/famous-locations/skins/videos/flvplayer/flvplayer.swf" type="application/x-shockwave-flash"><param value="http://stemp.agriya.in/famous-locations/skins/videos/flvplayer/flvplayer.swf" name="movie"/><param value="sameDomain" name="allowScriptAccess"/><param name="allowFullScreen"value="true" /><param value="high" name="quality"/><param value="config=http://stemp.agriya.in/famous-locations/skins/videos/flvplayer.php?url=http://mediaserver.buerger.tv/media/video/3846.flv" name="FlashVars"/></object>

What do I have to do?
Reply With Quote

  #2  
Old 04-02-2008, 05:21 PM
a.arunonline a.arunonline is offline
Member
 
Join Date: Mar 2007
Posts: 92
Default

Hi Jbennert,

Sorry for the delayed response.
Can you please try like this?
<object width="252" height="192" data="http://stemp.agriya.in/famous-locations/skins/videos/flvplayer/flvplayer.swf" type="application/x-shockwave-flash"><param value="http://stemp.agriya.in/famous-locations/skins/videos/flvplayer/flvplayer.swf" name="movie"/><param value="sameDomain" name="allowScriptAccess"/><param name="allowFullScreen"value="true" /><param value="high" name="quality"/><param value="config=http://stemp.agriya.in/famous-locations/skins/videos/flvplayer.php?flv=http://mediaserver.buerger.tv/media/video/3846.flv" name="FlashVars"/></object>


Just change the "url" as "flv" and tell me what is happening..
Thanks

Quote:
Originally Posted by jbennert View Post
Dear Mr. Arun,

I tried to set up the embed-code like your example. Let me tell you that if I use your code in a local html-file on my computer at home, I can enter the path to a flv-video on a remote host and the video will play as expected. So the remote player at http://stemp.agriya.in/famous-locati.../flvplayer.swf will play the foreign video also the html-page is not on the "stemp.agriya.in"-server.

That is exactly what I am looking for.

But - it does not work with my flvplayer from my videosharing-site. Here is the code I am trying to embed the videos. Please have a look at it. Can it be, that my purchased Agriya-FLV-Player is not allowing this feature?

This is the code for my Player (video does not play):

<object width="480" height="360" data="http://chiemgauer.buerger.tv/flvplayer.swf" type="application/x-shockwave-flash"><param value="http://chiemgauer.buerger.tv/flvplayer.swf" name="movie"/><param value="sameDomain" name="allowScriptAccess"/><param name="allowFullScreen"value="true" /><param value="high" name="quality"/><param value="config=http://chiemgauer.buerger.tv/skin/flvplayer.php&url=http://mediaserver.buerger.tv/media/video/3846.flv" name="FlashVars"/></object>

This is the code for your Player (video does play):

<object width="252" height="192" data="http://stemp.agriya.in/famous-locations/skins/videos/flvplayer/flvplayer.swf" type="application/x-shockwave-flash"><param value="http://stemp.agriya.in/famous-locations/skins/videos/flvplayer/flvplayer.swf" name="movie"/><param value="sameDomain" name="allowScriptAccess"/><param name="allowFullScreen"value="true" /><param value="high" name="quality"/><param value="config=http://stemp.agriya.in/famous-locations/skins/videos/flvplayer.php?url=http://mediaserver.buerger.tv/media/video/3846.flv" name="FlashVars"/></object>

What do I have to do?
__________________
Thanks and Regards,

A.Arun,
Senior Flash Programmer,
Agriya Infoway Pvt Ltd,
Chennai
Reply With Quote

embed player
  #3  
Old 01-06-2009, 04:49 PM
keekee keekee is offline
Junior Member
 
Join Date: Dec 2008
Posts: 3
Question embed player

ok so where do you edit the embed code what file?
Reply With Quote

Embed code for elite player
  #4  
Old 09-09-2009, 11:27 AM
pratiksha pratiksha is offline
Junior Member
 
Join Date: Sep 2009
Posts: 1
Default Embed code for elite player

Hi there,

I am using elite player for my video related site. But the embed code that i got from documentation is not working for my site. I am trying following embed code for my site, but when i paste it on another html page, it just shows black screen with "Connection...Please wait..." text and nothing else.

<embed src="http://indiatube.demo2.complitech.net/Eliteplayer/flvplayer_elite.swf" flashvars="flv=http://indiatube.demo2.complitech.net/Eliteplayer/video.flv&autoplay=true&config=http://indiatube.demo2.complitech.net/Eliteplayer/skin/config.xml" quality="high" bgcolor="#000000" width="638" height="435" name="flvplayer_elite" align="middle" allowScriptAccess="sameDomain" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">

So please help me out to fix this issue, its very urgent

Thanks in advance
Pratiksha Gajjar
Reply With Quote

  #5  
Old 09-10-2009, 12:08 AM
ace ace is online now
Administrator
 
Join Date: Jan 2008
Location: Chennai, India
Posts: 366
Default

Hi, can you submit a support ticket to http://support.agriya.com, remember to include your invoice ID and your FTP details so a developer can take a look.

Peter
__________________
I'm the SEO & IM guy!

Isn't it time you upgraded your video sharing website to Rayzz?

Earn 15% commission on every Agriya product you sell! Join our affiliate program today
site
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT +5.5. The time now is 07:29 PM.


vBulletin skin developed by: eXtremepixels
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright 2000 - 2008