Forum Moderators: coopster
The problem is that, when it is displayed through ajax ie immediately after saving, the video appears and can be played. But when the page is refreshed and the script is taken from the database and 'echo'-ed, it tells me that I dont have a plugin to play the video. When I click 'download plugin', the browser gives a msg
'No plugins found
Unknown plugin (text/html)'
I am facing this problem online only and not on wamp..
Unable to figure out the problem ?
Kindly help
so what do you do with that code?
just present it as is?
yes I am putting the code as it is inside a div...
the same code(ie from youtube) is placed appended to a dummy div by jquery on completion of the ajax request..
This way, there are no issues..
I am unable to figure out any difference between surrounding code inthe two places..
from database, its
<div> <?php echo $row['youtube']; ?> </div>
in ajax, it is
$('#dummy').append('<div>'+youtube+'</div>');
the above code is not as it is, i have skipped the id and class
@jdmorgan .. can anything be done about it? Also, there is no problem offline (wamp) ..