A Flash Developer Resource Site

Search:

Type: Posts; User: gag4n

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,662

    Thanks for the reply. Yes we've already looked...

    Thanks for the reply.

    Yes we've already looked at Red5 and the Flash Media Server. The cost is not the main issue I have been told that it would be ideal if we did not have to setup another server...
  2. Replies
    2
    Views
    2,662

    Recording sound without Flash Media Server?

    Hello,

    I am totally new to Flash Media Server :) I need to be able to record sound via a Flash app and save it to a server preferably without the use of a Flash Media Server type setup. There is...
  3. Replies
    2
    Views
    2,464

    Thanks :)

    Thanks :)
  4. Replies
    2
    Views
    2,464

    Character Embedding

    Can anyone explain how to disable punctuation (!@#%...) (52 glyphs) for a TextFieldType.INPUT using AS3?

    Thanks.
  5. Replies
    3
    Views
    8,845

    Thanks for the reply. I have downloaded a...

    Thanks for the reply.

    I have downloaded a trial version of CS4 and it works in there! But I still have a problem in that italic and bold formatting does not work :confused:

    I think this maybe...
  6. Replies
    3
    Views
    8,845

    Embed font example for CS3

    I'm trying to use the following script to embed a font in a CS3 flash file. When I publish and preview it, all I get is a blank screen :S Can someone tell me if this script is valid for AS3/CS3?
    ...
  7. Replies
    5
    Views
    1,204

    Yeah, that's what I'm trying right now using...

    Yeah, that's what I'm trying right now using textHeight to determine what text needs to go on a new addpage. Hopefully it should work. Thanks.
  8. Replies
    5
    Views
    1,204

    Ok I have overcome the text printing issue by...

    Ok I have overcome the text printing issue by placing the textfield within a sprite (movieclip) and printing the sprite instead of the textfield.

    Now if the text is too long to fit on one page I...
  9. Replies
    5
    Views
    1,204

    tf is the textfield which is within a movieclip...

    tf is the textfield which is within a movieclip named tfmc.


    function BasicPrintExample() : void {
    //var textPrint = tfmc.tf.text;
    var myPrintJob:PrintJob = new PrintJob();
    ...
  10. Replies
    5
    Views
    1,204

    Printing a dynamic textField

    I have a dynamic text field with a UIScrollbar. I am have problems with printing the content of the textField. If I set the print function to print the textField I get the following error -
    ...
  11. Replies
    5
    Views
    873

    How would you get a 'COPY' 'CUT' 'PASTE" function...

    How would you get a 'COPY' 'CUT' 'PASTE" function to work with the text editor? The same as CONTROL + C, CONTROL + X, CONTROL + V... but using buttons instead of keys.

    Thanks
  12. Replies
    1
    Views
    474

    Switching between scripts/class

    What is the best way to swap/toggle between scripts when clicking on a button.
    i have two as files - one is for a drawing tool and the other is for a writing tool. I am trying to 'switch' between...
  13. Replies
    5
    Views
    873

    I wanted to know if it is possible to save the...

    I wanted to know if it is possible to save the data (text field x y coordinates, text data, formatting...) externally and then reload at a later date? If it is possible to save the information/data,...
  14. Replies
    5
    Views
    873

    Hey thanks.

    Hey thanks.
  15. Replies
    5
    Views
    873

    simple text editor

    Can someone advise me on how I can click anywhere on the canvas/stage to create a text field where you can input text.

    I have seen similar functionality at www.imagination3.com where you can see...
  16. Thread: Drag draw sprite

    by gag4n
    Replies
    1
    Views
    562

    I got a reply from another forum. Might be useful...

    I got a reply from another forum. Might be useful for some people.
  17. Thread: Drag draw sprite

    by gag4n
    Replies
    1
    Views
    562

    Drag draw sprite

    I've had a search in the forums and I couldn't find an answer.

    I need help with creating a draw tool which will draw shapes (rectangles, triangles, stars...) when selected. I am guessing that I...
  18. Replies
    11
    Views
    6,438

    Great. Much appreciated.

    Great. Much appreciated.
  19. Replies
    11
    Views
    6,438

    Decoding a byteArray image

    I don't know if this is possible (haven't seen it done anywhere). Is there a way to decode a Base64 string back into a ByteArray and subsequently into a Bitmap so that it can be displayed within...
Results 1 to 19 of 19




Click Here to Expand Forum to Full Width

HTML5 Development Center