Page view counter

Flash problem on Text/HTML module

Last post 09-06-2005 11:28 PM by J7Mitch. 7 replies.

Sort Posts:

  • Flash problem on Text/HTML module

    05-19-2005, 9:17 PM
    • Loading...
    • chalo
    • Joined on 09-13-2002, 8:43 PM
    • Posts 41
    • Points 205

    Hi, I thought that maybe it was better to start a new thread to catch more attention.

    In general it seems as flash object do not render on DNN3.0.13...(Strange since the flash in the skin provided does) I have tried the code below using a Text/Html module and the page doesn't finish loading.... The same code in DNN2.1.12 works perfectly.

    ======== Code for Text/HTML module =====

    <OBJECT width="500" height="300" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><br/> <param name="src" value="/portals/0/Splash.swf"><br /> <param name="CONTROLLER" value="False"><br /> <param name="LOOP" value="True"><br /> <param name="PLAY" value="True"><br /> <EMBED height="300" width="500" src="/portals/0/Splash.swf" PLAY="True" LOOP="True" CONTROLLER="False" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"><br/> </EMBED><br /></OBJECT>

    =================================

    Anybody seen this? Any work around... I have to finish a splash screen as of yesterday.

    Chalo

  • Re: Flash problem on Text/HTML module

    05-19-2005, 10:45 PM
    • Loading...
    • J7Mitch
    • Joined on 10-19-2002, 1:23 PM
    • Posts 2,632
    • Points 13,145
    • TrustedFriends-MVPs

    This thread may help  http://forums.asp.net/880026/ShowPost.aspx

     

    John M.

    DotNetNuke Module for Performance
  • Re: Flash problem on Text/HTML module

    05-19-2005, 11:09 PM
    • Loading...
    • chalo
    • Joined on 09-13-2002, 8:43 PM
    • Posts 41
    • Points 205

    Thank you John! 

    Now it is working... The problem was that I was using relative paths and it seems as in this version of DNN you have to use full paths...

    Cheers,

    Chalo

  • Re: Flash problem on Text/HTML module

    05-20-2005, 9:24 AM
    • Loading...
    • Noel Jerke
    • Joined on 03-14-2003, 5:27 PM
    • Texas
    • Posts 102
    • Points 510

    I think your issue may be related to finding the right folder where the flash is located.  Especially now with friendly URLs.  The page just spinning and never loading is a classic sign that it can't find the flash.  My suggestion is that you fully qualify the URL where the flash is located (e.g. http://www.mysite.com/portals/1/myflash.swf")

    Good luck!

    Noel
    Have you checked out www.dnngurus.com?
  • Re: Flash problem on Text/HTML module

    09-06-2005, 9:17 AM
    • Loading...
    • fabianus76
    • Joined on 05-16-2005, 6:00 AM
    • Paris
    • Posts 357
    • Points 1,519
    Hi,


    I try to load a flash file (swf) as a logo in the site settings. But the flash animation does not show up instead there is a red cross as if the file was not found. But I did upload the file with the upload-tool.

    Thank you very much for any advice.

    Regards,
    Fabian

  • Re: Flash problem on Text/HTML module

    09-06-2005, 3:13 PM
    • Loading...
    • J7Mitch
    • Joined on 10-19-2002, 1:23 PM
    • Posts 2,632
    • Points 13,145
    • TrustedFriends-MVPs
     fabianus76 wrote:
    Hi, I try to load a flash file (swf) as a logo in the site settings. But the flash animation does not show up instead there is a red cross as if the file was not found. But I did upload the file with the upload-tool. Thank you very much for any advice. Regards, Fabian


    I'm pretty sure that won't work.  You need to specify your flash movie object with html, and the logo setting is for images which creates an img tag. 
    I'm surprised that you would even be able to select it from the logo drop-down.

    John M.

    DotNetNuke Module for Performance
  • Re: Flash problem on Text/HTML module

    09-06-2005, 4:36 PM
    • Loading...
    • fabianus76
    • Joined on 05-16-2005, 6:00 AM
    • Paris
    • Posts 357
    • Points 1,519
    Hi J7Mitch,

    thank you for the feedback.

    what about using the banners for this?

    I tried it but if I use a banner with type "Banner" and I define a swf-file it does not show up anything (not even the red cross).

    Thank you for any further advice.

    Regards,
    Fabian

  • Re: Flash problem on Text/HTML module

    09-06-2005, 11:28 PM
    • Loading...
    • J7Mitch
    • Joined on 10-19-2002, 1:23 PM
    • Posts 2,632
    • Points 13,145
    • TrustedFriends-MVPs

    Your best bet is to do this in a skin.  Banners will have the same issue as the logo.

    If you follow that link I posted earlier it has plenty of examples of how to embed a flash movie in your skin.

    There is also an example in Nina's core skin which you can get here:

    http://www.xd.com.au/free+dnn3+skins.xd

    John M.

    DotNetNuke Module for Performance
Page 1 of 1 (8 items)