By Vivekdrupal on
I have flashvideo installed and working fine.
Now i would like to use lightbox2 to display the video in product page (using ubercart)
<a href="?q=node/34/flashvideo" rel="lightframe">Video</a>
The above code returns a lightbox with the whole page. I need only the video from that page.
Also [thumbnail] is not working in product page.
Looking for some help here
Vivek
Comments
Anyone?
Is there Anyone to help me out here?
I haven't tried it myself
I haven't tried it myself with a video, but have you checked the README? Perhaps it can help you:
love, light n laughter
This works fine
This works fine, but when i access the uploaded file (Flashvideo), i am not able to do that.
Let me know
Sorry, I don't think I
Sorry, I don't think I understand your question. Please clarify again what matters, whether accessing the file directly through the url, displaying on the lightbox or ...?
BTW, are you using flashvideo and lightbox2 modules altogether?
love, light n laughter
My question is
I am using flashvideo to upload and convert the videos.
So now the videos can be displayed in the node using [video]. here it works, the video is displayed.
I want that video to be displayed in a lightbox2. When i try doing
<a href="?q=/node/32/lightbox2" rel="lightframe">Video1</a>I got the lightbox2, but the content loaded in it is the whole page (node/32) with no side bar. But i wanted only the video.
Thanks
I see. Have you tried
I see. Have you tried changing rel="lightframe "to rel="lightvideo" as suggested by the above mentioned README?
love, light n laughter
I got it worked
I tried it, but that dint work.
But i made this working by different way. This is wat i did.
i added a file called page-node-fvideo.tpl.php in my theme folder and added this code
Also changed "flashvideo-thumbnail.tpl.php" in flashvideo module folder.
TO
Now when you call [thumbnail] on anynode which has video. that will display a thumbnail which on click will lead to lightbox with the video in it.
Thanks for the help gausarts.
Anyone Any help regarding this, let me know i can help you out.
Vivek