A Flash Developer Resource Site

Search:

Type: Posts; User: mr mooch

Page 1 of 4 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    581

    Thanks :-) I moved the second txt box from...

    Thanks :-)

    I moved the second txt box from behind a mask and onto the same frame as the first txt box and it seems fine, However :-) So from a frame I can load both txt boxes, but from on press...
  2. Replies
    3
    Views
    581

    2 LoadVars in one script does not work ?

    Hey I have a dynamic txt box on my page it gets text from an external txt file. So far so good.

    var lv:LoadVars = new LoadVars();

    lv.onData = function(thetext:String) {
    mybox_txt.htmlText =...
  3. Replies
    1
    Views
    709

    How to use a cold fusion link in flash

    I use these cold fusion links in html.

    <a href="{{DYNAMIC_LINK:0000}}">Click here for the URL associated with this dynamic link</a>

    And want to use them from flash, any ideas?

    mr mooch
  4. Replies
    0
    Views
    316

    ASP query loading ext swf's. Sometimes

    So I got a asp file that basically says - if there is no query, or if the query does not contain text other than 'home', load the home.swf into an external movie clip. Otherwise load the text thats...
  5. Replies
    8
    Views
    1,295

    thanx kortex will do !

    thanx kortex will do !
  6. Replies
    8
    Views
    1,295

    thats great, thanks the server supports asp...

    thats great, thanks

    the server supports asp only, I know php can be converted, if u have the code for that it would be fab if not maybe someone else can suggest the asp versions.

    much...
  7. Replies
    8
    Views
    1,295

    lol, such is life, it reserves dots for system...

    lol, such is life, it reserves dots for system stuff apparently.
  8. Replies
    8
    Views
    1,295

    Thanks for the reply. I have tried calling the...

    Thanks for the reply.

    I have tried calling the folder that contains the target file .zip, mac OSX won't allow me to start a folder name with a .

    So I tried just calling it zip (have also tried...
  9. Replies
    8
    Views
    1,295

    link to file for download instead of open

    if anyone can tell me how to link to a file for download as opposed to opening the linked file in the browser I would be most grateful.

    Like 'save file as' when u right click or cntrl click a html...
  10. Thanks Danny, I may have a shot at a function...

    Thanks Danny,

    I may have a shot at a function and return if all does not go to plan :-)

    mr mooch
  11. animating _xscale, _yscale and _alpha problem

    I am animating a movie clip with the following

    onClipEvent (load) {
    _x = 25;
    _y = -70.5;
    _xscale = 25;
    _yscale = 25;
    _alpha+100;
    }
  12. Replies
    0
    Views
    457

    target external swf from html link

    hi,

    appreciate it if anyone can tell me if it is possible to target external swf's from an html email link

    in flash it is this simple

    on (release) {
    loadMovie ("externalmovie.swf",...
  13. Replies
    0
    Views
    296

    simple ecommerce

    A big question but could someone please give me a quick run down on simple ecommerce solutions for flash, would be happy to hear about third party services or other options.

    Thanks in advance
    ...
  14. thanks for that very interesting but also a...

    thanks for that very interesting but also a little over my head, I think the cons far outweigh the pro's for now
  15. can a movie remember the order in which external swf's are loaded

    Desperate for in depth explanation

    I have a main movie that loads in external movies, I want flash to remember what order the movies are loaded in and store the information for retrieval. I will...
  16. Replies
    1
    Views
    456

    get previous external swf

    O.K so I am loading external swf's into an empty movie clip, the user clicks a button and loads clip1, then clicks another button and loads clip2, now can i put a back button on clip to relaod clip...
  17. Replies
    2
    Views
    724

    Thanx a lot, I will give that a go

    Thanx a lot, I will give that a go
  18. Replies
    2
    Views
    662

    you can create a kind of fake server on your...

    you can create a kind of fake server on your computers hard drive for testing, it acts the same way as a server, and has folders in a root folder that are relative to your site projects, within these...
  19. Replies
    9
    Views
    716

    are the swf's loaded into the same movie, via an...

    are the swf's loaded into the same movie, via an empty movie clip etc?

    or are they in seperate browser windows?
  20. Replies
    2
    Views
    724

    control alpha of mc with button

    I have a movie clip on my stage, in the first frame of the movie I set the alpha of the mc to 0,

    this.mymovieclip._alpha=0;

    Now when I hit a button I want the movie clip to go from 0 alpha to...
  21. Replies
    0
    Views
    409

    flash and quicktime

    I have been importing quicktime into flash, but compared to mpeg 4 from final cut pro the movie in flash is pretty poor, and it more than doubles the file size.

    However I have seen better on other...
  22. Replies
    2
    Views
    336

    you may have to go for the movie clip option,...

    you may have to go for the movie clip option, unfortunately instance names for buttons are an mx feature so this kind of thing may be out

    on (rollOver) {
    button2._alpha = 50;
    }
    on (rollOut) {...
  23. Replies
    3
    Views
    409

    well you could have a movie clip with 2 frames,...

    well you could have a movie clip with 2 frames, the first frame has a stop action and contains an invisible button, and when you roll over the invisible button it sends you to the second frame that...
  24. might be an idea to put your code up and let us...

    might be an idea to put your code up and let us see exactly whats going on.
  25. Replies
    3
    Views
    629

    worked ok for me on windows, and mac

    worked ok for me on windows, and mac
Results 1 to 25 of 96
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center