When i play them on the site, they are able to go fullscreen, but when embeeded, they wont... Is that any limitation, or some misconfiguration?
I did put jw 4.0, but earlier, it did the same thing...
Thanks
Yose
Printable View
When i play them on the site, they are able to go fullscreen, but when embeeded, they wont... Is that any limitation, or some misconfiguration?
I did put jw 4.0, but earlier, it did the same thing...
Thanks
Yose
You need to add "allowfullscreen=true" to your object parameter.
Thanks for the fast answer, but where exactly do i put it?
(example link)
<object width="425" height="350" type="application/x-shockwave-flash" data="http://www.mywebsite.com/main/player/player.swf"><param name="movie" value="http://www.mywebsite.com/main/player/player.swf"><param name="flashvars" value="&file=http://www.mywebsite.com/main/flvideo/1227190362701587644.flv&height=350&image=http://www.mywebsite.com/main/thumb/16.jpg&width=425&location=http://www.mywebsite.com/main/player/player.swf&logo=http://www.mywebsite.com/main/templates/images/watermark.gif&link=http://www.mywebsite.com&linktarget=_blank"/></object>
And if in some video i dont want it, may i put false instead of true, or just erase that?
Thanks
You would put it into the "flashvars" section. Just append it and make it "&allowfullscreen=true".
It's going to be either an all or nothing change
So if i understood well, it would be like this, for example:
<object width="425" height="350" type="application/x-shockwave-flash" data="http://www.mywebsite.com/main/player/player.swf"><param name="movie" value="http://www.mywebsite.com/main/player/player.swf"><param name="flashvars" value="&allowfullscreen=true&file=http://www.mywebsite.com/main/flvideo/1227190362701587644.flv&height=350&image=http://www.mywebsite.com/main/thumb/16.jpg&width=425&location=http://www.mywebsite.com/main/player/player.swf&logo=http://www.mywebsite.com/main/templates/images/watermark.gif&link=http://www.mywebsite.com&linktarget=_blank"/></object>
The &allowfullscreen=true has some space between "&" and "allowfullscreen=true"?
No, Using your example, it would look like:
Code:<object width="425" height="350" type="application/x-shockwave-flash" data="http://www.mywebsite.com/main/player/player.swf"><param name="movie" value="http://www.mywebsite.com/main/player/player.swf"><param name="flashvars" value="file=http://www.mywebsite.com/main/flvideo/1227190362701587644.flv&allowfullscreen=true&height=350 ... and the rest goes on
Even that way still not going fullscreen...
I wrote: (...) name="flashvars" value="&file=http://www.mywebsite.com/main/flvideo/1227190362701587644.flv&allowfullscreen=true&heigh t=350&image=http://www.mywebsite.com/main/thumb/16 (...)
What am i missing?
Thanks
What version of the player are you using?
It is Jw 4.2.90 ...
Then that code should work. What's your URL?
Sent message to you,bplex. Thanks 4 your help
Found the problem. Allowfullscreen is a parameter. I sent you the code that you will need.
Problem solved!
I leave here the solution bplex sent me, so everybody may benefit:
As he told before, It is a parameter
Here is the example:
<object width="480" height="350" type="application/x-shockwave-flash" data="http://www.mywebsite.com/main/player/player.swf"><param name="movie" value="http://www.mywebsite.com/main/player/player.swf"><param name="allowfullscreen" value="true"><param name="flashvars" value="&file=http://www.mywebsite.com/main/flvideo/1227190362701587644.flv&height=350&image=http://www.mywebsite.com/main/thumb/16.jpg&width=480&location=http://www.mywebsite.com/main/player/player.swf&logo=http://www.mywebsite.com/main/templates/images/watermark.gif&link=http://www.mywebsite.com&linktarget=_blank"/></object>
Thank you , bplex
Which file I must edit for the embed code?
I think You must edit it in view_video.tpl