A Flash Developer Resource Site

Search:

Type: Posts; User: P-Sch1FT

Page 1 of 8 1 2 3 4

Search: Search took 0.09 seconds.

  1. Hi, maybe you should use a tool like flashamp...

    Hi,

    maybe you should use a tool like flashamp to analize your song first. it will give you an output that you can use in flash to keep animations in sync with the sound your playing...

    grtz
    s
  2. Replies
    5
    Views
    2,411

    Hi, I'm looking to solve the same problem. I...

    Hi,

    I'm looking to solve the same problem. I was experimenting with xml socket connections...
  3. Thread: Spam

    by P-Sch1FT
    Replies
    5
    Views
    498

    :) i've got the addresses in a xml file, it's...

    :)

    i've got the addresses in a xml file, it's loaded into flash. but since they recieve spam on those addresses, i was wondering if spambots could read the xml in a subfolder?
  4. Thread: Spam

    by P-Sch1FT
    Replies
    5
    Views
    498

    I know, but those addresses should be easy to...

    I know, but those addresses should be easy to chance by the customer, so i need them in xml.
  5. Thread: Spam

    by P-Sch1FT
    Replies
    5
    Views
    498

    Spam

    Hi,

    Can anyone tell me how to prevent spam...

    I made a site for a customer and there email adressen are placed in a xml file in a subfolder of the server. since the site is online they recieve...
  6. Thread: asbroadcaster

    by P-Sch1FT
    Replies
    0
    Views
    515

    asbroadcaster

    Hi,

    I've made a custom asbroadcaster class. i'm posting it here for 2 reasons.
    it could be usefull for some and others could correct it :) , it's a bit dirty to use right now

    use it on regular...
  7. Replies
    1
    Views
    812

    upload AND onHTTPError

    Hi,

    I'm creating an upload script in php.
    it checks some setting like max_size and max_image_dimensions.
    if one of these are incorrect or false, I'm trying to send an http error back to flash...
  8. Replies
    2
    Views
    4,555

    i still havn't figured this out. nobody? pleazze...

    i still havn't figured this out. nobody? pleazze :)
  9. sorry, BPM = beats per minute of the loop....

    sorry, BPM = beats per minute of the loop. normally you can extract that information from youre sound files. speed is more the tempo of the overall song,
    that you need to find out yourself...
  10. just define them where you created you're...

    just define them where you created you're soundarray
    something like bpm = 125, speed = 7
  11. Hi, it should be more something like this: ...

    Hi,
    it should be more something like this:

    var sound_ids:Array=[snd1, snd2,...];
    var nextsound = 0

    //sync-sound//
    createEmptyMovieClip("sync_mc",100);
    sync = new Sound(sync_mc);...
  12. Replies
    2
    Views
    4,555

    loadclip in as2.0 class

    Hi,

    I've got a problem using loadclip in a as2.0 imagecontainer class.
    It works fine when i place the image container on Stage, but when I attach the clip dynamically with attachmovie, nothing...
  13. onsoundcomplete

    Hi,

    I found out that in the gamepackage of andré michelle, there's a ready to use class for sample syncing with onsoundcomplete. I haven't figured it out yet myself, but it seems it's not the...
  14. One Solution

    HI,

    I've been searching the web for a solution and found this:

    http://www.active-web.cc/html/research/f6sync/f6sync.txt

    you can get an sample file here
    ...
  15. Replies
    0
    Views
    525

    parse simple xml with php

    Hi,

    I'm searching for an easy an clean way to parse a simple xml data file with php.

    the xml looks like this

    <ac dir='testFolder' file='testFile' action='save'> contents to be saved </ac>
    ...
  16. Replies
    1
    Views
    658

    IMPORT class and frames question

    Hi,

    I don't know if I'm doing something wrong here or if it's ment do be like this.
    it seems that when i import a class using import whatever*; on frame 1. once i get to frame 5 ( or 2 for that...
  17. Replies
    12
    Views
    974

    I think it's no good. i'm loading a flash 8 swf...

    I think it's no good. i'm loading a flash 8 swf into my site to upload some files. after that i can't get the site to work like it should. loading an other swf with loadmovie seems to fail after...
  18. Replies
    12
    Views
    974

    it's a bit of a emergengy solution now. when i...

    it's a bit of a emergengy solution now. when i have the time i will re-code the entire side but for now i have to be quick...
  19. Replies
    12
    Views
    974

    pfff, saves a lot of time. thx

    pfff, saves a lot of time.

    thx
  20. Replies
    12
    Views
    974

    loading flash 8 clip into flash mx site

    Hi,

    I'm wondering if it's possible to load an flash 8 .swf into an flash mx site.
    will it still work if users have the flash 8 player? or does it become flash mx when loaded into the site?
    ...
  21. http://www.mustardlab.com/developer/flash/jscommun...

    http://www.mustardlab.com/developer/flash/jscommunication/

    check that tutorial, it helpt me on the way to build the same structure as what you wanted with an external gateway.swf and some...
  22. Replies
    0
    Views
    386

    getURL and windows XP/IE

    Hi,

    I made a site ( http://www.zwartopwit.com ) where a pop-up is build in to upload files to the server. if the pop-up is blocked you can press on a open upload button.
    behind this button is a...
  23. Replies
    5
    Views
    1,168

    Hi, I was thinkin in the same line. i'm...

    Hi,

    I was thinkin in the same line. i'm breaking evertyhing up untill a point that it seems not necessary anymore.

    it will be about 14 projects, all with text, who, what, where, picture, film,...
  24. Replies
    5
    Views
    1,168

    flash mysql questions

    Hi,

    i'm working on a project that consists of 2 things.
    first a info-website: some general info and news items, projects, etc...
    second an archive: everything about past projects

    i want to...
  25. Thread: xpath docs??

    by P-Sch1FT
    Replies
    0
    Views
    321

    xpath docs??

    Hi,

    is there anywhere on the web where i can find good documentation for xpath from xfactorstudio and as 2.0.

    I'm a but stuck using it....

    thx,
    P
Results 1 to 25 of 198
Page 1 of 8 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center