A Flash Developer Resource Site

Search:

Type: Posts; User: znylum

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    1,738

    okay... i've dealt with rounded hit test stuff...

    okay... i've dealt with rounded hit test stuff like this before. What you want to do is check the distance between you and the center of the rounded wall.

    Essentially you check for the...
  2. Replies
    2
    Views
    491

    I have to tell you... I wouldn't know where to...

    I have to tell you... I wouldn't know where to begin with this. HOWEVER, the guys site you provided just had a 4-5 second loop running. If it was done in as2 or as3 dynamically then it would be so...
  3. Replies
    2
    Views
    13,260

    I have a cross domain policy already set up. I...

    I have a cross domain policy already set up. I really don't think that's the problem.

    Here's my code:



    // load cross domain policy
    var myXML:XML = new XML();
    myXML.ignoreWhite=true;...
  4. Replies
    2
    Views
    13,260

    Streaming from a server: html problems

    Hi,
    I'm hoping someone here can understand my problem.

    I have a netStream loading an flv file from our server and it works great in the swf. However, when published to html it doesn't load the...
  5. Flash8 Okay I got it working from drive to drive. ...

    Okay I got it working from drive to drive. However, it's being forced to open in a new window. I need more help please.



    var myXML:XML = new XML();
    myXML.ignoreWhite=true;...
  6. Flash8 Well essentially all the PCs that would be...

    Well essentially all the PCs that would be accessed are on a closed network with it's own private server. Security isn't an issue.

    Here's the problem. Each of these PCs have an example.xml file...
  7. Flash8 Loading a .swf from a different drive in AS2

    Hi all, I need your help.

    I need to make a flash located on the internet load a swf from user's PC/network. Essentially, make it so that "myrandomsite.com/main.swf" can load...
  8. Replies
    2
    Views
    3,779

    Thank You!!!

    Thank You!!!
  9. Thread: Trace question

    by znylum
    Replies
    3
    Views
    538

    Not entirely sure what exactly you need, but...

    Not entirely sure what exactly you need, but using "_root." before the variable name helps a lot in calling variables from the actions layer.

    example:


    var a = 1;

    if (_root.a == 1) {
    ...
  10. Replies
    2
    Views
    3,779

    Dynamic variable names in a loop

    Hi, I'm still a noob at as3 and I'm trying to write a script so that I can affect variable names using a loop.

    For example:



    var varName;

    function test(event:MouseEvent):void
    {
  11. Replies
    1
    Views
    419

    help with mc instances in AS3

    Does anyone know if it's possible to use AS3 to give created movie clips instance names? And if it is possible, is it then possible to change the instance names of the movie clips within the created...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center