[openmeetings-user] Export files (swf missing)

2011-06-14 Thread Guillaume
Hi Sebastian,

I want to know if i can refer on the method in WhiteboardMapToSVG for 
graphtype (image) in order to implement the swf's method which missing.

Or is there other parameters which have forgotten ?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/xqZZyUdnEdEJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread seba.wag...@gmail.com
no,

it is similar to an image thats right ... but of course you need to
extract the image from the original PDF the swf is generated from.


Sebastian

2011/6/14 Guillaume guiguinie...@gmail.com:
 Hi Sebastian,

 I want to know if i can refer on the method in WhiteboardMapToSVG for
 graphtype (image) in order to implement the swf's method which missing.

 Or is there other parameters which have forgotten ?

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/openmeetings-user/-/xqZZyUdnEdEJ.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.




-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread Guillaume
Ok for this part i'll use the graphtype (swf) of course.

If I write this method, it will be necessary in ExporttoImage to convert the 
svg in pdf ?

I have found a libray named svg2pdf..it might be work.

What do you think?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/4WMlLPxF6awJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread seba.wag...@gmail.com
there is already a PDF export for SVG implemented.

Sebastian

2011/6/14 Guillaume guiguinie...@gmail.com:
 Ok for this part i'll use the graphtype (swf) of course.

 If I write this method, it will be necessary in ExporttoImage to convert the
 svg in pdf ?

 I have found a libray named svg2pdf..it might be work.

 What do you think?

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/openmeetings-user/-/4WMlLPxF6awJ.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.




-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread Guillaume
Yes I make a mistake.

Also, for the graphObject in WhiteboardMaptoSVG, how do you match the 
elements ?

For example , how do you know that the room correspond to the 6th element of 
Graph Object and fileItemName to the 3rd element of GraphObject.

I just know that in client side there is an array named basedactionlist 
which corresponds to all the whiteboard objects.

I'll would like understand better in order to implement the method for swf.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/gEYDINniso0J.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re: Re : Re: Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread seba.wag...@gmail.com
this is the array for SWF:
http://code.google.com/p/openmeetings/source/browse/trunk/singlewebapp/WebContent/openmeetings/modules/conference/whiteboard/base/baseDrawObject.lzx#281

Sebastian

2011/6/14 Guillaume guiguinie...@gmail.com:
 Yes I make a mistake.

 Also, for the graphObject in WhiteboardMaptoSVG, how do you match the
 elements ?

 For example , how do you know that the room correspond to the 6th element of
 Graph Object and fileItemName to the 3rd element of GraphObject.

 I just know that in client side there is an array named basedactionlist
 which corresponds to all the whiteboard objects.

 I'll would like understand better in order to implement the method for swf.

 Thanks

 --
 You received this message because you are subscribed to the Google Groups
 OpenMeetings User group.
 To view this discussion on the web visit
 https://groups.google.com/d/msg/openmeetings-user/-/gEYDINniso0J.
 To post to this group, send email to openmeetings-user@googlegroups.com.
 To unsubscribe from this group, send email to
 openmeetings-user+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/openmeetings-user?hl=en.




-- 
Sebastian Wagner
http://www.webbase-design.de
http://openmeetings.googlecode.com
http://www.wagner-sebastian.com
seba.wag...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.



Re : Re: Re : Re: Re : Re: [openmeetings-user] Export files (swf missing)

2011-06-14 Thread Guillaume
Ok thanks a lot Sebastian.

-- 
You received this message because you are subscribed to the Google Groups 
OpenMeetings User group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/YZaj7EOHYIYJ.
To post to this group, send email to openmeetings-user@googlegroups.com.
To unsubscribe from this group, send email to 
openmeetings-user+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.