PDA

View Full Version : Video Display Question


RichieBoy67
11-30-2011, 01:56 AM
I have a fairly simple problem here. I created an autoplay youtube widget but I want it to only play once per member log in so it will not replay every time they reload the page. I am having a hard time getting anything to work. Is there anyone that can help make this a bit easier for me?

Thanks,

Rich

--------------- Added 1322667465 at 1322667465 ---------------

Anyone?

Is this possible? I have tried using conditionals but cannot figure out how to get this to work. I really thought this would be a simple thing..

Thanks

kh99
12-01-2011, 11:32 PM
I guess you'd either need to set a cookie or save something to the database to remember whether or not it's been played. I imagine the cookie would be easier (if you can tolerate the fact that the video might play again if a user deletes their cookies).

RichieBoy67
12-02-2011, 02:25 AM
Thats a great idea but I have no idea how to accomplish that. lol Thank you so much for your reply. I really appreciate it.

Rich