Re: strange clipboard thing
Most likely, Flash adds additional values to the object put onto the clipboard making it not possible for other applications to use the data since it doesn't think it's a string.
Re: strange clipboard thing
Could the data on the cliboard be of a different type then text when its copied from flash?
Re: strange clipboard thing
Quote:
Originally Posted by RobDog888
Could the data on the cliboard be of a different type then text when its copied from flash?
yup must be some kind of different formatting somehwere, would have thought windows would still paste it regardless.
Re: strange clipboard thing
Not if its a image format, for ex., you wouldnt be able to paste it into notepad.
Re: strange clipboard thing
Looks like the app created a Private Clipboard Format.
I have seen this in some font designing softwares.
Re: strange clipboard thing
Thats a good link. Maybe it is using the RegisterClipboardFormat logic to retian the data to Flash clipboards.