Its ok ive now fixed the problem! i do however have another....
Converting text to shape/vector using ActionScript....
The scripts now working great apart from one part (quite important too), so I have one more simple (for you) question...
Ive tried the bitmap conversion but its not good enough quality to have resized! The file that the PDF outputs (30"x12") is smaller than the size of what will actually be printed 1:4 (6ftx2.5ft) and 1:8 (10ftx4ft). As you know i want to break the text apart into a shape before it creates the pdf, well i have found this while ive been searching the net...
http://www.actionscript.org/forums/s....php3?t=103408
then after finding this i came across the adobe site with info on...
http://livedocs.adobe.com/flash/9.0/...=00003895.html
Im not sure what im suppose to do with it ive added a new function called 'breakText' and added the info it suggests to the function but i get an error saying... 1180: Call to a possibly undefined method getDocumentDOM. Ive tried to import 'import fl.*;' and import 'fl.getDocumentDOM;' but to no avail!