hello,
I am trying to play a live stremining link on html component of a dynamic page, for that i added url in my content manager and write some player code to html component but it is not working can anyone help me, please!
What is not working?
Audio?
Your question is not enough to understand.
You can also share the page that you tried to embed.
actually i made a database having title, image , about and an html code in text property cell, as we use url which is saved in database to embed item in html component on dynamic page using following code:-
$w ( “#dynamicDataset” ). onReady ( () => {
const itemUrl = $w ( ‘#dynamicDataset’ ). getCurrentItem (). code ;
$w ( ‘#html1’ ). src = itemUrl
} );
} );
I want to use different html code for each item , I want when i open item the particular html code of that item which is saved in content manager(database)
will execute in html component.
this is my data structure, I want this html code will run when i reached on a particular item, Every item has different code, please help me, I am trying to find the solution of this from last four days , but i haven’t get any thing regarding this!
actually i made a database having title, image , about and an html code in text property cell, as we use url which is saved in database to embed item in html component on dynamic page using following code:-
$w ( “#dynamicDataset” ). onReady ( () => { const itemUrl = $w ( ‘#dynamicDataset’ ). getCurrentItem (). code ; $w ( ‘#html1’ ). src = itemUrl } );} );
I want to use different html code for each item , I want when i open item the particular html code of that item which is saved in content manager(database)
will execute in html component.