A Flash Developer Resource Site

Search:

Type: Posts; User: vmmc

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    350

    JavaScript problems in Safari

    I'm using the GotoFrame() command in JavaScript to control a Flash movie I have located in another HTML frame labeled 'nav'. So a command would look something like this:...
  2. Replies
    2
    Views
    454

    oooooooooooooooooo, that's slick. thanks so...

    oooooooooooooooooo, that's slick.

    thanks so much!
  3. Replies
    2
    Views
    454

    I have a swf file that reads xml data by calling...

    I have a swf file that reads xml data by calling a server-side script. If I refresh the page, my swf file does not seem to call the server-side script anymore, because even if the data has changed...
  4. Replies
    2
    Views
    368

    thanks so much :)

    thanks so much :)
  5. Replies
    2
    Views
    368

    Here's a crazy question for ya. Is there a way...

    Here's a crazy question for ya. Is there a way to completely remove the existence of a variable? I don't mean just assigning it a NULL value, but completely removing it.

    The reason I'd want to...
  6. Replies
    2
    Views
    3,727

    oh yeah!

    HollowPlanet, you da man!

    My script and swf file WERE in the same directory, but apparently giving the absolute path to the script isn't the same as giving it a relative path.
    ...
  7. Replies
    1
    Views
    1,543

    I've found that XML.loaded is inconsistent with...

    I've found that XML.loaded is inconsistent with its results. It works fine when you're running a movie locally, but I've never gotten it to return TRUE on a .swf file I loaded online.

    Has anyone...
  8. Replies
    2
    Views
    3,727

    I'm using a PHP script that returns data in an...

    I'm using a PHP script that returns data in an XML structure. So rather than calling myXML.load() on an XML file, I'm calling it on a PHP script. For example:

    ...
  9. Replies
    1
    Views
    436

    Hi, I'm trying to use the loadMovie command to...

    Hi, I'm trying to use the loadMovie command to load an ActionScript-heavy .swf file onto my current movie, but it seems that only the elements that I placed in the movie directly show up. All the...
  10. Replies
    0
    Views
    325

    Hi, I really need your help on this one! Is...

    Hi,
    I really need your help on this one! Is there any way to set the property of a movie clip residing on a mask layer?

    Thanks!
  11. Replies
    0
    Views
    343

    is there a way my dynamic textfield's height can...

    is there a way my dynamic textfield's height can resize to appropriately fit my text length? as it stands, if my text input is larger than the textfield size, it cuts off any trailing words.
  12. Replies
    0
    Views
    444

    Hi, I'm filling in dyniamic HTML textfields...

    Hi,

    I'm filling in dyniamic HTML textfields with HTML code I'm grabbing from XML elements. Certain things work fine, like <A HREF> tags or <FONT COLOR> tags, but some don't. If I try putting...
  13. Replies
    4
    Views
    671

    That'd be great. My email is...

    That'd be great. My email is vmmc@digitalboyz.com

    Thanks for the help!
  14. Replies
    4
    Views
    671

    Hi, I'm creating new instances of a movie...

    Hi,

    I'm creating new instances of a movie clip (using attachMovie) based on the number of child nodes that exist in an XML file. Each instance of my movie clip has a dynamic textfield that is...
  15. Replies
    2
    Views
    537

    AWESOME!!!

    thanks a lot!
  16. Replies
    2
    Views
    537

    Hi everyone, This is my first time playing...

    Hi everyone,

    This is my first time playing with XML nodes in Flash, and I'm having a bit of trouble navigating through XML.

    If my XML tree looks like this:
    <parent>
    <child1>
    ...
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center