A Flash Developer Resource Site

Search:

Type: Posts; User: HotteKiessling

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    795

    I guess I answered my own question. Adding...

    I guess I answered my own question.
    Adding _level0. or _root. in front of the variable in the mc seems to work fine.
  2. Replies
    1
    Views
    795

    [F8] FlashVars scope

    I'm using FlashVars to load variables into a swf.
    I can only access the imported variables from the main timeline.
    Is there a way to make the loaded variables _global so that I can access them from...
  3. Replies
    6
    Views
    1,313

    Is there a way to populate the Array outside a...

    Is there a way to populate the Array outside a function using the onLoad event handler?
  4. Replies
    6
    Views
    1,313

    You can download the files here:...

    You can download the files here:
    http://www.seattlepsycle.com/flashkit/F8.zip

    If you look at trace(dataListArray) at the bottom of the scrip it doesn't trace. It only traces in the parseXmlData...
  5. Replies
    6
    Views
    1,313

    Thanks! That worked in a way.I moved the var...

    Thanks! That worked in a way.I moved the var DataListArray = new Array() outside the parseXmlData function. Now I can call the DataListArray to populate it inside parseXmlData function. But that...
  6. Replies
    6
    Views
    1,313

    [F8] scope issue

    I've build a Array (DataListArray) and want the Array elements be able to be accessed outside the function they where created in.

    The only way I can get it to work is if i do everything within the...
  7. Replies
    0
    Views
    599

    [F8] script for menu

    Hi
    I'm trying to write a script for a menu mc to remember it's x coordinate using an if statement.

    like this:

    menu_btn.onRelease = function() {
    _root.gotoAndStop("menu");...
  8. Replies
    1
    Views
    2,098

    Has that happened to anybody before? Any thoughts...

    Has that happened to anybody before? Any thoughts would be appreciated.
  9. Replies
    1
    Views
    2,098

    Web banner

    Hi

    I'm creating Web Banners with flash 8. When the banner is viewed in a web page using internet explorer, there is a blue line that goes around the entire banner. All other browser are fine....
  10. Replies
    10
    Views
    1,570

    I fixed my compression problem. I was in the...

    I fixed my compression problem. I was in the quick time source file. When you viewed the .mov in quicktime player it seemed fine, but after converting it to FLV ( using Flash) it would stop half way...
  11. Replies
    10
    Views
    1,570

    I'm also using Flash 8. I tried several...

    I'm also using Flash 8. I tried several different .mov files and and after compression they all have the same problem.
  12. Replies
    10
    Views
    1,570

    I downloaded a free FLV player to view the file...

    I downloaded a free FLV player to view the file and it has the same problem.
    It stops about halfway through when i scrub past the place where it stops, it does continue playing, without the audio...
  13. Replies
    10
    Views
    1,570

    I am having the exact same problem. What version...

    I am having the exact same problem. What version of Flash are you useing?
  14. Replies
    7
    Views
    1,565

    Right on. Thank you!!! Thats what i need to know....

    Right on. Thank you!!! Thats what i need to know.
    Thanks again.
  15. Replies
    7
    Views
    1,565

    could you let me know what the code looks like as...

    could you let me know what the code looks like as an example?
    and is it actionscript or does it go into the html?
    thx
  16. Replies
    7
    Views
    1,565

    I'm using a button in a web banner. The ad...

    I'm using a button in a web banner. The ad serving network requires clickTag in the getURL field so they can track hits.
    This is the button code:

    on (release) {
    getURL (clickTAG, "_blank");
    }
    ...
  17. Replies
    7
    Views
    1,565

    [RESOLVED] clickTAG

    Hi
    When using clickTag in your flash movie, where do you specify the url.
    Does it go into the flash movie, or into the html file the swf is embedded in?
    Thx
  18. after plugin update ...can't view flash contend

    Hi
    I just downloaded the flash player 9 plug in update, and now I can't view any flash contend in any of my browsers. I'm on a mac using safari, netscape and ie. All I'm getting is a quicktime icon....
  19. Replies
    0
    Views
    3,366

    can't view flash contend

    Hi
    I just downloaded the flash player 9 plug in update, and now I can't view any flash contend in any of my browsers. I'm on a mac using safari, netscape and ie. All I'm getting is a quicktime icon....
  20. Replies
    0
    Views
    367

    Need help targeting movie clip

    Hi
    I'm trying to call this script from within level2.
    With the setProperty command I like to target the movie topMenu.swf in level1 .
    How do I neet to modifie the script ?
    thx


    This is the...
  21. Replies
    0
    Views
    375

    PS like drop shadow

    Hi
    How can I create A Photo Shop like drop shadow in Flash MX.
    Thank you for any suggestions.
  22. Replies
    4
    Views
    493

    PS like drop shadow

    Hi
    How can I create A Photo Shop like drop shadow in Flash MX.
    Thank you for any suggestions.
  23. Replies
    2
    Views
    552

    movie size/drop shadow

    HI
    I created a movie, and as an after thought I would like to add a drop shadow.
    How can I increase my movie size and center my animation, without having my movies that load into location all be of...
  24. Thread: target

    by HotteKiessling
    Replies
    1
    Views
    287

    target

    Hi
    I created a drop down menu and made it a movie instance.
    I'm having problems to target my main time line using a go to command. Any suggestions ?

    Thank you.


    Hotte
Results 1 to 24 of 24




Click Here to Expand Forum to Full Width

HTML5 Development Center