A Flash Developer Resource Site

Search:

Type: Posts; User: AffinityFX

Search: Search took 0.03 seconds.

  1. Replies
    9
    Views
    4,097

    The page I'm trying to load is local, it's in the...

    The page I'm trying to load is local, it's in the same directory as the swf file itself (it still doesn't work if I try to load Google).

    Yeah when I downloaded the code from Kirupa it worked fine...
  2. Replies
    9
    Views
    4,097

    Well the code you just gave me works when it's...

    Well the code you just gave me works when it's hosted on my web server, but not when it's run locally. Do you know why this code would work using AS1 locally but not using AS2?

    Thanks for all your...
  3. Replies
    9
    Views
    4,097

    Well it more than likely will be viewed on more...

    Well it more than likely will be viewed on more than one computer and it won't be possible to change the settings on each of them. I've tried to embed the javascript code within the html file, but...
  4. Replies
    9
    Views
    4,097

    Thanks for responding, The problem is the...

    Thanks for responding,

    The problem is the website for which this code is for won't be uploaded to a web server, it will only ever be viewed locally. Does this mean that there isn't any possible...
  5. Replies
    9
    Views
    4,097

    AS2 Open new window

    I'm sorry to have to ask this as I know there are many tutorials out there on how to do this, but using as2 how can I open a new browser window when a button is clicked, that is sized to specific...
  6. I've just figured it out! The problem was that I...

    I've just figured it out! The problem was that I was trying to retrieve the height of a text field that hadn't received it's text yet, therefore hadn't resized and therefore hadn't changed it's...
  7. To be honest I'd rather stick with textFields, as...

    To be honest I'd rather stick with textFields, as I have already written the code and have it working, to a certain extent. It just seems weird that once a textField has been autoSized, it renders...
  8. Yeah it is, that's the problem with something...

    Yeah it is, that's the problem with something like this, there's always a million problems to solve, lol.

    The idea is that with a run through of the loop the textY variable will be replaced with...
  9. If I trace the textHeight property after the...

    If I trace the textHeight property after the autoSize property then It returns 0, and if I do the same for the height property then it returns 4. Also I'm trying to retrieve the values of textField...
  10. How to retrieve a TextFields.height property when TextField.autoSize is enabled?

    I have a TextField that has the autoSize property set to TextFieldAutoSize.LEFT; and for some reason when I try and retrieve the textField's height property like this "myNumVar = textField.height" it...
  11. Thanks for your reply! Yeah it worked, the code...

    Thanks for your reply! Yeah it worked, the code created a new TextField for each node within an XML file, which is exactly what I need! The only problem was that for some reason it was only filling...
  12. Creating unique textFields in a For loop.

    I have a for loop that runs depending on the length of an XML file. What I want to do is create a unique text field for each run through of the loop, and give it it's own position on the stage, and...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center