FusionCharts Forum: few MSColumn3D.swf with diferente xml data - FusionCharts Forum

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

few MSColumn3D.swf with diferente xml data

#1 User is offline   zozio 

  • Forum Newbie
  • Group: Members
  • Posts: 7
  • Joined: 05-February 09

Posted 05 February 2009 - 05:39 AM

I would like to make PP schow and i got a problem. How to insert in to Powerpoint 4 MSColumn3D chart with diferent XML data is it possible at all??

Help please.
-1

Other Replies To This Topic

#2 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1040
  • Joined: 18-March 08

Posted 05 February 2009 - 07:43 AM

Hi,
Yes, you could addmore than onecharts into PowerPoint, just need to provide different xml for the charts.
Please see the attached example, the same way chart another chart, provide its dataXML or dataURL value, run the slide show.

Attached File(s)


Regards,
Rahul Kumar
Software Engineer

A byte of magic.

 
0

Other Replies To This Topic

#3 User is offline   zozio 

  • Forum Newbie
  • Group: Members
  • Posts: 7
  • Joined: 05-February 09

Posted 05 February 2009 - 10:06 AM

Thanks for that.



But how can i make separate files data.xml in the same folder or how to force SWF file to searh xml file in a diferent folder or run the chart with the diferent name of xml file. I try this

Movie="file:///C:/Column3D.swf?DataURL=file:///C:/1/data1.xml but it dont work at all.
0

Other Replies To This Topic

#4 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1040
  • Joined: 18-March 08

Posted 05 February 2009 - 10:52 AM

Hi,



Could you please tell us what are you getting when you run the slide show(situation as per your previous post)?



Also please note that, you would need to set FrameNum=0 and Playing=True everytime, when you are re-playing the slide show.
Regards,
Rahul Kumar
Software Engineer

A byte of magic.

 
0

Other Replies To This Topic

#5 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1040
  • Joined: 18-March 08

Posted 05 February 2009 - 11:11 AM

Hi,



Please download this attachment, I have modified it as per your last post.

You would need to copy column3d.swf into C: and xml files into C:1 folder.



Please let us know the result.

Attached File(s)


Regards,
Rahul Kumar
Software Engineer

A byte of magic.

 
0

Other Replies To This Topic

#6 User is offline   zozio 

  • Forum Newbie
  • Group: Members
  • Posts: 7
  • Joined: 05-February 09

Posted 05 February 2009 - 11:19 AM

Ok every time when i open the properietes situation look's like this:

Posted Image



Then i change the settings fot this:



Posted Image



And its play corectly. The problem is the i need show 4 slides with the Column3D.swf on each slide, but each of them needs to have diferent XML file. What i know the charts working perfectly if the data.xml is in the same folder but when i change name for data1.xml chart don work, the same situation is when i try to move data.xml to difrent folder and in the properietes Column3D.swf i write location of this XML

(?DataURL=file:///C:/1/data1.xml)


its dont work.

So lets say the i got 1 Column3D.swf in the first slide (powerpoint 2003) and on second slide i got the same file. to the first one XML file will have name label.xml and to second one label1.xml. what shoul i do to force this first one to take data from label.xml and second Column3D.swf to take data from label1.xml.
0

Other Replies To This Topic

#7 User is offline   zozio 

  • Forum Newbie
  • Group: Members
  • Posts: 7
  • Joined: 05-February 09

Posted 05 February 2009 - 11:27 AM

:):D:D:D:D It's WORKING !!! Thanks guys .!!!!!!:w00t::w00t::w00t::w00t:
0

Other Replies To This Topic

#8 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1040
  • Joined: 18-March 08

Posted 05 February 2009 - 11:55 AM

Hi,



Could you please let us know what exactly you did in your last post, that it suddenly started working, and what about the second last post?
Regards,
Rahul Kumar
Software Engineer

A byte of magic.

 
0

Other Replies To This Topic

#9 User is offline   zozio 

  • Forum Newbie
  • Group: Members
  • Posts: 7
  • Joined: 05-February 09

Posted 05 February 2009 - 02:48 PM

When i start to write second post you answered before i finnish my post. Basically You give me a perfect axample. i only change the xml name and put it in to c:1 folder and it works. Whats is mo important i can use that SWF file many times in one presentation with a different data XML. Haw ever i got only one problem: do i have to every time before i start a presentation chage Nu frame to 0 and play to true?? is any way exists to make that two parameters constantly for walue 0 and true?? Second problem: If i will copy that presentation to flash disk or CD is it will work?? or i should do something to make it work??



BIG THANKS !!!
0

Other Replies To This Topic

#10 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1040
  • Joined: 18-March 08

Posted 06 February 2009 - 01:08 AM

Hi,
 
Good news, we have just sorted your the issue, and the sample PPT is attached.
Just create a data.xml file in your C:1 folder, that's all.
No need to do anything. and You will run the slideshow anywhere/in any PC (use it in CD/DVD, flash drive, etc).
 
Here is how you can do it by your self.
1. Add ShockWave Control to your slide.
2. Do this:
 
3. Now to overcome from the issue to set FrameNum=0 and Playing=True everytime when re-playing the slide show. Here is the solution.
 
  Press ALT+11. then double click on Slide1.
  Please see the screenshot:
 
In the above fig, you would need to write the following code in step 3.
 

Quote

Sub OnSlideShowPageChange()
Slide1.ShockwaveFlash1.FlashVars = "dataURL=file:///C:/1/data.xml&noCache=" & Timer
Slide1.ShockwaveFlash1.FrameNum = 0
Slide1.ShockwaveFlash1.Playing = True
End Sub
 
Now You are ready to run the Slide Show. No need to do anything extra. If you have more than one chart then, need to use Slide1.ShockwaveFlash2.* for second and chart Slide1.ShockwaveFlash3.* for third chart so on.
 
 

Attached File(s)


Regards,
Rahul Kumar
Software Engineer

A byte of magic.

 
0

Other Replies To This Topic

#11 User is offline   zozio 

  • Forum Newbie
  • Group: Members
  • Posts: 7
  • Joined: 05-February 09

Posted 06 February 2009 - 11:11 AM

ok Could somebody help me with this??



i got 2 Column3D.swf charts in the folder january09 and xml data in january09/1 and they work perfectly but i try to add FCF_MSLine.swf charts but it dont want to work at all.



Posted Image



Posted Image









this is the code in the data.xml:i remowed the <> sign because code wasn't shown on post



graph caption="Daily Visits" subcaption="(from 8/6/2006 to 8/12/2006)" hovercapbg="FFECAA" hovercapborder="F47E00" formatNumberScale="0" decimalPrecision="0" showvalues="0" numdivlines="3" numVdivlines="0" yaxisminvalue="1000" yaxismaxvalue="1800" rotateNames="1"

-

categories

category name="8/6/2006"/>

category name="8/7/2006"/>

category name="8/8/2006"/>

category name="8/9/2006"/>

category name="8/10/2006"/>

category name="8/11/2006"/>

category name="8/12/2006"/>

/categories>



dataset seriesName="Offline Marketing" color="1D8BD1" anchorBorderColor="1D8BD1" anchorBgColor="1D8BD1">

set value="1327"/>

set value="1826"/>

set value="1699"/>

set value="1511"/>

set value="1904"/>

set value="1957"/>

set value="1296"/>

/dataset>



dataset seriesName="Search" color="F1683C" anchorBorderColor="F1683C" anchorBgColor="F1683C">

set value="2042"/>

set value="3210"/>

set value="2994"/>

set value="3115"/>

set value="2844"/>

set value="3576"/>

set value="1862"/>

/dataset>



dataset seriesName="Paid Search" color="2AD62A" anchorBorderColor="2AD62A" anchorBgColor="2AD62A">

set value="850"/>

set value="1010"/>

set value="1116"/>

set value="1234"/>

set value="1210"/>

set value="1054"/>

set value="802"/>

/dataset>



dataset seriesName="From Mail" color="DBDC25" anchorBorderColor="DBDC25" anchorBgColor="DBDC25">

set value="541"/>

set value="781"/>

set value="920"/>

set value="754"/>

set value="840"/>

set value="893"/>

set value="451"/>

/dataset>

/graph>



And i only get the note "No data to display"



Anyone knows what i did wrong??
0

Other Replies To This Topic

#12 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1040
  • Joined: 18-March 08

Posted 06 February 2009 - 12:40 PM

Hi,

My previous post was just for FusionCharts V3 not for FusionCharts Free.

If you need to use it Free, then please use the code given below:

Quote

Sub OnSlideShowPageChange()
Slide1.ShockwaveFlash1.FlashVars = "dataURL=file:///C:/1/fdata.xml&noCache=" & Timer
Slide1.ShockwaveFlash1.Rewind
End Sub

Regards,
Rahul Kumar
Software Engineer

A byte of magic.

 
0

Other Replies To This Topic

#13 User is offline   zozio 

  • Forum Newbie
  • Group: Members
  • Posts: 7
  • Joined: 05-February 09

Posted 06 February 2009 - 03:36 PM

Thanx for you help. Now im searching best software to make prestentation more acractive. @ the moment im preparing SLA (serwice Lewel agreement) in 2 wersion:

Prewious one ( i mean copy the charts to PP )

and with you software.



If i make a good filling with animated charts i will buy the full version. How ever on this point im very imprest about the support and features of fiusion charts.



Thanx again
0

Other Replies To This Topic

#14 User is offline   Rahul Kumar 

  • Supreme Being
  • Group: Moderators
  • Posts: 1040
  • Joined: 18-March 08

Posted 06 February 2009 - 10:53 PM

Hi,
 
We are glad to help you.

Regards,
Rahul Kumar
Software Engineer

A byte of magic.

 
0

Other Replies To This Topic

#15 User is offline   Rajroop 

  • FusionCharts Team
  • PipPipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1803
  • Joined: 19-May 09

Posted 16 February 2010 - 03:34 AM

Hey there,



We've just released a new and free add-in for PowerPoint that lets you add FusionCharts very easily to your slides. Check out oomfo @ http://oomfo.com



Would love to have your feedback/suggestions. :)
Regards,

Rajroop Bhaduri

FusionCharts Team

Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/

Follow us @Twitter
0

Other Replies To This Topic

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic