A Flash Developer Resource Site

Search:

Type: Posts; User: vld_apo

Search: Search took 0.02 seconds.

  1. [F8] SWFObject addVariable() and preloader

    Hello everybody, i have an flash application which i embed using
    swfobject 1.5 . I pass variables to the flash using the
    addVariable() method of the swfobject .


    Now i want to make another...
  2. Replies
    6
    Views
    1,176

    Yeah, I have solved the problem anyways ... after...

    Yeah, I have solved the problem anyways ... after 6 hours of trying and staring at the code... basically, I have a function init(), that does all initialization of components and modules, and I add...
  3. Thread: combo box bug

    by vld_apo
    Replies
    3
    Views
    822

    guys, im having the same problem with the...

    guys, im having the same problem with the combobox, and I'm using the lockroot property, but still that trail remains ... help ?
  4. Replies
    8
    Views
    1,242

    the problem is that the arrays should contain...

    the problem is that the arrays should contain only the data from the XML so that i don't have to call the server over and over again ...

    so the part // push all data to arrays
    has nothing to...
  5. Replies
    8
    Views
    1,242

    and here is the xml ...

    and here is the xml ...

    <?xml version="1.0" encoding="ISO-8859-1"?>
    <colors>
    <color name='color_1' value='dd137b' />
    <color name='color_2' value='6d33' />
    <color name='color_3' value='8f5444'...
  6. Replies
    8
    Views
    1,242

    it would work perfectly, but the point is that I...

    it would work perfectly, but the point is that I want the XML to be loaded only once, and then its contents to be transferred to an array, which will be available anywhere
  7. Replies
    6
    Views
    1,176

    How did u solve this pls tell me where did u read?

    How did u solve this pls tell me where did u read?
  8. Replies
    8
    Views
    1,242

    [F8] XML parse and store in Array

    I have an array variable which i want to hold the values of the parsed XML i am sending via PHP. But somehow, flash treats the code as it was local, after the onLoad event, my array seems to be...
  9. [F8] Combobox - green trail after an item is selected: MovieclipLoader used

    Hi, I have a swf that contains Combobox controls, and another swf that has an instance of MovieclipLoader class, and loads in the combo.swf. That way I get a nice preloader for my movie. But the...
  10. For the first part, all you need to do is to...

    For the first part, all you need to do is to create an XML which will contain the path of the image you want to load in each node. Then, in flash u load the XML and parse it, pulling the path of the...
  11. [F8] Preloader does not show (Lots of Actionscript ?!)

    Hello, I have flash app which has 1 frame and several layers which contain GUI controls such as comboboxes and textareas ... The rest of the app is done through AS (and there is a lot of it). I use...
  12. [F8] Images loaded with loadMovie() disappear after a while

    well ... when I load images with loadMovie() function, at first they appear fine, and after a while, some of them (randomly I guess) dissapear and randomly reappear after a while.

    This does not...
  13. Guys, consider this to see what i mean: Open a...

    Guys, consider this to see what i mean:

    Open a new Flash 8 document.
    Create two text fields : one dynamic and one input text field
    Give them instance names
    Open actionscript and write an...
  14. [F8] wmode transparent does not allow to write with changed locale in TextInput field

    Hello,

    here is my problem:
    I have a flash movie and on the stage there are several TextInput UI components. Each of them has assigned an event handler. The .swf is embedded into the HTML (i am...
  15. Thread: XML Help

    by vld_apo
    Replies
    1
    Views
    612

    Why don't you use a real database, for instance,...

    Why don't you use a real database, for instance, MySQL, use some php code to read from it and to create the xml you want to read from. Then you load the xml in the flash movie and read from it....
  16. Replies
    2
    Views
    704

    I think you should think of connecting the flash...

    I think you should think of connecting the flash to a database instead of xml. A good way to do it is to use xml, php and MySQL.
  17. Why doesn't "_self" work when embedded on other site ?!

    Hi everyone, this is my first post, I have a problem with a flash dynamic menu.
    Namely, every button on the menu is a movie clip, which has the on(release) handler added. In it, I use the getURL()...
Results 1 to 17 of 17




Click Here to Expand Forum to Full Width

HTML5 Development Center