I am having trouble with the two module solution because subscribers are also registered users. So, both modules show up and thus both movies display for subscribers. The non-premium movie should not display for subscribers.
This is why I thought I could use a bit of javascript in a txt/html module. Currently within a txt/html module I am passing some variables to my flash movie.embed src="https://www.dnncreative.com/Portals/0/movie.swf?var1=ch01&var2=2&var3=[User:FirstName]I would like to be able to send the flash movie a tag that indicated if the user is a subscriber from an txt/html module. This is where I am a bit stuck.
var4= [subscriber or not??]
ok... at first I was a bit intimidated by the prospect of making a module! Geez... it is "SuperSimple" to do that. Thank you for the files to look at... I was able to do what you suggested and here is the code: