A Flash Developer Resource Site

Search:

Type: Posts; User: svenviking

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    419

    [F8] dynamic color palette

    Hi there, basically I have a global variable and when this changes various objects change colour automatically. I use a standard 6-digit hex code for color and use the following code on a button to...
  2. Replies
    2
    Views
    351

    Interesting I added this to 'else' ...

    Interesting I added this to 'else'

    _root.gotoAndPlay(4);

    And it did not perform it upon second click.


    So the problem is - it never gets to else - Any ideas?!
  3. Replies
    2
    Views
    351

    [f8] bizarre mute toggle problem

    Hi there - Basically I have been asked to add a mute toggle button to a site already plagued with bad usage of sound!

    Thankfully I discovered that global sounds can have their volume changed.
    ...
  4. Replies
    15
    Views
    1,736

    Well the idea was that I can export from picasa...

    Well the idea was that I can export from picasa lots of autoviewer gallerys (gal1, gal2, gal3, gal4, gal5 etc) and then make a main flash program that will load each one individually. Having to edit...
  5. Replies
    15
    Views
    1,736

    Thanks! Exactly the same result - the output: ...

    Thanks! Exactly the same result - the output:


    Loading...
    From : _level0
    $version -> WIN 8,0,22,0
    container -> _level0.container
    instance2 -> _level0.instance2
    instance1 ->...
  6. Replies
    15
    Views
    1,736

    I thought flash had a problem where if you load a...

    I thought flash had a problem where if you load a movie in externally, and that movie has external resources in a subdirectory - that the external file would be looking for the external files...
  7. Replies
    15
    Views
    1,736

    Moving the folders around didn't seem to help. ...

    Moving the folders around didn't seem to help.

    Syntax problem? If there was a syntax problem it would tell me surely.. I will check it out though..

    grr >:(
  8. Replies
    15
    Views
    1,736

    I am using the free Autoviewer app. It has a...

    I am using the free Autoviewer app. It has a plugin for picasa to autogenerate galleries.

    Runs perfect on it's own, xml files are lovely - standalone its perfect.

    My code for loading the SWF...
  9. Replies
    15
    Views
    1,736

    ..Well interestingly enough I published as flash...

    ..Well interestingly enough I published as flash 6 AS1.0 -and the same thing occurs- the gallery loads the interface - but no content.

    :E
  10. Replies
    4
    Views
    453

    look at SWFobject, it's a JS script for easy...

    look at SWFobject, it's a JS script for easy detecting/embeding of flash into a page. In it's paramters it makes it easy to send a variable to flash. I suggest you check it out.. google SWFObject..
    ...
  11. Replies
    15
    Views
    1,736

    Flash 8 Pro (yes I actually own it) - publishing...

    Flash 8 Pro (yes I actually own it) - publishing for flash 8, and yes I am using the airtightviewer autoviewer app. I only blurred out the filenames to make it more relevant.

    It's a great photo...
  12. Replies
    15
    Views
    1,736

    Bump, sorry!

    Bump, sorry!
  13. Replies
    15
    Views
    1,736

    Loading external swf which itself uses xml

    I have a photo viewer swf that uses XML to load photos from /images into itself.

    When I load this viewer using MovieClipLoader the clips loads, but the SWF clearly cannot load xml/photos, probably...
  14. oh dur! Thanks!

    oh dur! Thanks!
  15. [F8] changing code to function breaks it

    Hi there, I'm trying to make this piece of code (that takes a jpg/gif turns it into bitmap data, and tiles it BEHIND everything else) into a function, so I can call it with different parameters (such...
  16. Replies
    4
    Views
    333

    Fixed it! Use MovieClipLoader..

    Fixed it!

    Use MovieClipLoader..
  17. Replies
    4
    Views
    333

    Thanks for the reply madzigan! I hope you can...

    Thanks for the reply madzigan! I hope you can help a little further!

    All of my code is on frame 1, in fact I only have frame one at this point, everything is scripted almost.


    function...
  18. Replies
    6
    Views
    412

    aha! watch .. that sounds exactly what I'm...

    aha! watch .. that sounds exactly what I'm after...

    because you see, I thought there must be a more efficient way of checking a variable rather than chucking if statements everywhere..

    thanks...
  19. Replies
    4
    Views
    333

    [F8] preloader broken when put online!

    When my flash file is put onto a server online, the preloader is broken - the file loads but it doesn't seem to be reporting getBytesLoaded or getBytesTotal!

    a chunk of the code:

    if...
  20. Replies
    6
    Views
    412

    I mean, so that whenever in the timeline the...

    I mean, so that whenever in the timeline the variable becomes 1 (without a direct if var = 1 check) something is executed. I believe this type of instantly knowing when something has changed is...
  21. Replies
    6
    Views
    412

    [F8] Listeners /

    Hi there,

    basically - I want to fade out a MC when a certain variable is 1.

    I think I need to use a listener, but not sure (have searched forum, and livedocs)

    What is the best way of doing...
  22. Replies
    7
    Views
    440

    Figured it out!! yesss.... function...

    Figured it out!!

    yesss....

    function updateLoad (text) {
    mc = progBarHolder_mc.load2
    dur = 0.2
    dur2 = 0.4
    fadeInt3 = setInterval(test,200);
    function test() {
  23. Replies
    7
    Views
    440

    Perhaps I should be looking at tweening...

    Perhaps I should be looking at tweening prototypes? But if they are also based on setinterval, then I guess I may have the same problem.

    It seems there is now way of 'waiting' for a setInterval to...
  24. Replies
    7
    Views
    440

    Thanks for your reply, but the fading is...

    Thanks for your reply,

    but the fading is fine, I'm trying to queue things so that AFTER it is finished fading, something happens, then fades out.

    The problem is waiting for the fade interval...
  25. Replies
    7
    Views
    440

    fadeInt2 =...

    fadeInt2 = setInterval(fadeClipOut,50,progBarHolder_mc.load2) ;
    progBarHolder_mc.load2.progBar_text_loaded = text

    The first line of the code above calls a fading function (fadeClipOut) - which...
Results 1 to 25 of 35
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center