A Flash Developer Resource Site

Search:

Type: Posts; User: sluap

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    301

    Preloader and FireFox problem

    Ok guys i have a flash movie and all is working great in IE but when i pop it into FFox my preloaders dont work please see below the code im using in 4 diferent sections


    bytes_loaded =...
  2. **Error** ActionScript 2.0 class scripts may only define class........

    **Error** ActionScript 2.0 class scripts may only define class or interface constructs.
    b2.onPress = function() {

    **Error** ActionScript 2.0 class scripts may only define class or interface...
  3. Replies
    3
    Views
    486

    used the technique below to achive the result i...

    used the technique below to achive the result i was after, but thx anyhew mate

    http://www.kirupa.com/developer/mx2004/maskfonts.htm
  4. Replies
    3
    Views
    486

    cheers

    cheers
  5. Replies
    3
    Views
    486

    Masking Dynamic Text

    ok i have a problem i have a MC and within it is some dynamic text but the MC has to be masked when i do this the dynamic text does not show. is there a way round this.
  6. Replies
    3
    Views
    460

    sorry i have had a read and i need the text to go...

    sorry i have had a read and i need the text to go into a vairable (actionScript) not on the stage, ill keep trying to sort this but if you could point me in the right direction that would be very...
  7. Replies
    3
    Views
    460

    cheers ilgive it a go, i need it to be an actual...

    cheers ilgive it a go, i need it to be an actual vairable im changing not a text field but i might be able to work it out from what you have given me and ill give the site a read.

    Cheers Slaup
  8. Replies
    3
    Views
    460

    Load a Vairable from a text flile?

    OK i have 6 frames and i am pulling in a vairable on each frame is there a way of doing something like below:

    fish = "line 1 of text file vair.txt"
    fish = "line 2 of text file vair.txt"
    fish =...
  9. Replies
    4
    Views
    438

    basically i need it this to be as easy as...

    basically i need it this to be as easy as possible it my not be a xml file i need, i need 2 things to be pulled in from an external source an image a vairable. if there is a better way to do this the...
  10. Replies
    4
    Views
    438

    no i need to pull an external xml file into...

    no i need to pull an external xml file into flash... or a text file into flash i have a heigh and width in flash i need to control via a external file
  11. Replies
    4
    Views
    438

    Linking to a xml file and jpg's

    Hi

    I am going to be building a website and i need to be able to link parts of my code to a xml file, it will be height and width also i will need to pull in an external jpg image so if the user...
  12. Thread: Volume buttons

    by sluap
    Replies
    2
    Views
    488

    Thx ill look into it :mrt:

    Thx ill look into it :mrt:
  13. Thread: Volume buttons

    by sluap
    Replies
    2
    Views
    488

    Volume buttons

    Hi

    I have a MClip which has 6 buttons in it, each button needs to set the volume

    button 1 = 0
    button 2 = 20
    button 3 = 40
    button 4 = 60
    button 5 = 80
    button 6 = 100
  14. Replies
    3
    Views
    645

    Im wanting to minimize it just incase they ned...

    Im wanting to minimize it just incase they ned todo something then got back to the exact possistion etc
  15. Replies
    3
    Views
    645

    Minimise / Dock a projector

    Im needed to minimize a projector ie totally out of view, just like if u click the minimize button on your web browswer.

    Anyone know some code to achive this
  16. Replies
    0
    Views
    407

    Flash audio player

    Hello all

    i have created a flash mp3 player well i have used one from a site http://www.flashmatics.co.uk/blog/?p=10 atm it pulls the tracks in from a xml file, i dont want this i need 6 buttons...
  17. Replies
    11
    Views
    614

    or the one from www.flashmatics.co.uk/blog would...

    or the one from www.flashmatics.co.uk/blog would be perfect if instead on the scrolling list of songs it was 6 buttons, if anyone has any ideas, sorry flash is not my best subject
  18. Replies
    11
    Views
    614

    Cheers buys ill give em a look, i have been busy...

    Cheers buys ill give em a look, i have been busy this weekend but have come unstuck i have created what i need just i now need a loadbar for each track, on the site mentioned above it says how to do...
  19. Replies
    11
    Views
    614

    Hi i have read your site site and it does have...

    Hi i have read your site site and it does have features i would like to use.. unfortunaly i am unable to use ppal. Basically reading your site i need a player that loads 6 mp3's so you can go next...
  20. Replies
    11
    Views
    614

    thanks ill give it alook

    thanks ill give it alook
  21. Replies
    11
    Views
    614

    var nc:NetConnection = new NetConnection();...

    var nc:NetConnection = new NetConnection();
    nc.connect(null);

    var ns:NetStream = new NetStream (nc);

    ns.setBufferTime(30);

    ns.onStatus = function(info) {
    if(info.code ==...
  22. Thread: download link

    by sluap
    Replies
    4
    Views
    595

    dont suppose either of you two know about,...

    dont suppose either of you two know about, skinning the components i know about it for video but i need to customise it so it streams mp3's
  23. Thread: download link

    by sluap
    Replies
    4
    Views
    595

    thx guys :hug:

    thx guys :hug:
  24. Thread: download link

    by sluap
    Replies
    4
    Views
    595

    download link

    im currently building a flash site for a band and they will be wishing to download tracks, what is the best way todo this / the actionscript to make the mp3 file save to x persons HD.

    Cheers sluap
  25. Replies
    11
    Views
    614

    Personalized mp3 player

    Hi

    I recently did the tutorials on www.gotoandlearn.com for customizing the video componets, i am now wishing todo this for mp3 files they need to stream like the video etc. i have tried to amend...
Results 1 to 25 of 36
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center