- Posts: 5
- Thank you received: 0
Hello,
First, I ma glad to say I bought your component and it is great. Expect a recommendation on Joomla.org as it is so simple compared to other stuff I saw.
I have now a question about the "link".
The link I want to use is a bit special.
Actually, the records I display are a special table containing records with videos url from youtube. Now, I want the videos to be displayed on MY site and not on Youtube.
The idea is to use the link in order to:
- get the video to youtube and
- launch the video in MY video component
So, it is more than just a link. The youtube component I use is the Viper Youtube Video Pro.
Do you see a way to help? Even if it means development?
Best,
Please Log in or Create an account to join the conversation.
Hi,
In that case I would suggest creatig a database view, where you create an embed code for your video, than use this view with Table JX and the videos will be displayed embeded into the table.
The sql for creating a view command will be something like
CREATE VIEW ViewName AS
SELECT field1, field2, field3,
CONCAT('<object width="560" height="315"><param name="movie" value="',
youtube_field,
'"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="',
youtube_field,
'" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>') AS youtube
FROM mytable
Please Log in or Create an account to join the conversation.
Hello,
Thank you for your answer.
I am not really sure this goes well with my plan...but can not elaborate here.
Is there a way to send you a private message? I need to elaborate more as I am looking for a skilled developer and you might be a great help.
Please Log in or Create an account to join the conversation.
Please contact us on This email address is being protected from spambots. You need JavaScript enabled to view it.
Please Log in or Create an account to join the conversation.