Playing flv files in dnn
Last Post 03/20/2007 12:12 PM by Lee Sykes. 2 Replies.
Author Messages
whred5
Nuke Newbie
Nuke Newbie
Posts:7


--
03/20/2007 11:57 AM  
Hi
I am trying to add a repeating flv animated file to dnn. I have followed your tutorial "adding flash Games" and tweaked to suit the flv but the file does not animate??
I have also tried adding file via a media module but it only plays animation once then stops.
What is the best way to add a flv file?
many thanks
xnbacon
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
03/20/2007 12:04 PM  
Hello,

This page uses a flv in DNN:

http://www.thedemonbarbers.com/Defa...?tabid=166

It uses the following code placed in a Text / HTML module:


< object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pu...on=7,0,0,0" width="448" height="252" id="Launch_9mins_med" align="middle">
< param name="allowScriptAccess" value="sameDomain">
< param name="movie" value="http://www.thedemonbarbers.co.uk/fi...ns_med.swf" target="_blank" rel="nofollow">http://www.thedemonbarbers.co.uk/fi...ns_med.swf">
< param name="quality" value="high">
< param name="bgcolor" value="#FFFFFF">
< embed src="http://www.thedemonbarbers.co.uk/fi...ns_med.swf" target="_blank" rel="nofollow">http://www.thedemonbarbers.co.uk/fi...ns_med.swf" quality="high" bgcolor="#FFFFFF" width="448" height="252" name="Launch_9mins_med" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
< / object>

Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile
Lee Sykes
DNN Creative Staff
Nuke Master VI
Nuke Master VI
Posts:4945


--
03/20/2007 12:12 PM  
PS. I've added spaces in so that the forum displays the code
Lee Sykes
Site Administrator
Subscribe to the website : DotNetNuke Video Tutorials : The Skinning Toolkit : DotNetNuke Podcasts

Twitter: www.twitter.com/DNNCreative

Lee Sykes's Facebook Profile


---