Re: [Flashcoders] Upload PDF into SWF?

2008-08-12 Thread Ali Drongo

Hi Ian,
My problem with Googlemail is that the web-page was saying 'sending'  
for a few minutes without telling me the message had been sent.  I got  
impatient after looking at the page telling me the message was sending  
and pressed again.


Thanks for your advice re the pdf upload/conversion. I need a Flash  
app that can have a pdf uploaded to it, which can then be manipulated  
by the user, and then saves a pdf on the server, I guess this can be  
done with some PHP that converts the pdf into a format that Flash can  
read and then converts the image flash produces back to a pdf.


Cheers,
Ali



On 12 Aug 2008, at 09:35, Ian Thomas wrote:

On Tue, Aug 12, 2008 at 9:27 AM, Ali Drongo  
<[EMAIL PROTECTED]> wrote:
Thanks for all of your replies guys and apologies for sending this  
email a
few times, the googlemail server hasn't been reporting that the  
mail was

sent.


Just so you know - this comes up a lot - Google Mail is 'clever'
enough to realise that you've received a copy of your own outgoing
mail via a mailing list, and so doesn't show it to you as a new mail -
no matter how many times you post.


It sounds as if this is going to be tricky in AS.

I guess this could also be done in some server-side PHP relatively  
easily,
maybe converted to a different file format that Flash can import  
first?


A serverside solution sounds the most likely answer to this one.

Ian
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Upload PDF into SWF?

2008-08-12 Thread Ian Thomas
On Tue, Aug 12, 2008 at 9:27 AM, Ali Drongo <[EMAIL PROTECTED]> wrote:
> Thanks for all of your replies guys and apologies for sending this email a
> few times, the googlemail server hasn't been reporting that the mail was
> sent.

Just so you know - this comes up a lot - Google Mail is 'clever'
enough to realise that you've received a copy of your own outgoing
mail via a mailing list, and so doesn't show it to you as a new mail -
no matter how many times you post.

> It sounds as if this is going to be tricky in AS.
>
> I guess this could also be done in some server-side PHP relatively easily,
> maybe converted to a different file format that Flash can import first?

A serverside solution sounds the most likely answer to this one.

Ian
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Upload PDF into SWF?

2008-08-12 Thread Ali Drongo
Thanks for all of your replies guys and apologies for sending this  
email a few times, the googlemail server hasn't been reporting that  
the mail was sent.


It sounds as if this is going to be tricky in AS.

I guess this could also be done in some server-side PHP relatively  
easily, maybe converted to a different file format that Flash can  
import first?


Thanks,
Ali




On 12 Aug 2008, at 01:24, Dave Watts wrote:


It is possible, however, to load the Acrobat ActiveX control into a
Flex application, and have it load a PDF. I'm not exactly sure how
this works, but the LiveCycle Workspace application does this. That
wouldn't really be helpful to the original poster though, I suppose.


As an AIR application, right?


No, that's the thing - it's just browser-based, with no client  
installation

other than Flash Player and Adobe Reader.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Upload PDF into SWF?

2008-08-11 Thread Dave Watts
> > It is possible, however, to load the Acrobat ActiveX control into a 
> > Flex application, and have it load a PDF. I'm not exactly sure how 
> > this works, but the LiveCycle Workspace application does this. That 
> > wouldn't really be helpful to the original poster though, I suppose.
> 
> As an AIR application, right?

No, that's the thing - it's just browser-based, with no client installation
other than Flash Player and Adobe Reader.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Upload PDF into SWF?

2008-08-11 Thread Jon Bradley


On Aug 11, 2008, at 7:16 PM, Dave Watts wrote:

It is possible, however, to load the Acrobat ActiveX control into a  
Flex
application, and have it load a PDF. I'm not exactly sure how this  
works,
but the LiveCycle Workspace application does this. That wouldn't  
really be

helpful to the original poster though, I suppose.


As an AIR application, right?

- jon
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Upload PDF into SWF?

2008-08-11 Thread Dave Watts
> You cannot load a PDF into Flash. You must have misread any 
> article that you think said you could.

It is possible, however, to load the Acrobat ActiveX control into a Flex
application, and have it load a PDF. I'm not exactly sure how this works,
but the LiveCycle Workspace application does this. That wouldn't really be
helpful to the original poster though, I suppose.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/

Fig Leaf Software provides the highest caliber vendor-authorized
instruction at our training centers in Washington DC, Atlanta,
Chicago, Baltimore, Northern Virginia, or on-site at your location.
Visit http://training.figleaf.com/ for more information!
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Upload PDF into SWF?

2008-08-11 Thread Glen Pike

Hi,

   I would say that "you cannot" may not be 100% correct.  You probably 
could with AS3 as you can load anything in Binary format and manipulate 
the file as you see fit.  It just probably has not been done yet...


   You could look at Server Side code to deal with your PDF and turn it 
into an image to load in.  There are a few things around that will 
generate images from PDF's, etc.


   Starting here would be a good bet:

   http://www.foolabs.com/xpdf/home.html

   Glen

Steven Sacks wrote:
You cannot load a PDF into Flash.  You must have misread any article 
that you think said you could.



ali drongo wrote:
Hiya, does anyone know the best way to get a PDF into my SWF as a 
viewable,
scalable moveiclip?I've done a bit of research on this but most 
articles I

find are a few years old.
I would like the user to be able to upload a pdf then view it in the 
flash
application and move it about, scale and rotate it. I've come across 
Alive
PDF which seems to let you download a PDF from a flash app but I 
would like

to do this the other way around, in AS2 or AS3.

Any suggestions / advice gratefully received :)
Thanks
Ali
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




--

Glen Pike
01326 218440
www.glenpike.co.uk 

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] Upload PDF into SWF?

2008-08-11 Thread Steven Sacks
You cannot load a PDF into Flash.  You must have misread any article that you 
think said you could.



ali drongo wrote:

Hiya, does anyone know the best way to get a PDF into my SWF as a viewable,
scalable moveiclip?I've done a bit of research on this but most articles I
find are a few years old.
I would like the user to be able to upload a pdf then view it in the flash
application and move it about, scale and rotate it. I've come across Alive
PDF which seems to let you download a PDF from a flash app but I would like
to do this the other way around, in AS2 or AS3.

Any suggestions / advice gratefully received :)
Thanks
Ali
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Upload PDF into SWF?

2008-08-11 Thread ali drongo
Hiya, does anyone know the best way to get a PDF into my SWF as a viewable,
scalable moveiclip?I've done a bit of research on this but most articles I
find are a few years old.
I would like the user to be able to upload a pdf then view it in the flash
application and move it about, scale and rotate it. I've come across Alive
PDF which seems to let you download a PDF from a flash app but I would like
to do this the other way around, in AS2 or AS3.

Any suggestions / advice gratefully received :)
Thanks
Ali
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Upload PDF into SWF?

2008-08-11 Thread ali drongo
Hiya, does anyone know the best way to get a PDF into my SWF as a viewable,
scalable moveiclip?I've done a bit of research on this but most articles I
find are a few years old.
I would like the user to be able to upload a pdf then view it in the flash
application and move it about, scale and rotate it. I've come across Alive
PDF which seems to let you download a PDF from a flash app but I would like
to do this the other way around, in AS2 or AS3.

Any suggestions / advice gratefully received :)
Thanks
Ali
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[Flashcoders] Upload PDF into SWF?

2008-08-11 Thread ali drongo
Hiya, does anyone know the best way to get a PDF into my SWF as a viewable,
scalable moveiclip?I've done a bit of research on this but most articles I
find are a few years old.
I would like the user to be able to upload a pdf then view it in the flash
application and move it about, scale and rotate it. I've come across Alive
PDF which seems to let you download a PDF from a flash app but I would like
to do this the other way around, in AS2 or AS3.

Any suggestions / advice gratefully received :)
Thanks
Ali
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders