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
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.
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
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
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
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
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
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?
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
It is Jw 4.2.90 ...
Then that code should work. What's your URL?
vShare Solutions
Custom vShare Modules and Services
Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!
Bookmarks