PDA

View Full Version : breakApart() - Converting text to shape/vector


studafunk
02-29-2008, 06:11 PM
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/showthread.php3?t=103408

then after finding this i came accross the adobe site with info on... http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=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!