A Flash Developer Resource Site

Search:

Type: Posts; User: devilspawn

Page 1 of 9 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    13
    Views
    707

    Hi Refer to the variable connected to the...

    Hi
    Refer to the variable connected to the textBox...

    varText1 = varText2 + varText3

    DSpawn
  2. Replies
    1
    Views
    420

    As u so firmly staed yourself; nothing is...

    As u so firmly staed yourself; nothing is imposible ;) to quite easy create realistic 3d in flash try Swift 3d from Electric Rain
    (link on the FK main page)
    DSpawn
  3. Replies
    5
    Views
    590

    Ok, I've found it. This is why I hate when the...

    Ok, I've found it. This is why I hate when the project is to big to create yourself, and u have to edit other peoples code :p turned out to be nothing more than an setProperty reffering to _root...
  4. Replies
    9
    Views
    1,115

    which NOT witch... maaan, its hard to be...

    which NOT witch... maaan, its hard to be Norwegian :p
    DSpawn
  5. Replies
    9
    Views
    1,115

    Well, this file tries to open another file. The...

    Well, this file tries to open another file. The content newer extend the border, its just loaded into antoher swf witch u were unable to see unless u interact with the banner
    DSpawn
  6. Replies
    5
    Views
    590

    This is odd... The file i'm taling about is a...

    This is odd...
    The file i'm taling about is a education system for flash, and the mainApp is suppose to load in different themes and tasks for the students in the different external swf. They all...
  7. Replies
    5
    Views
    590

    No, there is no preloader, as the files are...

    No, there is no preloader, as the files are loaded from disc and not web
    DSpawn
  8. Replies
    1
    Views
    543

    http://www.dissymmetry.com/tutorials/fullscreen.ht...

    http://www.dissymmetry.com/tutorials/fullscreen.html

    DSpawn
  9. Replies
    5
    Views
    590

    This is suppose to work!

    Hi all

    on(release){
    myMovieClip.loadMovie("myFile.swf");
    }

    Just a basic code to load the swf, but it doesn't work. I get some reaction though. It unload the content in the container-clip, but...
  10. Replies
    3
    Views
    564

    Tnx for the backup my dear fellow FK'er ;) DSpawn

    Tnx for the backup my dear fellow FK'er ;)
    DSpawn
  11. Replies
    3
    Views
    564

    Hi Have u tried to publish the file and testing...

    Hi
    Have u tried to publish the file and testing it in the browser? I bet it works then. The mailto: isn't really supported by flash itself, so it wont work while testing I recall
    DSpawn
  12. Replies
    6
    Views
    578

    Hi Yes this is possible, with some fairly easy...

    Hi
    Yes this is possible, with some fairly easy scripting.

    onClipEvent (enterFrame) {
    if (_root.nowGo == true) {
    this, _x -= 10;
    }
    }

    Now, when the movieLoads, set the variable nowGo in...
  13. Replies
    9
    Views
    1,115

    No, the flash content cannot extend the size of...

    No, the flash content cannot extend the size of the loaded flash file
    DSpawn
  14. No, as far as I know, the getURL is used with...

    No, as far as I know, the getURL is used with http:// only. The load use loadMovie() og loadMovieNum to load jpeg og swf, loadVariables() to load variables from txt file, and fs-command to load...
  15. Replies
    1
    Views
    536

    Hi Yes to load another swf into your movie is...

    Hi
    Yes to load another swf into your movie is one option, but it's not neccessary. You could just create a movieClip and place the content of each site inside this/these.
    To load an external swf...
  16. About the size.. really hard to tell... Try...

    About the size.. really hard to tell... Try creating a site, and post the swf file in the site-check forum, and me or someone else will review it for u :)
    DSpawn
  17. I PM'ed a tutorial :) DSpawn

    I PM'ed a tutorial :)
    DSpawn
  18. Yes, this is what this script will do :) just...

    Yes, this is what this script will do :) just follow the instructions in the file and it'll work.
    Basicly what this does, is to use the getURL to launch a javaScript in the HTML page. The javaScript...
  19. Replies
    34
    Views
    3,663

    Seems like Sintrix.com is about to solve this...

    Seems like *******.com is about to solve this issue anyway :)
    DSpawn
  20. Strange... the post was distorted in some way......

    Strange... the post was distorted in some way... download the explenation in the text file instead :confused:
    DSpawn
  21. Hi On the button which is to load the "popup"...

    Hi

    On the button which is to load the "popup" vindow, insert the following code:


    on (release) {
    getURL("JavaScript:popup();");
    }
  22. Replies
    34
    Views
    3,663

    I totaly agree. The codes are predefined words,...

    I totaly agree. The codes are predefined words, witch we are bound to use if we want to create interactivity in flash. So, I'll send an e-mail to macromedia to obtain the right to use the on(release)...
  23. Replies
    2
    Views
    670

    Hi and welcome to FK :) ...

    Hi and welcome to FK :)

    http://www.macromedia.com/cfusion/tdrc/index.cfm?product=flash
    this url is to download the trial of macromedia flash.
    This is what 99.9% use ;) ... also u could check out...
  24. Replies
    2
    Views
    533

    Sorry... the _currentframe is read-only, and...

    Sorry... the _currentframe is read-only, and returns the integer only. U could maybe define a variable which get a "label-value" when u reach the frames? why do u need to check for a label?
    DSpawn
  25. Hi Well, this depends on the size of the pages...

    Hi
    Well, this depends on the size of the pages really... mostly there is no need to put every page in its own swf file. But, if u for instance has a site with an online game and som info about a...
Results 1 to 25 of 206
Page 1 of 9 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center