A Flash Developer Resource Site

Search:

Type: Posts; User: vinchenzison

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. Ok, I think I've solved my problem with a newly...

    Ok, I think I've solved my problem with a newly learnt 'getChildByName.

    preX = mcholder.image_mc.getChildByName("nmc"+i);
  2. [RESOLVED] MovieClip Reference nightmare

    Hi,

    I've been working on a project the last few days in AS2 and decided I'd try and re-write it in AS3 as I'm yet to venture in to the AS3 world.

    I've done most of the conversion, but I'm stuck...
  3. HI, Thanks for the reply. Just looking at the...

    HI,

    Thanks for the reply. Just looking at the code, if the movieclip reaches say the left limit (and the if function no longer kicks in), how would moving the mouse the other way move the clip...
  4. Floating/Moving movieclip within bounds of current location

    Hi,

    I've creating a site that has a long horizontal line of fullscreen background images. Currently, moving the mouse left and right scrolls the images right and left.

    I also have left and...
  5. Thread: Xml

    by vinchenzison
    Replies
    2
    Views
    864

    From what I can gather from what you said, you've...

    From what I can gather from what you said, you've duplicated the xml data from the file and put it in your flash document.
    You do not need to do this.
    You can load the xml directly into the...
  6. Replies
    6
    Views
    1,759

    But it's not large/or wasn't - and for a splash...

    But it's not large/or wasn't - and for a splash screen I think it is too big - but then I guess that's my opinion and you have yours
  7. Thread: Site test

    by vinchenzison
    Replies
    7
    Views
    2,069

    What browser are you using? Haven't come across...

    What browser are you using? Haven't come across this error before.

    Yeah, fair bit of text but it's what the client wants.
  8. Replies
    20
    Views
    5,877

    I'd agree with snorris. I found the orange a bit...

    I'd agree with snorris. I found the orange a bit too much caused me to leave the site after a couple of clicks.
    Maybe a thick black bar or something behind the menu to break the menu from the...
  9. Thread: Site test

    by vinchenzison
    Replies
    7
    Views
    2,069

    Site test

    Hi Guys,

    Just finished this site.
    Have tested in IE8, Safari, Chrome and Firefox 3.5 on PC.
    Can you let me know if it works ok for you.
    One problem I have seen is viewing the gallery on...
  10. Replies
    6
    Views
    1,759

    First thing I notice is the slow loading of your...

    First thing I notice is the slow loading of your images.
    Try reduce them down. 300k just for the first image is way too big in my opinion. I think you could get that down below 100k without too much...
  11. Replies
    7
    Views
    600

    Just had a quick look at your file. Have you...

    Just had a quick look at your file.
    Have you thought about using actionscript tweens? Pretty much what you've done so far could all be done on 1 frame with no timeline animation.
    Not noticed...
  12. Replies
    16
    Views
    965

    ok, I have to admit, I'm lost as to what your...

    ok, I have to admit, I'm lost as to what your trying to achieve.
    I understand the code, but don't understand things like, why you use import gs.*; 3 times.
    What is the final outcome of your flash...
  13. Replies
    16
    Views
    965

    I'm only using CS3 - u able to re-save it plus...

    I'm only using CS3 - u able to re-save it plus send both fla files so I can maybe give you some pointers on the AS3 re-coding?
  14. Replies
    16
    Views
    965

    Sounds like your problem. An AS2 compiled SWF...

    Sounds like your problem. An AS2 compiled SWF will not run AS3 code!
    I'll take a look at your files after I've finished watching my film :-)
  15. Replies
    16
    Views
    965

    I'm not sure I follow - actions in swf 2 should...

    I'm not sure I follow - actions in swf 2 should run fine.
    What sort of actions are swf2 doing?

    Again, another example zip with actions in swf2.

    Maybe you can post a zip of your files and I...
  16. Replies
    16
    Views
    965

    Not sure what your doing wrong. Here is a simple...

    Not sure what your doing wrong.
    Here is a simple example. Open swf1.swf and click the button.
    It will load swf2 in to the blankmc
  17. Replies
    16
    Views
    965

    Morning - Try using the main tmeline and create a...

    Morning - Try using the main tmeline and create a function.
    function loadMC () {
    _root.loadMovie("0.swf", movieTarget)
    }
    loadMC();
  18. Replies
    16
    Views
    965

    what version of as? loadmovie is as2 maybe...

    what version of as?
    loadmovie is as2

    maybe posting ur code will help us see whats happening...

    swf2 shouldn't be placed in the movie, it should be loaded externally when swf1 loads. Get me?
    ...
  19. Replies
    7
    Views
    600

    Save as CS3 and I'll take a look

    Save as CS3 and I'll take a look
  20. Replies
    5
    Views
    770

    just on the timeline, frame 1 so when the flash...

    just on the timeline, frame 1 so when the flash movie is loaded it will execute init();
  21. Ok, gave up on that idea and took another route....

    Ok, gave up on that idea and took another route.
    I was adding links to google calendar events but it removes the html so I just add an | symbol in the tags and google doesn't remove it, then i just...
  22. Replies
    5
    Views
    770

    What kind of window? An html window? This maybe...

    What kind of window? An html window?
    This maybe incorrect but can you use JS in an actionscript function?

    function init() {
    navigateToURL(new...
  23. Replies
    16
    Views
    965

    Ok, you cannot just import a swf into the Fla for...

    Ok, you cannot just import a swf into the Fla for it to work.
    You need to use loadMovie(); so swf2 loads into swf1
    You could place an emptyMC in your main swf and give it an instance name (ie....
  24. Replies
    2
    Views
    1,086

    Have you tried somewhere like Flashden.com?

    Have you tried somewhere like Flashden.com?
  25. Replies
    1
    Views
    2,372

    Will something like this work for you? ...

    Will something like this work for you?

    function removeMC () {
    while (movieClipName.numChildren > 0) {
    movieClipName.removeChildAt(0);
    }
    }
Results 1 to 25 of 79
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center