A Flash Developer Resource Site

Search:

Type: Posts; User: hypersdc

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    414

    In frame 4 (was in 1). The function called when...

    In frame 4 (was in 1). The function called when text href is clicked on in text file:

    function Clicked(linkName){

    //load text
    TheTextToLoad = linkName;
    loadVariables(TheTextToLoad,...
  2. Replies
    2
    Views
    414

    change text in an MC

    I have a MC whic I have attached a script to which loads an external text file. Here is the script I'm attaching to the MC:
    onClipEvent (load) {

    loadVariables("Default.txt", theTextMC);


    }...
  3. Replies
    1
    Views
    393

    Figured it out

    Ok, my path was wrong. I changed my href call to:
    <a href="asfunction:_level0.Clicked,http://www.google.com">Click Here</a>
  4. Replies
    1
    Views
    393

    href to function from loaded text

    I have a text file that I'm loading with loadVariables. I'm using html in the text file and I want to call a function from the text file via the href command.
    I have in my text file:
    <A...
  5. Thread: Cool Game

    by hypersdc
    Replies
    0
    Views
    369

    Cool Game

    I thought this was a cool game: http://www.thedragonkeeper.com/bonus/cybredslots/3dragon.html
  6. Replies
    2
    Views
    790

    Multiple instance of a flashMX file

    I want to create a chat element, but I would like to re-use the element for certain departments. Dept A would have their own app, dept. B has there own.
    Can I create a base project and then just...
  7. Did you ever resolve this?

    Did you ever resolve this? If you did how did you fix the problem?
  8. component checkbox and set text dynamically

    I have an MC with a checkboc component in it. I am using a duplicate clip to create a series of MCs. I want to dynamically set the text on the checkbox comonent when I duplicate the MC.
    Anyone know...
  9. Thread: loadVars help

    by hypersdc
    Replies
    4
    Views
    395

    loadVars help

    I have this script:

    Mydata = new loadVars();
    Mydata.load("http://www.myurl.com/getdata.asp");
    Mydata.onLoad = function (success){
    if(success){
    _root.ID = this.Mydata ;
    trace(Mydata + "ID");...
  10. Replies
    6
    Views
    531

    Flash E-Commerce Sites

    I'm looking for good flash e-commerce sites. Anybody know of any?
  11. Thank you for your help

    Thank you for your help.
  12. Interested in build our own tool for flash

    We are interested in build our own tool for Flash. Not to replace Flash for authoring but to open up some system level controls. Not sure if we really need the SDK (expensive). How do the other small...
  13. Replies
    0
    Views
    708

    cool, grung, hip hop avatars

    Looking for links to the coolest grung, hip hop avatars out there.
    Please send me your links.
  14. Replies
    0
    Views
    288

    There has to be a way - logoff

    I have a flash site that needs to run a function when the user closes the window. I have run into an issue when the user clicks the X in the window. I have a javascript onUnload that calls a function...
  15. Replies
    2
    Views
    441

    I'm looking for the same information

    Please let me know if you find a solution. I'm still researching and will post any info I find.

    Thanks,
    Hypersdc
  16. Replies
    5
    Views
    452

    Be careful

    There is an issue with chromeless windows and newer versions of IE. You will get a full screen window instead if your windows are a certain size.
  17. Replies
    0
    Views
    430

    Detect if swf is closing

    Is there anyway (besides javascript) to detect if the swf file in a page is closing?
  18. Replies
    1
    Views
    313

    Site by someone I know

    This site was done by a person I know. I know the dev. team are still working on some features but I liked it. Kind of Myst like. The product is super cool also. A dragon and dragon world interactive...
  19. Replies
    1
    Views
    368

    solved it myself - I think

    whichArrayAreWeCalling = 3;
    this.myImageVar = _level0.myMC["myArray" + whichArrayAreWeCalling][x];
  20. Replies
    1
    Views
    368

    correct syntax

    I'm trying to make this code dynamic.

    this.myImageVar = _level0.myMC.myArray3[x];

    I want to make the name of the array dynamic so I can reuse the code for other arrays.

    Like so:
    ...
  21. Replies
    1
    Views
    379

    href on embedded movie

    I have a swf movie embedded on a webpage. I want to put an href around the object code but when I do it doesn't work.
    Can it be done or does flash not allow it?
  22. Replies
    0
    Views
    397

    Problems installing Flash6 plugin

    I have a XP machine that will not install the Flash6 plugin. I have gone through the uninstall process recommended by Macromedia but the uninstaller could not find the win32.dll (it is one folder...
  23. Did you ever get this worked out?

    I have a client that is having a similar problem. This could be an enormous issue for me as I'm using code that is specific to MX.
  24. Replies
    2
    Views
    724

    interesting

    It didn't end up being the path after all. What is strange is that when I resized my MC the fields inside dissapeared. Found a work around by not resizing the MC.
    So "this" does work in a MC loaded...
  25. Replies
    2
    Views
    724

    this and level0.myMC issue

    I have a movie where I have used "this" in several places.
    Now when I load it into my level0.myMC the movie doesn't behave properly.

    Original
    this["chkMC" + i]._visible = false;

    tried: But...
Results 1 to 25 of 74
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center