A Flash Developer Resource Site

Search:

Type: Posts; User: Ivo Vandeberg

Page 1 of 13 1 2 3 4

Search: Search took 0.19 seconds.

  1. Flash + loading xml variables - Security issue

    Hi there,

    We've found a security issue when using Flash to load data from an external xml file. The problem is that the Flash file accepts the data.xml file from anywhere. Thus a 'custom' xml file...
  2. Hey OpethRockr, you're right. Once I...

    Hey OpethRockr,

    you're right. Once I remembered that the angle of the radius of the target on the tangent is always 90 dgrs...I knew how to do it. I'll get back to you soon!

    cYa
  3. Hi OpethRockr55, That's exactly what I mean...

    Hi OpethRockr55,

    That's exactly what I mean and I did find math that addresses excatly that. However, I can't make 'heads or tails' of it! I'd have to work back through the 'math' to start...
  4. Replies
    0
    Views
    372

    Math: Circles and points....

    Hi there,

    I have a math question. I know there's a "Math&Physics"-forum, already posted it over there but there's a little more 'traffic' over here, if you get my drift... So perhaps someone here...
  5. Calculate tangents on a cirkel from a point...

    Hi there,

    How can I calculate the coordinates where the tangent from a point crosses a circle?
    I know that the distance from the point to the center of the circle is the radius of the circle that...
  6. Hi ThomasMurphy, bummer, huh! I haven't worked...

    Hi ThomasMurphy,

    bummer, huh! I haven't worked on that particular 'movie' in a while. However, I will in a week or two. I still haven't found the sollution or a workaround. You haven't got any...
  7. HTML formatting in dynamic textfield conflicting with masking. (?)

    Hello,

    Got the following prob:
    Using a dynamic textbox in a scrollpane (Flash component). I'd like to format the text with some html.
    For the scrollpane to mask the text you need to embed the...
  8. Hi Tupps, thanks for the reply! Well, the...

    Hi Tupps, thanks for the reply!

    Well, the problem arises when trying to load the external file. The actual js-error (I've now got it down to 1 continuous errorstatement - improving already.)...
  9. Remote XML file (RSS Feed) - acces denied or not preloaded?

    I've been building an RSS feed-reader to accumulate RSS feeds from different sites, initialy using JavaScript. While developing I used local xml files (pre-downloaded feeds), all worked fine. When...
  10. But ofcourse! And when asked, one answers.

    But ofcourse! And when asked, one answers.
  11. The answer is simple: YES. Only the visibility...

    The answer is simple: YES. Only the visibility properties of the mc are affected. The clip (and it's children) is still accessible.

    Grtz,
    Ivo
  12. Hey nok54, this is not possible with text. To...

    Hey nok54,

    this is not possible with text. To distort text you will have to break it apart. Than you'll be able to mold it into any shape you like with the envelope tool.

    cYa,
    Ivo
  13. Replies
    2
    Views
    432

    Graphic representation of sound.

    Hi there,

    I'd like to give my 'graphic representation' of the sound that's playing a bit more realism than just reacting to volume and pan. More like a 'graphic band equalizer'; like in the...
  14. Replies
    0
    Views
    354

    Graphic representation of sound.

    Hi there,

    I'd like to give my 'graphic representation' of the sound that's playing a bit more realism than just reacting to volume and pan. More like a 'graphic band equalizer'; like in the...
  15. Replies
    5
    Views
    511

    Hi there Rizzla, Well, I'd be happy to...

    Hi there Rizzla,

    Well, I'd be happy to assist/work with you. I'm a free-lance designer, Flash among other things. It all depends on how you want to set it all up, where you live, who you are, etc....
  16. Replies
    4
    Views
    402

    Some additional info: only the following tags...

    Some additional info:

    only the following tags now render: <u>,<p>,<font>,<ul> and <a>
    Any text between the tags: <b> and <i> is ignored and characters like \&amp\; are not rendered either.
    ...
  17. Replies
    4
    Views
    402

    Hi, the problem is not loading in the text....

    Hi,

    the problem is not loading in the text. The text is written to the textfields but as plain text. Although the html-checkbox is checked for that textfield. So: "<b>Hello world.</b>" is shown as...
  18. Replies
    2
    Views
    357

    Hey DrunkTank, Have you set the button...

    Hey DrunkTank,

    Have you set the button 'tracking' property to "track as menu item"? This more accurately tracks the rollOver/rollOut contacts.
    To be more certain you could do it with AS and...
  19. Replies
    4
    Views
    402

    HTML not rendering correctly...?

    Hi there,

    I've run into a problem or glitch concerning the rendering of html in a dynamic textfield.
    I've used html before. However, now the html just fails to render at all. The text is loaded...
  20. HTML text not rendered when including outlines!?

    Hi,

    I have some text that I want to mask. The dynamic text is in HTML-format. This combination however doesn't seem possible. The text isn't shown when masked if the outlines aren't included but...
  21. Replies
    1
    Views
    365

    Interval not cleared.

    Hey,

    got this prob:

    //
    function theFunction () {
    // Some statements and...
    clearInterval(myInt);
    }
    // I've set an interval as follows
  22. Event handlers not responding when using loadMovie?

    Hello,

    On frame 1 I have:
    _root.Container1.onData = function () { trace("Hello"); };
    On frame 2:
    function loadMovies() { }
    loadMovies();

    The movie is loaded in 'Container1' but the onData...
  23. Replies
    5
    Views
    400

    You can read the txt files without any probs in...

    You can read the txt files without any probs in Flash. Use the loadVariablesNum() function. State your variables like such: "&txt1=Your text goes here".

    To write to textfiles you must use a...
  24. Replies
    3
    Views
    681

    You could do 2 things I guess: 1) Build up the...

    You could do 2 things I guess:
    1) Build up the circle of 4 quarts.
    2) Use a function to build the circle.

    The second option is bloody complicated but you can look it up. Search for geomitry(or...
  25. Replies
    2
    Views
    415

    You can check the mouse position by using the...

    You can check the mouse position by using the myMC.hitTest() function.

    myMC.onEnterFrame = function(){if(!this.hitTest(_root._xmouse,_root._ymouse,false)){}};

    See the Flash reference guide,...
Results 1 to 25 of 302
Page 1 of 13 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center