A Flash Developer Resource Site

Search:

Type: Posts; User: APS

Page 1 of 7 1 2 3 4

Search: Search took 0.05 seconds.

  1. Thread: LoadVars Object

    by APS
    Replies
    3
    Views
    502

    Thanks both - am still trying to get my head...

    Thanks both - am still trying to get my head around objects.

    I ended up using LoadVars because I needed to stop the movie progressing until the variables were actually loaded (probably not clear...
  2. Thread: LoadVars Object

    by APS
    Replies
    3
    Views
    502

    LoadVars Object

    I'm using a Load Vars object to load URLs from a text file, which is all working fine and dandy.

    What I'm having problems with is moving the variables/value pairs out of the object onto the movie...
  3. Replies
    1
    Views
    545

    Are you using components for this? You can use...

    Are you using components for this?

    You can use various methods to get/set the properties of FScrollPane:

    getScrollContent()
    getScrollPosition()
    setScrollContent()
    setScrollPosition()

    . ....
  4. Replies
    3
    Views
    485

    Can you post the movie you're working on? I'd be...

    Can you post the movie you're working on? I'd be happy to have a quick look at the ActionScript for you . . .
  5. Replies
    4
    Views
    652

    These pages might help: ...

    These pages might help:

    http://www.blago.net/content/reframer.html?dev_flash/swf_to_js.html

    http://www.blago.net/content/reframer.html?dev_flash/swf_to_js.html

    What you're asking for is...
  6. Replies
    1
    Views
    340

    Depends how your table is constructed but I would...

    Depends how your table is constructed but I would look into using the tabindex property. It is available for buttons, movie clips and text fields. Take a look in your actionscript reference for more...
  7. Thread: Test Got Flash

    by APS
    Replies
    1
    Views
    469

    I use the Moock FPI, hasn't let me down yet and...

    I use the Moock FPI, hasn't let me down yet and is very robust:

    http://www.moock.org/webdesign/flash/detection/moockfpi/
  8. Had another look at this, found some help at this...

    Had another look at this, found some help at this thread:

    http://www.flashkit.com/board/showthread.php?threadid=570823&highlight=array+from+external+variables

    Looks like it is possible after...
  9. I could be wrong, but I don't think so. The...

    I could be wrong, but I don't think so. The LoadVars.load() can retrieve variables from an external text file BUT those variables are always formatted as variable/value pairs separated by an equals...
  10. Replies
    4
    Views
    652

    OK - Am kind of making this up as I go along...

    OK - Am kind of making this up as I go along becuase my javascript isn't that hot, but I'm pretty sure you can use window.location to return the current URL of the window. This should return as a...
  11. Replies
    4
    Views
    528

    Try some of the tutorials on this site or...

    Try some of the tutorials on this site or http://www.actionscripts.org/tutorials.shtml . . .
  12. Replies
    3
    Views
    485

    Its a little hard to post advice because you...

    Its a little hard to post advice because you description is a bit vague. Have you thought of putting your 200 frame animation in its own movie clip as well?

    When you say you want complete control...
  13. Thread: 3D in Flash?

    by APS
    Replies
    7
    Views
    624

    Thats a difficult question, I always admire...

    Thats a difficult question, I always admire educational stuff, when its done well, and am really starting to appreciate the dynamic side of flash sites.

    Second story have done some brilliant work,...
  14. Thread: 3D in Flash?

    by APS
    Replies
    7
    Views
    624

    Unfortunately not, I work for a publishing...

    Unfortunately not, I work for a publishing company and everything we produce is access controlled for subscribers only, can be a bit of a pain when I'm updating my portfolio or CV! . . .
  15. Thread: 3D in Flash?

    by APS
    Replies
    7
    Views
    624

    I think 1 hour is probably a little on the...

    I think 1 hour is probably a little on the optimisitc side! That said it is fairly intuative, I don't use it all the time, but tend to dip in and out of it. I'm still learning but it has helped me...
  16. Thread: 3D in Flash?

    by APS
    Replies
    7
    Views
    624

    Possibly not what you want to hear, given your...

    Possibly not what you want to hear, given your work in Bryce, but if you want to combine 3D with Flash, by far your best option is Swift 3d:

    http://www.swift3d.com/

    . . .
  17. Replies
    2
    Views
    447

    OK, that makes sense. I was replacing the _root...

    OK, that makes sense. I was replacing the _root to avoid building the extra layer in because I already have quite a lot of nesting going on!

    Thanks for the advice . . .
  18. Replies
    2
    Views
    447

    FlashVars getting wiped

    I've got a preload movie set up which loads a seperate SWF. When the new SWF is loaded it replaces the original preload SWF at _root. In the HTML holding file I'm passing two variables through...
  19. Replies
    1
    Views
    797

    Not sure on this, can you post you HTML code? ...

    Not sure on this, can you post you HTML code?

    I'm guessing that you might have missed out a <param> tag for the <object> listing the FlashVars. Something like this:

    <PARAM NAME=FlashVars...
  20. Replies
    3
    Views
    579

    Can you expand on your post at all? Do you have...

    Can you expand on your post at all? Do you have an example of what you're trying to get JAWS to read? . . .
  21. Replies
    1
    Views
    711

    Wildform Flix Pro Users

    I've bought a license of Flix Pro (over Sorenson Squeeze) to convert WMV files into FLV files for export into Flash MX. However I've got numerous issues with the software and I was wondering whether...
  22. Replies
    5
    Views
    1,075

    Can you batch files for compression with Flix? ....

    Can you batch files for compression with Flix? . . .
  23. Replies
    5
    Views
    1,075

    Compression Options

    Hi All - I'm looking at importing video into Flash MX for the first time and was wondering about the options available for pre-import compression. I've seen details for the Sorenson Squeeze...
  24. Thread: ComboBox Problem

    by APS
    Replies
    2
    Views
    561

    . . . but then you can't get focus back to the...

    . . . but then you can't get focus back to the ComboBox and it effectively just disables it! Aaarrrggghhh! . . .
  25. Thread: ComboBox Problem

    by APS
    Replies
    2
    Views
    561

    Panic over! Just found the answer at: ...

    Panic over! Just found the answer at:

    http://webforums.macromedia.com/flash/messageview.cfm?catid=194&threadid=429834&highlight_key=y&keyword1=ComboBox&keyword2=focus

    Apparently there is a...
Results 1 to 25 of 159
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center