A Flash Developer Resource Site

Search:

Type: Posts; User: Juztyn

Page 1 of 5 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    317

    Runtime loading of skinned components!

    I'm loading in an assets.swf file, which has on the stage an instance of a skinned UIScrollbar (called "scroller").

    It successfully loads, and a scrollbar displays, but the skin is the default...
  2. Replies
    2
    Views
    482

    If you drop a button component (say) into the...

    If you drop a button component (say) into the moreinfo movieclip and give it an instance name of my_btn you can add this code to the timeline of the moreinfo movieclip:

    my_btn.onPress = function()...
  3. Replies
    2
    Views
    517

    Check your structure

    For a start, instance names cannot begin with a number, and variable names cannot begin with a number

    Also - in your if conditional you put quote marks around your variable name, so it is now a...
  4. Replies
    1
    Views
    557

    Shape tween perhaps

    You can give a good approximation of that by using a shape tween. Copy the final frame of the dust into another layer, add a keyframe as if you were doing a motion tween, enter the text, select...
  5. Replies
    3
    Views
    1,346

    Does anyone know how to embed(or link) a swf file...

    Does anyone know how to embed(or link) a swf file in an outlook email. I've seen it done before but not sure how to go about it!

    Any help most definitely appreciated?
  6. Replies
    4
    Views
    826

    PHP and MySQL Web Development

    I highly recommend "PHP and MySQL Web Development" by Luke Welling and Laura Thomson.

    It goes through the basics of php and programming and the whole book is geared towards developing web-based...
  7. Replies
    21
    Views
    1,292

    What a miserable lot you are!

    This thinly-veiled racism pretending to be criticism of the abuse of the social security system is pathetic.

    In the absence of *any* figures to categorically prove that social security abuse is...
  8. Replies
    2
    Views
    793

    Can Flash get any more ubiquitous

    What with the new Nokia phones playing Flash content, and now the Moxi multimedia system (damn do I want one of these!) I think we've definitely picked a winner with Flash, far into the future:
    ...
  9. Thread: Masking Ahhhh

    by Juztyn
    Replies
    5
    Views
    579

    hmm

    fifkikker just told you what to do, replace the text with an image, the concept is exactly the same, you are just masking something, it doesn't matter what it is, so if you know how to mask text,...
  10. Replies
    5
    Views
    511

    instance naming

    It will replace main.swf. Think of loading movies exactly like a tree, with 1 branch at each level. level0 is the _root of the main movie. Level 1, is the first branch, level 2 is the second branch...
  11. Thread: Startin anew...

    by Juztyn
    Replies
    2
    Views
    408

    http://www.moock.org/webdesign/lectures/ff2001sfWo...

    http://www.moock.org/webdesign/lectures/ff2001sfWorkshop/ is a good grounder on AS but if you know java it will all be old news. Still it shows the basics of AS.
  12. Replies
    8
    Views
    583

    Re: Nope....

    The url should have "" around it. It isn't an expression it's a string.

    on(release) {
    getURL("http://www.linkedsitehere.com", _blank);
    }
  13. Replies
    5
    Views
    511

    Instances

    1. Try to make your question as clear as possible for best help:
    If you are loading external swfs, then movie2 loading movie3 into level1 will actually replace movie2.

    Name the instances of the...
  14. Replies
    5
    Views
    543

    Instances

    Select the movie when it is on the stage, and go to the instance panel (Ctrl + I).
    Make sure you have typed in: movie

    On the button change the code to this:

    on (release) {...
  15. Replies
    1
    Views
    391

    Looping

    Create a layer called Scripts.
    Create a keyframe at the end of the movie, right-click on it and select actions, then add the stop(); action to tell the movie to stop, otherwise it will continue to...
  16. onClipEvent()?

    How about trying an onClipEvent() instead?

    Get rid of the gotoAndPlay code on _root.
    Click your movie, select actions and type in:

    onClipEvent(load) {
    this.gotoAndPlay(2);
    }
  17. Replies
    4
    Views
    579

    Start again. 1. Draw your button. 2. Select it,...

    Start again.
    1. Draw your button.
    2. Select it, press F8, convert it to a button.
    3. Double-click the button.
    4. Create key frames for Up, Over, Down, Hit.
    5. On the over keyframe, select the...
  18. http://www.anthrax.osd.mil/Flash_interface/intro.h...

    http://www.anthrax.osd.mil/Flash_interface/intro.html

    So the DOD launches this *really* *really* *really* bad flash site that is slllloooowwww and reminds me of the very first, worst, flash sites...
  19. Thread: Total Blank

    by Juztyn
    Replies
    2
    Views
    467

    I win the stupid award for today

    congratulations me.
  20. Thread: Total Blank

    by Juztyn
    Replies
    2
    Views
    467

    Hey I have a total blank: evaluating the...

    Hey I have a total blank:

    evaluating the parent movie clips name to use for a button.

    eg. button resides in a movie with instance name "1"

    how do I access that property?...
  21. Replies
    4
    Views
    924

    yep

    I dont' get it either.

    If I map a drive to the server and browse - variables get through, but if i type in it's IP 10.14.2.19/ the variables don't get through unless I bypass the proxy for this...
  22. Replies
    4
    Views
    924

    nope

    If you read my post it all works fine in the browser if I browse the directory locally, just not via the web, which implies: php working fine (variables are returned), IIS working fine (variables...
  23. Replies
    4
    Views
    924

    1. Arrgghh 2. Loading variables from a PHP...

    1. Arrgghh

    2. Loading variables from a PHP script on an IIS machine to Flash.

    3. If I use IE to browse the .swf locally (E:/wwwroot/flash.swf) and click a button the variables load fine. But if...
  24. They can't see why they are hated

    They can't see why they are hated

    Americans cannot ignore what their government does abroad

    Seumas Milne
    The Guardian

    After the horrific suicide attacks on civilian workers in New York...
  25. Reap what you sow

    UK Flash has got it right.

    I was horrified as I watched the WTC crash down, but as I watch the media coverage each day I'm more and more amazed at the total hypocrisy of Americans.

    "Oh my god,...
Results 1 to 25 of 111
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center