Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...how to add .swf in DDN predefined itemhow to add .swf in DDN predefined item
Previous
 
Next
New Post
10/27/2009 9:06 PM
 

Sebastian Leupold wrote

what is the content of the XML file - does it correspond to the object settings in HTML source code?

The content of XML file is this;

<?xml version="1.0" encoding="UTF-8"?>
<news>
    <item readMore="true"  url="http://flashden.net/"  title="Mio TITOLO 1" description="MIA DESCRIZIONE 1" date="October 25"></item>
    <item readMore="false"  url="http://flashden.net/"  title="my title 2" description="my description 2" date="October 26"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 3" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit." date="October 27"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 4" description="my description 4" date="October 28"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 5" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus." date="October 29"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 6" description="my description 6" date="October 30"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 7" description="my description 7" date="October 31"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 8" description="Lorem ipsum dolor sit amet." date="November 01"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 9" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus." date="November 02"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 10" description="my description 10" date="November 03"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 11" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit." date="November 04"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 12" description="my description 1" date="November 05"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 13" description="my description 2" date="November 06"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 14" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac,vestibulum sed, auctor vitae, metus." date="November 07"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 15" description="my description 4" date="November 08"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 16" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus." date="November 09"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 17" description="my description 6" date="November 10"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 18" description="my description 7" date="November 11"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 19" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus." date="November 12"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 20" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus." date="November 13"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 21" description="my description 10" date="November 14"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 22" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus." date="November 15"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 23" description="my description 1" date="November 15"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 24" description="my description 2" date="November 16"></item>
    <item readMore="true"  url="http://flashden.net/"  title="my title 25" description="Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus.Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In lorem sem, fringilla ac, vestibulum sed, auctor vitae, metus." date="November 17"></item>
</news>

---------

I don't know if it correspond to the object settings in HTML source code. I Know thath this file works correctly with file main.fwf

Thanks

 
New Post
10/27/2009 9:19 PM
 

 ok, this looks like data for the flash object, which needs to be in same folder as .swf file itself, afaik


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
10/28/2009 5:13 AM
 

Sebastian Leupold wrote

 ok, this looks like data for the flash object, which needs to be in same folder as .swf file itself, afaik

The file. xml is in the same folder of the file. swf.

It seems that the browser does not read the XML file

may be a problem of permission?

Thanks, You are very kind :-)

 

 
New Post
10/28/2009 12:00 PM
 

Hi,

confirmed.The Module Text/Html  cannot read the XML file. I have tried to do a test directly on SWF files and makes the same error if rename the XML file.

What can I do?

Thanks

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...how to add .swf in DDN predefined itemhow to add .swf in DDN predefined item


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out