A Flash Developer Resource Site

Search:

Type: Posts; User: pm4698

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    1,649

    I am really sorry. Here is the .fla and the .xml...

    I am really sorry. Here is the .fla and the .xml file. I do not include the image folder for size saving.
  2. Replies
    4
    Views
    1,649

    Add back and previous buttons in slideshow

    Hi there.
    I started a tutorial about creating a flash slideshow. This is the as2 code:


    import mx.transitions.Tween;
    import mx.transitions.easing.*;

    var myShowXML = new XML();...
  3. Replies
    2
    Views
    1,962

    AS 2 I just noticed that in .fla i use a mc_embed_font...

    I just noticed that in .fla i use a mc_embed_font movieclip which contains 4 fonts that i want to use in xml loaded text. If i delete this movieclip i get a .swf file of about 120 kB but if i leave...
  4. Replies
    5
    Views
    8,199

    Hi there. The solution you gave me worked but i...

    Hi there. The solution you gave me worked but i have another problem.

    A few days ago i uploaded the website and i saw that the xml external html content page in which i load the embedded fonts is...
  5. Replies
    2
    Views
    1,731

    Gotoandplay in xml

    Hi there.
    I load an external html content page through contents.xml file, in page.swf, which loads in main.swf like external file.
    The code of contents.xml is this:


    <?xml version="1.0"...
  6. Replies
    2
    Views
    1,962

    AS 2 Problem with external swf loading

    Hi there.

    I have a main.swf file.

    In first frame i load a background slideshow with this code:

    var loader:MovieClipLoader = new MovieClipLoader();
    ...
  7. Replies
    5
    Views
    8,199

    Thank you very much! That really worked on CS4...

    Thank you very much!
    That really worked on CS4 too!
  8. Replies
    5
    Views
    8,199

    Can you give me a quick guide of how to embed for...

    Can you give me a quick guide of how to embed for i.e. Calibri font and Calibri italics font?

    (I only see Character embeding where i choose all. Then at textbox i can choose font and style
  9. Replies
    5
    Views
    8,199

    [RESOLVED] CDATA and flash

    Hi there.

    i use a swf file to load html text through xml.
    The load text function at the .swf is this:
    function loadContentText () {
    var cont:XML = new XML ();
    cont.ignoreWhite = true;...
  10. Replies
    0
    Views
    3,694

    Cannot change font type

    Hi there

    I use a flash xml template. My problem is when a .swf loads from which i load content through xml file. I use at the text area of flash file the Arial font.

    At .xml the format is like...
  11. Replies
    0
    Views
    796

    Problem with title and image description

    Hello there! I bought an xml flash template and i am trying to modify it.
    In main.fla file there is a layer named functions. At this layer there is actionscript code where i saw this part:
    ...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center