[flexcoders] Does anybody know why FlashPaper is not supported anymore and what to expect instead?

2008-12-23 Thread Sergey Kovalyov
Hi All!

Since FlashPaper is not supported anymore, integrating FlashPaper documents
into Flex application would still remain into the headache.

Yes, solution exists (
http://www.darronschall.com/weblog/2006/11/how-to-load-flashpaper-documents-in-flex-2.cfm),
but unfortunately it is not as transparent as it might be with AVM2 content,
since it uses LocalConnection for AVM1 and AVM2 crossscripting.

Maybe, Adobe plans to support PDF embedding into the Flash content? I do not
know...

Sergey.


RE: [flexcoders] Does anybody know why FlashPaper is not supported anymore and what to expect instead?

2008-12-23 Thread Alex Harui
FlashPaper as a means of cross-platform document presentation terminated in 
favor of Acrobat.  With it went the ability to embed documents into Flash/Flex, 
but the number of folks looking for this apparently hasn't been enough to cause 
any changes of plans here.

I doubt FlashPaper will ever be converted to AS3.  I don't think there are 
stated plans to do better integration of PDF into Flash, but AIR already 
supports it

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf 
Of Sergey Kovalyov
Sent: Tuesday, December 23, 2008 2:11 AM
To: flexcoders@yahoogroups.com; flexcompone...@yahoogroups.com
Subject: [flexcoders] Does anybody know why FlashPaper is not supported anymore 
and what to expect instead?

Hi All!

Since FlashPaper is not supported anymore, integrating FlashPaper documents 
into Flex application would still remain into the headache.

Yes, solution exists 
(http://www.darronschall.com/weblog/2006/11/how-to-load-flashpaper-documents-in-flex-2.cfm),
 but unfortunately it is not as transparent as it might be with AVM2 content, 
since it uses LocalConnection for AVM1 and AVM2 crossscripting.

Maybe, Adobe plans to support PDF embedding into the Flash content? I do not 
know...

Sergey.



[flexcoders] Re: Problem in FlashPaper - Convert PDF file to SWF in Web page

2008-05-15 Thread valdhor
As Alex asked, what specifically did not work? Did it throw an error?
What error? What were you trying to do that did not work? How were you
trying to do it? Could you post a snippet of code that does not work?


--- In flexcoders@yahoogroups.com, tatva28 [EMAIL PROTECTED] wrote:

 Thanks for replyng
 
 I am trying converting PDF file to SWF in Web page on the fly using
 Flash Paper and I write code for web appication but that didnt work,
 that same code working in Window applcation .why? can you guide me.
 
 Umesh





[flexcoders] Problem in FlashPaper - Convert PDF file to SWF in Web page

2008-05-14 Thread tatva28
I am converting PDF file to SWF in Web page on the fly using Flash
Paper and I write code for web appication but that didnt work but when
I write same code for window application that it works fine. what is
the problem with Web Page? Have you any solution? Have you any idea
how I can solved? Thanks in advance for support me. 

Umesh Prajapati ([EMAIL PROTECTED])



RE: [flexcoders] Problem in FlashPaper - Convert PDF file to SWF in Web page

2008-05-14 Thread Alex Harui
What didn't work?

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of tatva28
Sent: Tuesday, May 13, 2008 11:12 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Problem in FlashPaper - Convert PDF file to SWF in
Web page

 

I am converting PDF file to SWF in Web page on the fly using Flash
Paper and I write code for web appication but that didnt work but when
I write same code for window application that it works fine. what is
the problem with Web Page? Have you any solution? Have you any idea
how I can solved? Thanks in advance for support me. 

Umesh Prajapati ([EMAIL PROTECTED]
mailto:umesh.prajapati%40tatvasoft.com )

 



[flexcoders] Re: Problem in FlashPaper - Convert PDF file to SWF in Web page

2008-05-14 Thread tatva28
Thanks for replyng

I am trying converting PDF file to SWF in Web page on the fly using
Flash Paper and I write code for web appication but that didnt work,
that same code working in Window applcation .why? can you guide me.

Umesh 



[flexcoders] Convert PDF to FlashPaper

2007-11-10 Thread Kevin
How are people converting PDF's into FlashPaper documents on the  
server?  I am assuming that is what websites like scribd.com are  
doing.

Are there any tools out there that can help?

Thanks, Kevin


[flexcoders] Opening CFM disguised as Flashpaper SWF

2007-09-28 Thread Darren Houle

Not purely a Flex question, but came up as a result of building a Flex 
reporting component...
 
Using IE 6.0.2...
 
When I download http://myserver.com/index.htm with a SWF embedded in the HTML 
Flash works fine and runs the embedded SWF in the browser.
 
When I download http://myserver/filename.swf Flash also works fine and runs the 
SWF in the browser.
 
But when I download http://myserver/reportwrapper.cfm?rpt=1 which contains
 cfreport template=#url.rpt#.cfr format=flashpaper
IE prompts me with a popup dialog box that says:
 
File name: reportwrapper.cfm
File type: Shockwave Flash Object
From:  myserver.com
Would you like to open it or save it to your computer?
 
Why is it that filename.swf will trigger the Flash browser plugin but a CFM 
that has a Shockwave Flash Object mime type won't?  Is IE confused because the 
file ext doesn't match the mime type?  Is there a fix or workaround for this?  
Something i can do in Coldfusion to re-set the mime type to something else, or 
set content headers first, or something?  Doesn't seem to do this in IE 7, but 
I have some IE 6 browsers in my organization and need to figure out a way to 
handle this.
 
Thanks
Darren

[flexcoders] Charts and FlashPaper

2007-05-23 Thread simonjpalmer
Anyone tried using FlashPaper as a printing solution for their data
driven Flex app, particularly using Flex charts?

Is it possible to generate FlashPaper content either client or server
side and have it rendered in the browser ready printing?

Any good tips or sites which show the way?

Thanks
Simon



[flexcoders] FlashPaper CFR's prinitng pure black pages ??

2007-05-02 Thread camlinaeizerous
I have a flex application that is calling on a few different cfr's.
The pdf versions of them are saving directly to the hardribve from the
application and can be opened and printed normally besides the
development edition of coldfusion watermark in the backgroud. I
recently  made flashpaper versions of all of the cfr's and instead of
writing them to the hard drive i'm opening them within the application.

They appear normally in the application like I would expect but when I
print them as a pdf or directly from flash paper to the printer all I
get as a result is a few pages of a pure black box excluding the
margins. Is this because the version of coldfusion I'm running is
development or is there another cause for this. I would test it on our
live server with a full version of coldfusion but it is being moved
and can't access it for a while.

I'm hoping someone will know if this is the cause or if there is
another hidden issue.



Re: [flexcoders] Find Next functionality of FlashPaper

2007-02-08 Thread Igor Costa

Raju

Check this out, could get you point into your problem

http://www.darronschall.com/weblog/archives/000249.cfm


Best.

On 2/8/07, raju_bb [EMAIL PROTECTED] wrote:


  Hello everybody,
I am facing difficulties in using FlashPaper into Flex.
I am creating a separate textbox other than provided by the default
toolbar.Now what i want when user put some text in the textbox the
text which he had entered shud be selected in the flashpaper document..
Can anyone help me out in that..
Or atleast tell me the sequence in which i can call the functions
accordingly..Thanks in advance.

 





--

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta


[flexcoders] Flex and Flashpaper

2007-02-08 Thread Vinay Pillay
hi,
I am using flashpaper API in flex
can anyone tell me how to use findnext() API

Thanking in advance


-
 Here’s a new way to find what you're looking for - Yahoo! Answers 

Re: [flexcoders] Flex and Flashpaper

2007-02-08 Thread Igor Costa

Here we go.

Could help you in some straight
http://www.darronschall.com/weblog/archives/000249.cfm


Best.

On 2/8/07, Vinay Pillay [EMAIL PROTECTED] wrote:


  hi,
I am using flashpaper API in flex
can anyone tell me how to use findnext() API

Thanking in advance

--
Here's a new way to find what you're looking for - Yahoo! 
Answershttp://us.rd.yahoo.com/mail/in/yanswers/*http://in.answers.yahoo.com/

 





--

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta


[flexcoders] Re: Find Next functionality of FlashPaper

2007-02-08 Thread vinaypillay
I have already implemented flashpaper api with the help of that site
The problem is i am not able to work with search functionality
Any help in that area is highly appreciated 



[flexcoders] Find Next functionality of FlashPaper

2007-02-07 Thread raju_bb
Hello everybody,
I am facing difficulties in using FlashPaper into Flex.
I am creating a separate textbox other than provided by the default
toolbar.Now what i want when user put some text in the textbox the
text which he had entered shud be selected in the flashpaper document..
Can anyone help me out in that..
Or atleast tell me the sequence in which i can call the functions
accordingly..Thanks in advance.



[flexcoders] FlashPaper in SWFLoader

2006-10-25 Thread Nick Collins



I'm having problems loading a FlashPaper document into a SWFLoader. It loads just fine, but the scaling isn't as I'd like it. Instead of scaling like it does when you load it into a browser window, where the controls stay the same height and just the viewing area scales, the FlashPaper maintains it's default scaling. I think the default size is like 400 x 300, and it just scales that, control bar and all. Is there any way within the SWFLoader to have the FlashPaper display like it does in the browser window?


__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] FlashPaper in SWFLoader

2006-10-25 Thread Darron J. Schall
If you're using Flex 1.5, use the FlashPaperLoader class from Matt 
Chotin:  
http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=117

If you're using Flex 2, it's a lot trickier.  Normally, you resize the 
FlashPaper.swf by using the FlashPaper API [1], and just calling the 
setSize( width, height ) method.  However, because the FlashPaper.swf 
lives inside of AVM1 and the Flex 2 loading .swf lives inside of AVM2, 
you can't just directly talk between them.

I've come up with a solution, but it's not exactly trivial.  I'll 
describe it here at a high level, and hopefully get it up on my weblog 
sometime in the near future when I have some time to package it up.

* Create a FlashPaperLoader.swf in Flash that uses a MovieClipLoader to 
load the FlashPaper document.  In this loader.swf, you need to shimmy in 
methods for communication between AVM1 and AVM2.  It's possible to use 
either LocalConnection or ExternalInterface for this, but essentially, 
the FlashPaperLoader.swf is responsible for exposing methods to AVM2 
that simply proxy the method call and parameters to the loaded 
FlashPaper.swf document.
* Instead of loading the FlashPaper.swf directly, load the 
FlashPaperLoader.swf proxy and pass it the URL of the real 
FlashPaper.swf to load.  Use the AVM1/AVM2 communication mechanism you 
created in the previous step to send progress information from the 
loading movie over to Flex 2, so that you can report load progress 
effectively to the user.
* When the load is complete, call the setSize on the 
FlashPaperLoader.swf, again, using the AVM1/AVM2 communication 
mechanism.  When you call setSize on FlashPaperLoader, it should proxy 
that call to the loaded FlashPaper document.
* Use the resize event in Flex 2 to make setSize calls, so that 
resizes the browser or container sets the correct FlashPaper size.

When all is said and done, you end up with the desired behavior of 
loading a FlashPaper document, having it fill the available area, and 
having the correct scale.  Again, it's not exactly trivial to get this 
working, but I'm hoping to release my FlashPaperLoader component and 
support files sometime in the near future.

Good luck,

-d

[1] 
http://www.adobe.com/support/documentation/en/flashpaper/2/flashpaper_api/flashpaper_api4.html

Nick Collins wrote:

 I'm having problems loading a FlashPaper document into a SWFLoader. It 
 loads just fine, but the scaling isn't as I'd like it. Instead of 
 scaling like it does when you load it into a browser window, where the 
 controls stay the same height and just the viewing area scales, the 
 FlashPaper maintains it's default scaling. I think the default size is 
 like 400 x 300, and it just scales that, control bar and all. Is there 
 any way within the SWFLoader to have the FlashPaper display like it 
 does in the browser window?

  



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



Re: [flexcoders] FlashPaper in SWFLoader

2006-10-25 Thread Nick Collins



Yeah, I did something similar to that but ran into problems with it loading multiple instances of that flashpaper loader swf where it kinda crapped out, so I was looking for a way to just load in the Flashpaper swfs (cfreport generated) directly.
On 10/25/06, Darron J. Schall [EMAIL PROTECTED] wrote:













  



If you're using Flex 1.5, use the FlashPaperLoader class from Matt 
Chotin:  
http://www.cflex.net/showfiledetails.cfm?ChannelID=1Object=FileobjectID=117


If you're using Flex 2, it's a lot trickier.  Normally, you resize the 
FlashPaper.swf by using the FlashPaper API [1], and just calling the 
setSize( width, height ) method.  However, because the FlashPaper.swf 
lives inside of AVM1 and the Flex 2 loading .swf lives inside of AVM2, 
you can't just directly talk between them.

I've come up with a solution, but it's not exactly trivial.  I'll 
describe it here at a high level, and hopefully get it up on my weblog 
sometime in the near future when I have some time to package it up.

* Create a FlashPaperLoader.swf in Flash that uses a MovieClipLoader to 
load the FlashPaper document.  In this loader.swf, you need to shimmy in 
methods for communication between AVM1 and AVM2.  It's possible to use 
either LocalConnection or ExternalInterface for this, but essentially, 
the FlashPaperLoader.swf is responsible for exposing methods to AVM2 
that simply proxy the method call and parameters to the loaded 
FlashPaper.swf document.
* Instead of loading the FlashPaper.swf directly, load the 
FlashPaperLoader.swf proxy and pass it the URL of the real 
FlashPaper.swf to load.  Use the AVM1/AVM2 communication mechanism you 
created in the previous step to send progress information from the 
loading movie over to Flex 2, so that you can report load progress 
effectively to the user.
* When the load is complete, call the setSize on the 
FlashPaperLoader.swf, again, using the AVM1/AVM2 communication 
mechanism.  When you call setSize on FlashPaperLoader, it should proxy 
that call to the loaded FlashPaper document.
* Use the resize event in Flex 2 to make setSize calls, so that 
resizes the browser or container sets the correct FlashPaper size.

When all is said and done, you end up with the desired behavior of 
loading a FlashPaper document, having it fill the available area, and 
having the correct scale.  Again, it's not exactly trivial to get this 
working, but I'm hoping to release my FlashPaperLoader component and 
support files sometime in the near future.

Good luck,

-d

[1] 
http://www.adobe.com/support/documentation/en/flashpaper/2/flashpaper_api/flashpaper_api4.html


Nick Collins wrote:

 I'm having problems loading a FlashPaper document into a SWFLoader. It 
 loads just fine, but the scaling isn't as I'd like it. Instead of 
 scaling like it does when you load it into a browser window, where the 
 controls stay the same height and just the viewing area scales, the 
 FlashPaper maintains it's default scaling. I think the default size is 
 like 400 x 300, and it just scales that, control bar and all. Is there 
 any way within the SWFLoader to have the FlashPaper display like it 
 does in the browser window?

  


  















__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



Re: [flexcoders] FlashPaper in SWFLoader

2006-10-25 Thread Darron J. Schall
The solution I used was to just create a unique id when you want to load 
a FlashPaper.swf, and pass that value to the loader.  The AVM1/AVM2 
communication channels then use that specific id so that you can load 
multiple isntances of them without interfering with each other.

As and aside, we're using cfreport to load our FlashPaper.swfs into 
Flex 2 as well.  My fingers are crossed that theres an upgrade coming 
down the line to ColdFusion that would make FlashPaper SWF9 compatible 
so we can talk directly with the loaded reports.  One can hope.. but 
until then, the AVM1/AVM2 solution isn't bad once you get it in place. 

Like I said, I'll try to get it packaged up on my weblog soon so you can 
see how to do it.

-d

Nick Collins wrote:

 Yeah, I did something similar to that but ran into problems with it 
 loading multiple instances of that flashpaper loader swf where it 
 kinda crapped out, so I was looking for a way to just load in the 
 Flashpaper swfs (cfreport generated) directly.





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 



[flexcoders] Flashpaper and Flex 2 bug

2006-06-23 Thread Michael van Leest
Hi,

Is there any progress on the FlashPaper bug in Flex 2?
I've tried to load the flashpaper swf, but some functionalities don't 
work (search, selection etc).

Thanks,

Michael


 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Flex 2.0 progress on Shared Objects or FlashPaper

2006-02-16 Thread Dominick Accattato



Has there been any progress on Shared Objects or FlashPaper. It was noted quite awhile ago that there were issues, but there hasn't been any talk lately. Thanks in advance!






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Embedding pdf doc with the help of Flashpaper in Flex1.5

2006-02-14 Thread Rob Rusher
Yes, print the pdf to flashpaper and save it as a swf. Then load the swf.

I use a dll included with Contribute to generate the FlashPaper. I blogged
how to use the dll at
http://www.robrusher.com/1/2004/09/Dynamic-FlashPaper.cfm.

Rob Rusher
 
RIA Consultant
Macromedia Certified Flex Instructor
e:[EMAIL PROTECTED] c:303.885.7044 im:robrusher
blog:http://www.robrusher.com

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Robs
Sent: Monday, February 13, 2006 10:33 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Embedding pdf doc with the help of Flashpaper in
Flex1.5

Hi all,
 Is it possible to embed a pdf using flashpaper2 in flex1.5?

Thanks!





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links



 




--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Embedding pdf doc with the help of Flashpaper in Flex1.5

2006-02-13 Thread Robs
Hi all,
 Is it possible to embed a pdf using flashpaper2 in flex1.5?

Thanks!





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] flashpaper embedded in Flex 2.0

2006-01-31 Thread Dominick Accattato



I noticed that the Flex2.0documentation has a chapter dedicated to using Flashpaper with Flex 2.0. However, the chapter is still not written. Has anyone had success loading Flashpaper into a Flex 2.0 application. I've loaded it in but the following were not working:


print button as no functionality
zoom slider does not work
hand cursor does not scroll
when used with a draggable HBox, all hell breaks loose.
and theres probably other things too. My first thoughts are that the flashpaper has AS 2.0, or AS 1.0 in it and that could be causing the problem. But I thought the 8.5 player could run both virtual machines at once. Anyway, with our new shiny Flex applications were going to want to embed documents like Flashpaper. Please get back to me!







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





  




  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] flashpaper embedded in Flex 2.0

2006-01-31 Thread Joan Tan










We have had a bug open in our bugbase that
the controls in Flash paper dont work in Flex 2.0. Im not sure
the bug has been investigated yet, but we are aware of the issue.



Joan











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dominick Accattato
Sent: Tuesday, January 31, 2006
12:31 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] flashpaper
embedded in Flex 2.0







I noticed that the Flex2.0documentation has a chapter
dedicated to using Flashpaper with Flex 2.0. However, the chapter is still
not written. Has anyone had success loading Flashpaper into a Flex 2.0
application. I've loaded it in but the following were not working: 




 print button as no functionality
 zoom slider does not work
 hand cursor does not scroll
 when used with a draggable HBox, all hell breaks
 loose.


and
theres probably other things too. My first thoughts are that the
flashpaper has AS 2.0, or AS 1.0 in it and that could be causing the
problem. But I thought the 8.5 player could run both virtual machines at
once. Anyway, with our new shiny Flex applications were going to want to
embed documents like Flashpaper. Please get back to me! 









--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] FlashPaper generation

2005-09-27 Thread David Solis
Is this (flash paper generation) a feature planned for Flex 2.0?

Regards

On 9/26/05, David Mendels [EMAIL PROTECTED] wrote:
 Not at present.

 -David



 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] FlashPaper generation

2005-09-26 Thread David Solis
Is there a java framework (other than ColdFusion) to generate
FlashPaper reports?

TIA

D.


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




RE: [flexcoders] FlashPaper generation

2005-09-26 Thread David Mendels
Not at present.

-David 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of David Solis
 Sent: Monday, September 26, 2005 2:03 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] FlashPaper generation
 
 Is there a java framework (other than ColdFusion) to generate 
 FlashPaper reports?
 
 TIA
 
 D.
 
 
  Yahoo! Groups Sponsor 
 ~-- Get Bzzzy! (real tools to help you 
 find a job). Welcome to the Sweet Life.
 http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
 --
 --~- 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
  
 
 
 


 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




FlashPaper

2005-03-15 Thread Fernando Lobos
hi, who can load a pdf file in flex with flashpaper and the pdf file inurl ex:

object flashpaper.url = http://localhost/file.pdf




FlashPaper for developers?

2005-02-25 Thread Simon Fifield



Does anyone know if 
it's possible to get a developer (i.e. no cost) version of 
FlashPaper?


Kind Regards,

Simon Fifield



RE: [flexcoders] FlashPaper in Flex?

2005-02-23 Thread Matt Chotin








I hate Yahoo search! Thank goodness I
archive all my emails J Heres something I wrote a while back to help load
FlashPaper content. Thanks to Vinny for reproducing since thats how I
found it J



FlashPaperLoader.as



class FlashPaperLoader extends mx.controls.Loader {
 function init() : Void
 {

addEventListener(complete, this.setFlashPaperSize);
 addEventListener(resize,
this.setFlashPaperSize);
 scaleContent = false;
 }



 function setFlashPaperSize()
 {
 var fp = content.getIFlashPaper();
 // If FlashPaper isn't finished
initializing, then try again later
 if (fp == undefined ||
fp.setSize(width, height) == false)
 {

doLater(this, setFlashPaperSize);
 }
 }

}





Usecase:



mx:Panel id=panel1 label=flashpaper
document width=100% height=100%
 FlashPaperLoader
contentPath=... width=100%
height=100% /
/mx:Panel













From: Adambombs
[mailto:[EMAIL PROTECTED] 
Sent: Tuesday, February 22, 2005
11:34 AM
To: [EMAIL PROTECTED]
Subject: [flexcoders] FlashPaper
in Flex?






Has anyone tried to load a flashpaper SWF into a
Flex application at 
runtime? When I try it it locks up the flash
player and won't load 
the FlashPaper.

Any thoughts?

Adam













FlashPaper in Flex?

2005-02-22 Thread Adambombs

Has anyone tried to load a flashpaper SWF into a Flex application at 
runtime? When I try it it locks up the flash player and won't load 
the FlashPaper.

Any thoughts?

Adam