Re: [xwiki-users] Video inserting with JWPlayer doesn't works.

2012-04-23 Thread Alex
Hey, 

this is the link, where i saw how to embed a video in a website.

http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12538/supported-player-embed-methods
HERE 


Regards, Alex

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Video-inserting-with-JWPlayer-doesn-t-works-tp7479908p7491182.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Video inserting with JWPlayer doesn't works.

2012-04-23 Thread Marius Dumitru Florea
Here you go http://extensions.xwiki.org/xwiki/bin/view/Extension/JWPlayer+Macro
.

Enjoy,
Marius

On Mon, Apr 23, 2012 at 12:45 PM, Alex alex_...@gmx.de wrote:
 Hey,

 this is the link, where i saw how to embed a video in a website.

 http://www.longtailvideo.com/support/jw-player/jw-player-for-flash-v5/12538/supported-player-embed-methods
 HERE


 Regards, Alex

 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Video-inserting-with-JWPlayer-doesn-t-works-tp7479908p7491182.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Video inserting with JWPlayer doesn't works.

2012-04-20 Thread Marius Dumitru Florea
On Thu, Apr 19, 2012 at 12:39 PM, Alex alex_...@gmx.de wrote:
 Hey guys, I have a problem with the JW Player, that you can use for inserting
 videos into your pages.


 I tried it the first way of the guide, where you have to upload the two
 files (player.swf and jwplayer.js)

Which guide are you referring to? Can you give a link?

Thanks,
Marius

 to the server. I thought it could be the attachment files of the page.

 Than i tried to include the video, but it doesn't work.

 Can someone explain, how to work with the jw player in xwiki?

 Thanks

 --
 View this message in context: 
 http://xwiki.475771.n2.nabble.com/Video-inserting-with-JWPlayer-doesn-t-works-tp7479908p7479908.html
 Sent from the XWiki- Users mailing list archive at Nabble.com.
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Video inserting with JWPlayer doesn't works.

2012-04-19 Thread Alex
Hey guys, I have a problem with the JW Player, that you can use for inserting
videos into your pages.

I tried it the first way of the guide, where you have to upload the two
files (player.swf and jwplayer.js)
to the server. I thought it could be the attachment files of the page.

Than i tried to include the video, but it doesn't work.

Can someone explain, how to work with the jw player in xwiki?

Thanks

--
View this message in context: 
http://xwiki.475771.n2.nabble.com/Video-inserting-with-JWPlayer-doesn-t-works-tp7479908p7479908.html
Sent from the XWiki- Users mailing list archive at Nabble.com.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Video inserting

2012-02-08 Thread Joris Dirks
On Mon, Feb 6, 2012 at 1:14 PM, Alexander Adema alex_...@gmx.de wrote:
 Hey,

 the help was very good. Now i can see the window of the video.
 I now only have to install the missing plugin.
 I'm using Firefox 10.0

Missing plugin, is that the video player or the video codec? The need
to install a plugin varies from browser to browser. The most common
way to present video nowadays is with a Flash video because most
people have the Flash plugin, but that's probably beyond the scope of
this mailinglist (you can google for JWplayer!).
In the future, I hope HTML5 video will be default. I think JWplayer
offers a way to embed HTML5 video with Flash fallback.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Video inserting

2012-02-06 Thread Joris Dirks
On Mon, Feb 6, 2012 at 8:02 AM, Alexander Adema alex_...@gmx.de wrote:

 I tried your way of inserting the video. But the wiki page doesnt shows a 
 windows with the video.

 My code was relativly easy:

 {{html}}
 embed src=Video.AVI/embed
 {{/html}}

 Could it be possible that the format of the video is wrong?
 I know that there are some macro like the video macro that only works for 
 googlevideo or youtube.

If the format of the video is wrong, you should at least get an error message.

Does the code you put in exactly src=Video.AVI or was that just a
simplification?
When you use src=Video.AVI without path, it looks for Video.AVI in
/xwiki/bin/view/Example/ when your page is
/xwiki/bin/view/Example/Videotest.
If the file is an attachment for that page, I think you should link to
src=/xwiki/bin/download/Example/Video.AVI.

Hope that helps!
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Video inserting

2012-02-06 Thread Marius Dumitru Florea
On Mon, Feb 6, 2012 at 9:02 AM, Alexander Adema alex_...@gmx.de wrote:
 Hey Guillaume,

 first of all, thanks for your help!

 I tried your way of inserting the video. But the wiki page doesnt shows a 
 windows with the video.

 My code was relativly easy:

 {{html}}
 embed src=Video.AVI/embed
 {{/html}}

This kind of works for me on Firefox 10:

--8--
{{velocity}}
{{html}}
embed src=$doc.getAttachmentURL('test.avi')/embed
{{/html}}
{{/velocity}}
--8--

I haven't tested with a real movie (I haven't attached any test.avi to
my page) but I get the black video window with the playback controls.

Hope this helps,
Marius


 Could it be possible that the format of the video is wrong?
 I know that there are some macro like the video macro that only works for 
 googlevideo or youtube.

 My video on itself is not bigger than 7MB.

 Alex



  Original-Nachricht 
 Datum: Thu, 2 Feb 2012 16:29:09 +0100
 Von: Guillaume Lerouge guilla...@xwiki.com
 An: XWiki Users users@xwiki.org
 Betreff: Re: [xwiki-users] Video inserting

 Hi Alex,

 that depends on whether your browser has the right plugin to read the
 video
 you uploaded.

 You can try the following:

    - Attach your file to a wiki page
    - Edit the page in wiki edition mode
    - Make sure your embed tag is within the {{html}} macro
    (doc here:
    http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro )

 This should work if your video is not too big.

 Guillaume

 On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema alex_...@gmx.de wrote:

  Hey,
 
  this is my first post and i hope to nothing wrong.
  I know that ther is a macro for linking up a video in xwiki-sides from
  other sources like youtube or something else.
 
  But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by
 using
  the attachment selection?
 
  I've tried to put it with some html-code with embed... but that won't
  work.
 
  Thanks for your help!!!
 
  Alex
  --
  Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
  belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

 --
 Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
 belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Video inserting

2012-02-06 Thread Alexander Adema
Hey,

the help was very good. Now i can see the window of the video. 
I now only have to install the missing plugin.
I'm using Firefox 10.0

Thanks a lot for your help! 
Now i can put my videos in the pages. :-)

Greats

Alex

 Original-Nachricht 
 Datum: Mon, 6 Feb 2012 13:16:31 +0200
 Von: Marius Dumitru Florea mariusdumitru.flo...@xwiki.com
 An: XWiki Users users@xwiki.org
 Betreff: Re: [xwiki-users] Video inserting

 On Mon, Feb 6, 2012 at 9:02 AM, Alexander Adema alex_...@gmx.de wrote:
  Hey Guillaume,
 
  first of all, thanks for your help!
 
  I tried your way of inserting the video. But the wiki page doesnt shows
 a windows with the video.
 
  My code was relativly easy:
 
  {{html}}
  embed src=Video.AVI/embed
  {{/html}}
 
 This kind of works for me on Firefox 10:
 
 --8--
 {{velocity}}
 {{html}}
 embed src=$doc.getAttachmentURL('test.avi')/embed
 {{/html}}
 {{/velocity}}
 --8--
 
 I haven't tested with a real movie (I haven't attached any test.avi to
 my page) but I get the black video window with the playback controls.
 
 Hope this helps,
 Marius
 
 
  Could it be possible that the format of the video is wrong?
  I know that there are some macro like the video macro that only works
 for googlevideo or youtube.
 
  My video on itself is not bigger than 7MB.
 
  Alex
 
 
 
   Original-Nachricht 
  Datum: Thu, 2 Feb 2012 16:29:09 +0100
  Von: Guillaume Lerouge guilla...@xwiki.com
  An: XWiki Users users@xwiki.org
  Betreff: Re: [xwiki-users] Video inserting
 
  Hi Alex,
 
  that depends on whether your browser has the right plugin to read the
  video
  you uploaded.
 
  You can try the following:
 
     - Attach your file to a wiki page
     - Edit the page in wiki edition mode
     - Make sure your embed tag is within the {{html}} macro
     (doc here:
     http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro )
 
  This should work if your video is not too big.
 
  Guillaume
 
  On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema alex_...@gmx.de
 wrote:
 
   Hey,
  
   this is my first post and i hope to nothing wrong.
   I know that ther is a macro for linking up a video in xwiki-sides
 from
   other sources like youtube or something else.
  
   But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by
  using
   the attachment selection?
  
   I've tried to put it with some html-code with embed... but that
 won't
   work.
  
   Thanks for your help!!!
  
   Alex
   --
   Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
   belohnen Sie mit bis zu 50,- Euro!
 https://freundschaftswerbung.gmx.de
   ___
   users mailing list
   users@xwiki.org
   http://lists.xwiki.org/mailman/listinfo/users
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 
  --
  Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
  belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Video inserting

2012-02-05 Thread Alexander Adema
Hey Guillaume,

first of all, thanks for your help!

I tried your way of inserting the video. But the wiki page doesnt shows a 
windows with the video.

My code was relativly easy:

{{html}}
embed src=Video.AVI/embed
{{/html}}

Could it be possible that the format of the video is wrong?
I know that there are some macro like the video macro that only works for 
googlevideo or youtube.

My video on itself is not bigger than 7MB.

Alex



 Original-Nachricht 
 Datum: Thu, 2 Feb 2012 16:29:09 +0100
 Von: Guillaume Lerouge guilla...@xwiki.com
 An: XWiki Users users@xwiki.org
 Betreff: Re: [xwiki-users] Video inserting

 Hi Alex,
 
 that depends on whether your browser has the right plugin to read the
 video
 you uploaded.
 
 You can try the following:
 
- Attach your file to a wiki page
- Edit the page in wiki edition mode
- Make sure your embed tag is within the {{html}} macro
(doc here:
http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro )
 
 This should work if your video is not too big.
 
 Guillaume
 
 On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema alex_...@gmx.de wrote:
 
  Hey,
 
  this is my first post and i hope to nothing wrong.
  I know that ther is a macro for linking up a video in xwiki-sides from
  other sources like youtube or something else.
 
  But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by
 using
  the attachment selection?
 
  I've tried to put it with some html-code with embed... but that won't
  work.
 
  Thanks for your help!!!
 
  Alex
  --
  Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
  belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
  ___
  users mailing list
  users@xwiki.org
  http://lists.xwiki.org/mailman/listinfo/users
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users

-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Video inserting

2012-02-02 Thread Guillaume Lerouge
Hi Alex,

that depends on whether your browser has the right plugin to read the video
you uploaded.

You can try the following:

   - Attach your file to a wiki page
   - Edit the page in wiki edition mode
   - Make sure your embed tag is within the {{html}} macro
   (doc here:
   http://extensions.xwiki.org/xwiki/bin/view/Extension/HTML+Macro )

This should work if your video is not too big.

Guillaume

On Wed, Jan 25, 2012 at 1:23 PM, Alexander Adema alex_...@gmx.de wrote:

 Hey,

 this is my first post and i hope to nothing wrong.
 I know that ther is a macro for linking up a video in xwiki-sides from
 other sources like youtube or something else.

 But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by using
 the attachment selection?

 I've tried to put it with some html-code with embed... but that won't
 work.

 Thanks for your help!!!

 Alex
 --
 Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
 belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
 ___
 users mailing list
 users@xwiki.org
 http://lists.xwiki.org/mailman/listinfo/users
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Video inserting

2012-01-25 Thread Alexander Adema
Hey,

this is my first post and i hope to nothing wrong.
I know that ther is a macro for linking up a video in xwiki-sides from other 
sources like youtube or something else.

But how can i put my own video (.avi, .mpeg, etc.) on a wiki side by using the 
attachment selection?

I've tried to put it with some html-code with embed... but that won't work.

Thanks for your help!!!

Alex
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users