A Flash Developer Resource Site

Search:

Type: Posts; User: projectalpha

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    661

    Thanks! It works!

    Thanks! It works!
  2. put the swf files in an array and preload them

    put the swf files in an array and preload them
  3. Replies
    2
    Views
    661

    Try this instead siteName=_root.myString;...

    Try this instead


    siteName=_root.myString;
    myLabels1=new LoadVars();
    myLabels1.load("http://www.mysite.com/websites.php?do=showSite&siteName="+siteName);
    myLabels1.onLoad=function(){...
  4. Replies
    2
    Views
    661

    Preloading external images

    Hi peeps,
    I'm trying to preload external images from a folder and they don't seem to be preloading. When I run a trace, the vars 'total' and 'loaded' come up as 4, even though the image i'm...
  5. Oh, I meant how to do that within actionscript. ...

    Oh, I meant how to do that within actionscript. Attach a the javascript "document.referrer" to the end of a url for getURL or load. =P
  6. One more question: would there be a way for me...

    One more question:

    would there be a way for me to insert that "document.referrer" at the end of a url in something like getURL or myVars.load?

    example:
    ...
  7. Thanks for the help!

    Thanks for the help!
  8. basically what I want to do is embed an SWF in my...

    basically what I want to do is embed an SWF in my profile on a website(that does not allow any type of scripting (except for flash embed)) that calls a .JS file on my own server and call a...
  9. I'm getting a syntax error "Syntax error. import...

    I'm getting a syntax error "Syntax error. import flash.external.ExternalInterface;". Is this because i'm not using Flash 8? The flash I have is MX2004 and it's using Flash 7. Is there anything I...
  10. importing a JS file into a Flash movie

    Is there any way for Flash to import a JS file and execute the functions within the swf such as "document.referrer"? Thanks.
  11. Replies
    0
    Views
    276

    importing a JS file

    can someone delete or lock this thread?
  12. Replies
    1
    Views
    579

    this happens to me too. After awhile, some...

    this happens to me too. After awhile, some elements just disappear. Anyone have any ideas what the problem is?
  13. Well, I figured it out. Sloppy coding but it...

    Well, I figured it out. Sloppy coding but it will do for now. Instead of using a for loop, i used an if statement and an onEnterFrame. I refrenced this thread which helped me out big time. Inside...
  14. Anyone else?

    Anyone else?
  15. no, the "//end for" is just a comment. Thanks...

    no, the "//end for" is just a comment. Thanks for the help though.
  16. is the sound file being exported in the first...

    is the sound file being exported in the first frame?
  17. Making menu items appear one at a time

    I've tried this code but it doesn't work. "menuItems" is an array with the names of the menuitems. How would I get the menu items to appear one at a time. With this script, they all appear...
  18. Replies
    1
    Views
    324

    Nevermind, I figured it out. I just used ...

    Nevermind, I figured it out. I just used
    mc.loadMovie(section+".swf?q="+otherVar); but it only works in the browser.
  19. Replies
    1
    Views
    324

    Passing vars with LoadMovie

    I did a search, and either the results didn't fit what I was trying to do, or I didn't understand. I'm fairly new to AS.

    I have this function (below) which loads an external swf.



    function...
  20. awesome! Thanks!! I got it to work!!!

    awesome! Thanks!! I got it to work!!!
  21. yes, there are references to _root. What should...

    yes, there are references to _root. What should I use instead? The script is in the main timeline of the external swf. Thanks!
  22. actionscript not working when using LoadMovie

    I have a movie clip button that calls the code below. My problem is that when it loads the external swf, it doesn't execute the actionscript within that swf.

    function showLeftMenu(mItem) {...
  23. Replies
    2
    Views
    311

    Oh man. I'm such a noob. I can't believe I...

    Oh man. I'm such a noob. I can't believe I missed that. Thanks so much!! :)
  24. Replies
    2
    Views
    311

    function help

    Hey all, I was following this tutorial, and I was having some problems with a certain function.

    the tutorial basically calls a php array and builds a menu out of the vars passed. The code below...
  25. Replies
    2
    Views
    383

    Doh! Thanks alot! I just let flash put in the...

    Doh! Thanks alot! I just let flash put in the embed tags and I guess I forgot to edit the other tag when I modified it. Thanks again!
Results 1 to 25 of 172
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center