Re: [Flashcoders] Flashpaper for customized documents

2006-12-05 Thread redknot

Hello:

Excellent. That makes sense now.  Thank you for the guidance!

Lorraine


Hello :)

you can clone with BitmapData your current FlashPaper container 
(movieclip)... Use this strategy to create you new printable 
document yes :)


EKA+ :)


--

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Flashpaper for customized documents

2006-12-04 Thread redknot

Hi all:

I have not used Flashpaper yet. I have a potential project that would 
involve making a resource that would allow users to customize 
printable documents (forms). There are hundreds of these forms so 
they can't be laid out directly in Flash (too time prohibitive).


Customization could be limited to header, footer and a logo.

Here is the workflow I need to develop:

1) Original documents are in Word
2) convert to Flashpaper
3) import flashpaper swf into Flash
4) create an interface in Flash that allows user to add a logo, and 
edit header and footer content
5) Print customized document from Flash with flashpaper, logo and 
custom header/footer



Is this feasible?  For instance could I just lay movieclips with a 
logo, and header and footer on top of the multipage Flashpaper for it 
to print? or does printing from flashpaper work differently from what 
I could accomplish using the Printjob class?


Another question. Obviously I can load a jpeg for the logo, if the 
above is feasible. Is there a way the user can browse to find their 
logo.jpg file on their hard drive to load it?


Thanks for any help... I need to figure this out today, of course.

Lorraine


--

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flashpaper for customized documents

2006-12-04 Thread eka

Hello :)

yes you can do it .. use BitmapData class in you movieClip and used my
FlashPaperLoader class in VEGAS : http://vegas.riaforge.org/

1 - download the last version of VEGAS (or use SVN client)
2 - install the classpath of Vegas AS2 in your Flash8 or in MTASC, use
AS2/trunk/src directory for your classpath.
3 - test the examples in
AS2/trunk/bin/test/asgard/loader/FlashPaperLoader.fla :)

Read the documentation of the class to see all methods in this loader (you
can hide the logo etc...)

EKA+ :)



2006/12/5, redknot [EMAIL PROTECTED]:


Hi all:

I have not used Flashpaper yet. I have a potential project that would
involve making a resource that would allow users to customize
printable documents (forms). There are hundreds of these forms so
they can't be laid out directly in Flash (too time prohibitive).

Customization could be limited to header, footer and a logo.

Here is the workflow I need to develop:

1) Original documents are in Word
2) convert to Flashpaper
3) import flashpaper swf into Flash
4) create an interface in Flash that allows user to add a logo, and
edit header and footer content
5) Print customized document from Flash with flashpaper, logo and
custom header/footer


Is this feasible?  For instance could I just lay movieclips with a
logo, and header and footer on top of the multipage Flashpaper for it
to print? or does printing from flashpaper work differently from what
I could accomplish using the Printjob class?

Another question. Obviously I can load a jpeg for the logo, if the
above is feasible. Is there a way the user can browse to find their
logo.jpg file on their hard drive to load it?

Thanks for any help... I need to figure this out today, of course.

Lorraine


--

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flashpaper for customized documents

2006-12-04 Thread redknot


Thanks!

Can you add new content in Flash that will print with the flashpaper 
document using BitmapData Class?

e.g. a new logo customized for the user and a text header/footer?

Would it handle multiple pages in a document?

LC


Hello :)

yes you can do it .. use BitmapData class in you movieClip and used my
FlashPaperLoader class in VEGAS : http://vegas.riaforge.org/

1 - download the last version of VEGAS (or use SVN client)
2 - install the classpath of Vegas AS2 in your Flash8 or in MTASC, use
AS2/trunk/src directory for your classpath.
3 - test the examples in
AS2/trunk/bin/test/asgard/loader/FlashPaperLoader.fla :)

Read the documentation of the class to see all methods in this loader (you
can hide the logo etc...)




EKA+ :)



2006/12/5, redknot [EMAIL PROTECTED]:


Hi all:

I have not used Flashpaper yet. I have a potential project that would
involve making a resource that would allow users to customize
printable documents (forms). There are hundreds of these forms so
they can't be laid out directly in Flash (too time prohibitive).

Customization could be limited to header, footer and a logo.

Here is the workflow I need to develop:

1) Original documents are in Word
2) convert to Flashpaper
3) import flashpaper swf into Flash
4) create an interface in Flash that allows user to add a logo, and
edit header and footer content
5) Print customized document from Flash with flashpaper, logo and
custom header/footer


Is this feasible?  For instance could I just lay movieclips with a
logo, and header and footer on top of the multipage Flashpaper for it
to print? or does printing from flashpaper work differently from what
I could accomplish using the Printjob class?

Another question. Obviously I can load a jpeg for the logo, if the
above is feasible. Is there a way the user can browse to find their
logo.jpg file on their hard drive to load it?

Thanks for any help... I need to figure this out today, of course.

Lorraine


--

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



--

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flashpaper - removing a flashpaper mc properly seems impossible

2006-11-23 Thread Tom Shaw
I have altered my code but I dont seem to be having much luck.  Would you care 
to share some code for your loading process?  Do you just loadclip over the old 
flashpaper mc and the rest as per the help files?

Cheers,
Tom


On Wed, 22 Nov 2006 11:08:27 -0500, you wrote:

I'm facing exactly the same problem developing a content browser
(viewing hundreds of single FP pages) in flash 8... My load times jump
from 300ms to 10 seconds if i try to unloadMovie() first. I haven't
found a solid fix, but I do have a partial workaround - don't unload
the flashpaper. At least with my single pages I've managed to keep it
from taking more than 500ms in subsequent loads. If this scales to
your 90 pages (maybe) you could shave off a good portion of those 30
extra seconds if you just load the clip over the existing one.


hope that helps,
Jon

On 11/22/06, Tom Shaw [EMAIL PROTECTED] wrote:
 Im on flash 8 Pro creating a projector to view Flashpaper documents.  I have 
 tried various methods to remove a Flashpaper instance from memory.  Sure the 
 document goes off screen and gets deleted from the mc tree but the memory is 
 still occupied by the flash player.
 The problem gets worse the next time you try to load up a Flashpaper 
 document.  You take a massive performance hit loading a document up after 
 removing a previous one.  The documents I am talking about here are 90 or so 
 pages, one document is about 4mb.  When loading these documents the first 
 time round it only takes a few seconds for them to load.  thesecond time 
 round it can take as much as 30 seconds to load up the document introducing 
 the warning about scripts running slowly.

 Can anyone suggest a better way to entirely get rid of a Flashpaper document 
 once its been loaded into the stage?

 Cheers,
 Tom

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flashpaper - removing a flashpaper mc, properly seems impossible

2006-11-23 Thread Eric_Tibo

I'm using this component with no problems...

http://www.digitalflipbook.com/archives/2006/07/flashpaper_comp_3.php

I've set all the possible listeners as in the help doc and unloading any 
FP before loading a new one and everything is fine...


Tell me if it works for you...

A+
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flashpaper - removing a flashpaper mc properly seems impossible

2006-11-23 Thread Jonathan Fung

that's correct -  i simply loadclip using the old mc. same code as
adobe's tutorial. but i reiterate - never tried it on a large document
so i dont know if it'll work in your case

On 11/23/06, Tom Shaw [EMAIL PROTECTED] wrote:

I have altered my code but I dont seem to be having much luck.  Would you
care to share some code for your loading process?  Do you just loadclip over
the old flashpaper mc and the rest as per the help files?

Cheers,
Tom


On Wed, 22 Nov 2006 11:08:27 -0500, you wrote:

I'm facing exactly the same problem developing a content browser
(viewing hundreds of single FP pages) in flash 8... My load times jump
from 300ms to 10 seconds if i try to unloadMovie() first. I haven't
found a solid fix, but I do have a partial workaround - don't unload
the flashpaper. At least with my single pages I've managed to keep it
from taking more than 500ms in subsequent loads. If this scales to
your 90 pages (maybe) you could shave off a good portion of those 30
extra seconds if you just load the clip over the existing one.


hope that helps,
Jon

On 11/22/06, Tom Shaw [EMAIL PROTECTED] wrote:
 Im on flash 8 Pro creating a projector to view Flashpaper documents.  I
have tried various methods to remove a Flashpaper instance from memory.
Sure the document goes off screen and gets deleted from the mc tree but the
memory is still occupied by the flash player.
 The problem gets worse the next time you try to load up a Flashpaper
document.  You take a massive performance hit loading a document up after
removing a previous one.  The documents I am talking about here are 90 or so
pages, one document is about 4mb.  When loading these documents the first
time round it only takes a few seconds for them to load.  thesecond time
round it can take as much as 30 seconds to load up the document introducing
the warning about scripts running slowly.

 Can anyone suggest a better way to entirely get rid of a Flashpaper
document once its been loaded into the stage?

 Cheers,
 Tom

 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flashpaper - removing a flashpaper mc, properly seems impossible

2006-11-23 Thread Jonathan Fung

well darn... i'll make sure i give that a try on monday for my project
as well...

On 11/23/06, Eric_Tibo [EMAIL PROTECTED] wrote:

I'm using this component with no problems...

http://www.digitalflipbook.com/archives/2006/07/flashpaper_comp_3.php

I've set all the possible listeners as in the help doc and unloading any
FP before loading a new one and everything is fine...

Tell me if it works for you...

A+
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flashpaper - removing a flashpaper mc properly seems impossible

2006-11-23 Thread Tom Shaw
This does make a small difference but with the larger documents the increase in 
witing time still exists after you first load in a flash paper document.

I did try to get two flash paper documents on screen at the same time using 
different movieclips.  The result was interesting...the first clip got removed 
automatically from screen.  This could be what is causing the delay, a check 
for other instances of flashpaper perhaps?

Who knows...maybe Adobe have a fix for FP3.

Cheers,
Tom



On Thu, 23 Nov 2006 08:44:32 -0500, you wrote:

that's correct -  i simply loadclip using the old mc. same code as
adobe's tutorial. but i reiterate - never tried it on a large document
so i dont know if it'll work in your case

On 11/23/06, Tom Shaw [EMAIL PROTECTED] wrote:
 I have altered my code but I dont seem to be having much luck.  Would you
 care to share some code for your loading process?  Do you just loadclip over
 the old flashpaper mc and the rest as per the help files?

 Cheers,
 Tom


 On Wed, 22 Nov 2006 11:08:27 -0500, you wrote:

 I'm facing exactly the same problem developing a content browser
 (viewing hundreds of single FP pages) in flash 8... My load times jump
 from 300ms to 10 seconds if i try to unloadMovie() first. I haven't
 found a solid fix, but I do have a partial workaround - don't unload
 the flashpaper. At least with my single pages I've managed to keep it
 from taking more than 500ms in subsequent loads. If this scales to
 your 90 pages (maybe) you could shave off a good portion of those 30
 extra seconds if you just load the clip over the existing one.
 
 
 hope that helps,
 Jon
 
 On 11/22/06, Tom Shaw [EMAIL PROTECTED] wrote:
  Im on flash 8 Pro creating a projector to view Flashpaper documents.  I
 have tried various methods to remove a Flashpaper instance from memory.
 Sure the document goes off screen and gets deleted from the mc tree but the
 memory is still occupied by the flash player.
  The problem gets worse the next time you try to load up a Flashpaper
 document.  You take a massive performance hit loading a document up after
 removing a previous one.  The documents I am talking about here are 90 or so
 pages, one document is about 4mb.  When loading these documents the first
 time round it only takes a few seconds for them to load.  thesecond time
 round it can take as much as 30 seconds to load up the document introducing
 the warning about scripts running slowly.
 
  Can anyone suggest a better way to entirely get rid of a Flashpaper
 document once its been loaded into the stage?
 
  Cheers,
  Tom
 
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your subscription options or search the archive:
  http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
  Brought to you by Fig Leaf Software
  Premier Authorized Adobe Consulting and Training
  http://www.figleaf.com
  http://training.figleaf.com
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
 
 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] Flashpaper - removing a flashpaper mc properly seems impossible

2006-11-22 Thread Jonathan Fung

I'm facing exactly the same problem developing a content browser
(viewing hundreds of single FP pages) in flash 8... My load times jump
from 300ms to 10 seconds if i try to unloadMovie() first. I haven't
found a solid fix, but I do have a partial workaround - don't unload
the flashpaper. At least with my single pages I've managed to keep it
from taking more than 500ms in subsequent loads. If this scales to
your 90 pages (maybe) you could shave off a good portion of those 30
extra seconds if you just load the clip over the existing one.


hope that helps,
Jon

On 11/22/06, Tom Shaw [EMAIL PROTECTED] wrote:

Im on flash 8 Pro creating a projector to view Flashpaper documents.  I have 
tried various methods to remove a Flashpaper instance from memory.  Sure the 
document goes off screen and gets deleted from the mc tree but the memory is 
still occupied by the flash player.
The problem gets worse the next time you try to load up a Flashpaper document.  
You take a massive performance hit loading a document up after removing a 
previous one.  The documents I am talking about here are 90 or so pages, one 
document is about 4mb.  When loading these documents the first time round it 
only takes a few seconds for them to load.  thesecond time round it can take as 
much as 30 seconds to load up the document introducing the warning about 
scripts running slowly.

Can anyone suggest a better way to entirely get rid of a Flashpaper document 
once its been loaded into the stage?

Cheers,
Tom

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] FlashPaper

2006-10-24 Thread Éric Thibault
I've managed to remove the logo of the flashpaper and change certain 
colors... but not the theme colors (halo green)...


Here's the link : http://www.lastashero.com/blog/2006/05/

If someone has any luck...

A+

Éric Thibault a écrit :

Hello all!

Is there a way to change the styles of a flashPaper instance on stage, 
like setStyle(themeColor,0xff)?


I would like to remove the halo green effects!

Thanks a million

Éric Thibault
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com



___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] FlashPaper

2006-10-23 Thread Éric Thibault

Hello all!

Is there a way to change the styles of a flashPaper instance on stage, 
like setStyle(themeColor,0xff)?


I would like to remove the halo green effects!

Thanks a million

Éric Thibault
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] FlashPaper limited amount of links

2006-09-03 Thread Jiri Heitlager
I am experiencing a very weird bug with converting .doc to flashpaper 
.swf. The .doc is very large, 400 pages and holds +400 hyperlinks. When 
converting to an .swf, all the links on the first 200 pages are gone.
When I reduce the page amount of the .doc to 200 pages, and convert it 
again to an .swf, the links work fine.
It seems that the links start breaking up when a .doc has more then 400 
links.
Did anybody ever experience this, or is this a know bug. I searched the 
web, but could not find anything about it.


Jiri
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Flashpaper issue with large Word doc

2006-08-31 Thread Jiri Heitlager

Hello,

I have a Word document that has about 400 pages and contains hyperlinks.
When I convert it into a .swf using FlashPaper 2.01, the links on the
first 200 pages don't work anymore, the links located in the last 100 or
so pages do work???
When I convert the same document but then only the first 200 pages, all
works fine.
Is there anybody that once coverted a large word doc with hyperlinks and
that experienced the same problem?

Thnk you

---

Jiri Heitlager

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] Flashpaper issue with large Word doc

2006-08-30 Thread Jiri Heitlager

Hello,

I have a Word document that has about 400 pages and contains hyperlinks. 
When I convert it into a .swf using FlashPaper 2.01, the links on the 
first 200 pages don't work anymore, the links located in the last 100 or 
so pages do work???
When I convert the same document but then only the first 200 pages, all 
works fine.
Is there anybody that once coverted a large word doc with hyperlinks and 
that experienced the same problem?


Thnk you
--
---

Jiri Heitlager
Stichting z25.org
Concordiastraat 67A
3551 EM Utrecht

tel:06-28159323
http://www.z25.org
[EMAIL PROTECTED]
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] FlashPaper Component 0.7 Released

2006-06-14 Thread Mark Walters

A new version of my FlashPaper component has been released.

http://www.digitalflipbook.com/archives/2006/06/flashpaper_comp_1.php

- markW
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] FlashPaper creates a Script Error when loading from a DataBase

2006-03-18 Thread daniele | mentegrafica.it

Hello all,

maybe some of you encotured the same problem.

I created a service to upload swf and jpg files to a mysql DataBase and 
then it's possible to load those files simply calling a PHP based service.


All works fine in the borswer ( I get the file from the DB with the 
right size and proper header ) and also in a flash movie loading jpg and 
standard swf.


When the my flashmovie tries to load the flashpaper it causes an 
enormous BUG...It start to create a A SCRIPT IS RUNNING SLOW... ALERT 
crashing the swf...


I don't what is the reason but I think should be something about domain 
restrictions ( I'm using DB, flashmovie and PHP service on the same 
domain and I'm also using crossdomain.xml properly configured ) or the 
flashpaper header...


But I think it's a bug.

I don't really understand

It should means that flashpaper could loaded only as a physical file on 
a web server.


Thanks,

--
dott. daniele galiffa
multimedia designer and developer
Macromedia FlashMX Developer Certified

mobile: +393355753078
email: [EMAIL PROTECTED]
MSN: [EMAIL PROTECTED]
Skype: danielegaliffa
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


[Flashcoders] FlashPaper and Flash 8 Issues

2006-03-07 Thread Greg Conover
Wanted to know if anyone found a workaround for the issues created by using
FlashPaper 2 documents in a Flash application. Funny how Breeze doesn't seem
to have any issues like this - almost like Macromedia has a version they're
using but isn't available to the public.
 
Greg Conover
Committee Chair
Wolf Den 5 Leader
Cub Scout Pack 165
Light of the World Lutheran Church
home: (817) 232-9554
cell: (817) 909-3326
e-mail: [EMAIL PROTECTED]
BLOCKED::blocked::mailto:[EMAIL PROTECTED]  
www.pack165fw.org BLOCKED::blocked::http://www.pack165fw.org/ 
 
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] FlashPaper and Flash 8 Issues

2006-03-07 Thread John Dowdell

Greg Conover wrote:

Wanted to know if anyone found a workaround for the issues created by using
FlashPaper 2 documents in a Flash application. Funny how Breeze doesn't seem
to have any issues like this - almost like Macromedia has a version they're
using but isn't available to the public.


Are you seeing a particular problem yourself? If so, what would others 
need to do to see it too, in a new small bare example of their own?


jd




--
John Dowdell . Adobe Developer Support . San Francisco CA USA
Weblog: http://weblogs.macromedia.com/jd
Aggregator: http://weblogs.macromedia.com/mxna
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is best, thanks.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com