A Flash Developer Resource Site

Search:

Type: Posts; User: Kostas Zotos

Page 1 of 17 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    10
    Views
    31,716

    Hi, May this helps (locate this part in the...

    Hi,

    May this helps (locate this part in the script of .fla file and modify in the way shown below):


    // Array to hold pictures
    pix = [];

    links=[] // add the links -as comma separated...
  2. Replies
    0
    Views
    873

    XML Code Highlighter - Generator

    Hi,

    At first I'd like to say that if this post is not appropriate for the forum, please remove it.

    - Preface:
    Initially I started this utility for personal use. Then I desided to add a User...
  3. Replies
    9
    Views
    3,991

    Hi, Just to keep this thread updated.. An...

    Hi,

    Just to keep this thread updated..

    An alternative way to represent the unicode characters is also this:
    (escaping the unicode -which by default are in HEX- values with the \u)

    "\u062C"...
  4. Replies
    22
    Views
    61,120

    Hi and welcome! At first a personal opinion:...

    Hi and welcome!

    At first a personal opinion:
    The way the xml file is built, maybe is handy, however is not the recommended one..
    You store all your data in attributes but is easier to maintance...
  5. Replies
    2
    Views
    939

    Maybe the original file is OK, however here in...

    Maybe the original file is OK, however here in the XML file, note also these 2 typos:

    1) In the xml declaration the encoding:

    <?xml version="1.0" encoding="ISO8859-1" ?>
    <?xml version="1.0"...
  6. Replies
    2
    Views
    939

    Hi, Not absolutely clear what you want.. ...

    Hi,

    Not absolutely clear what you want..

    Two points you need to adjust:
    In your xml file (add the root close tag):

    <?xml version="1.0" encoding="ISO8859-1" ?>
    <?xml-stylesheet...
  7. That's good news! Cheers! Kostas

    That's good news!

    Cheers!

    Kostas
  8. Hi, 1) One reason I can think at this moment...

    Hi,

    1) One reason I can think at this moment is:
    Maybe in the point (frame) where the following code (the "onRelease" event) executed.. there is NOT one of the "firefx" and/or "h2" clips.. I...
  9. Hi, Don't mention it! I don't know if you...

    Hi,

    Don't mention it!

    I don't know if you mean this:
    In these cases the common practise is to embed the swf with dinensions set to 100%, so the flash automatically adjusted when browser...
  10. Replies
    1
    Views
    439

    Hi, Maybe try the "Latin I" (or something...

    Hi,

    Maybe try the "Latin I" (or something from the other Latin groups).

    Cheers!

    Kostas
  11. Hi, I don't think the unescape will work in...

    Hi,

    I don't think the unescape will work in this case..

    For example something like this won't work..

    var link:String =unescape(xml.firstChild.childNodes[0].childNodes[0])

    The problem...
  12. Replies
    1
    Views
    3,688

    Hi, Most probably the problem related with the...

    Hi,

    Most probably the problem related with the use of embed fonts in your text field..

    Try not to embed the fonts (example select to use device fonts -no antialias-)

    Cheers!


    Kostas
  13. Replies
    1
    Views
    541

    Hi, The basic problem seems to be the fact...

    Hi,

    The basic problem seems to be the fact that use assignment instead of equality in your "If" statements:



    Also this part can be written more efficiently

    var lexUrl:Array = new...
  14. Replies
    17
    Views
    703

    Hi, In your main timeline, click the frame 30...

    Hi,

    In your main timeline, click the frame 30 in the "Buttons" layer, then press the F9 key to open the script editor (where can see the AS for the "blueButton") add the lines shown in Red as...
  15. Replies
    1
    Views
    597

    Hi, May try this example (Requires an Alert...

    Hi,

    May try this example (Requires an Alert component in the Library, and a button on stage named "myButton" -to launch the Alert-):

    AS:

    // IMPORTAN: This script REQUIRES:
    // 1) An "Alert"...
  16. Replies
    17
    Views
    703

    Hi, This at least in flash 8 not exist (except...

    Hi,

    This at least in flash 8 not exist (except if you have set a "name" property):

    myLocalSO = SharedObject.getLocal("flashcookie");

    if(myLocalSO.data.name != "flashcookie") {...
  17. Nice!, Your welcome! Cheers! Kostas

    Nice!, Your welcome!

    Cheers!

    Kostas
  18. Replies
    9
    Views
    3,991

    Your welcome! Bye! Kostas

    Your welcome!

    Bye!

    Kostas
  19. missunderstunding.. use: var NamePrefix="mc" ...

    missunderstunding..

    use: var NamePrefix="mc" // already done it in the code i gave

    or:
    var NamePrefix="menuItem"

    //the prevous requires to give to your menu movie clips the names:...
  20. Replies
    17
    Views
    703

    Hi, Got an "Unexpected file format.." of your...

    Hi,

    Got an "Unexpected file format.." of your file.. (if save for flash 8 you get greater possibility, someone to open your file)

    In general: Once you have setup correctly your sharedObject...
  21. Hi again, Its OK now.. :) I modified...

    Hi again,


    Its OK now.. :)

    I modified (adapt) your code a bit [now you can set any string prefix for your movies and a number as suffix eg. "myMc1", "myMc2", etc until "numOfMenu". Your menu...
  22. Hi, At first I use flash 8.. Then I am not...

    Hi,

    At first I use flash 8..

    Then I am not sure what is your problem: you can use instance names 1 to 4 but the CS3 not accept 5,6,7,etc, or you cannot use a name that start with a digit ?
    ...
  23. Replies
    17
    Views
    703

    Hi, Couldn't open your file.. For the...

    Hi,

    Couldn't open your file..

    For the shared object to work, the user should have allow the flash player to store data ("flash cookies") -this is enabled by default- in his computer [and also...
  24. Replies
    9
    Views
    3,991

    Hi, Sorry, I couldn't open the file.. (I use...

    Hi,

    Sorry, I couldn't open the file.. (I use Flash 8) :(

    Maybe the font you are using doesn't include these characters..

    Try not embed the font or use a devise font and espacially one of...
  25. Replies
    3
    Views
    1,011

    Hi, Your welcome! Kostas

    Hi,

    Your welcome!

    Kostas
Results 1 to 25 of 408
Page 1 of 17 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center