A Flash Developer Resource Site

Search:

Type: Posts; User: kcorcoran

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    739

    video properties inspector?

    is i possible somewere to have an already rendered swf video and somehow get the properties of that video.. such as frame rate, compression, etc etc.

    almost like how you would right click an avi...
  2. another suggestion someone off list had was to...

    another suggestion someone off list had was to link to different html files...

    but in the flash call in the html, append the flash URL with the variable.

    EMBED src="card02.swf?q=high" ...
    ...
  3. can i pass a variable INTO flash via the URL? ...

    can i pass a variable INTO flash via the URL?

    lets say on a splash page i want to put a link to HIGH and LOW quality flash movie.

    the base swf if the same.. the LOW and HIGH quality is actually...
  4. Replies
    2
    Views
    259

    finished http://www.soundbombing3.com about a...

    finished http://www.soundbombing3.com about a month ago.

    finsihed http://www.sequencerecords.com last week. i wanted badly to use the calendar component for the site but it didnt quite work out....
  5. thanks, looks like the first is less code but on...

    thanks, looks like the first is less code but on the random.. very random chance numbers come up twice.. it looks like the dat thing is better.

    thanks so much for these tricks guys.

    keith.
  6. having a problem with this. i load variables...

    having a problem with this.
    i load variables from a text file from the server.

    sometimes updates are made 2-3 times per day but for some people, these changes arent showing up becuase the loaded...
  7. had a buddy create a text file on the mac and we...

    had a buddy create a text file on the mac and we are creating an array from this text file which is using the ENTER/RETURN key as a delimiter.

    this is so the client can easily see all the...
  8. ok. so you have a popup window script on your...

    ok. so you have a popup window script on your HTML page.

    you want to use a flash variable in the getURL javascript code like:


    getURL("javascript:viewer('popupPages/+VARIABLE+.html', '300',...
  9. i am loading external mp3 files and jpg imges....

    i am loading external mp3 files and jpg imges. but i would love it if they didnt stay on the user's machine.

    is there a way to stop this from happening?

    did a search on the boards but didnt...
  10. looks like it might be what i can use... let...

    looks like it might be what i can use...

    let me peep the fla.

    corcoran999@comcast.net

    i will tweak it some to only show 5 at a time and clicking one will popup a new window instead of...
  11. here is what i would like to do. have a txt...

    here is what i would like to do.

    have a txt file where i will list names of images stored on my server. load that list into flash.. wait.. this is already sounding like an array. (something i know...
  12. starting to work with video and instead of so...

    starting to work with video and instead of so much trial and error... are there any examples of settings for importing video.

    right now working with a 200mb source and have gotten it down to 8mb...
  13. Replies
    0
    Views
    399

    if so. please share. this POS has wasted a good...

    if so. please share. this POS has wasted a good portion of my time and i am ready to trash it.

    would like a simple calendar for MX that pulls days with events from a databse (access via asp in my...
  14. ok.. this is a bug or i just suck. i ran into...

    ok.. this is a bug or i just suck.

    i ran into this in a more complex situation and had to break it down to figure out what i was doing wrong (i am no coder, still learning).

    but this just seems...
  15. i did a little seaching ... a company that does...

    i did a little seaching ...
    a company that does them is http://www.eyeblaster.com

    i am sure they have a major system developed but i am also sure there is a generic way to do these with DHTML......
  16. has anyone seen these... flash movie that just...

    has anyone seen these... flash movie that just about take the entire page and lay over the top of an exsting HTML page.

    http://www.adcritic.com has a nice one.

    i know it is probably some cross...
  17. Replies
    4
    Views
    738

    it has to be on a movie clip because the command...

    it has to be on a movie clip because the command
    onClipEvent (enterFrame)

    is basically a loop. it just keeps running until the conditions are met without sending flash into an infinte loop (ir...
  18. Replies
    4
    Views
    738

    make a blank movie clip and place it on a...

    make a blank movie clip and place it on a keyframe you want to pause at... (put a stop on that keyframe too)

    put this code on it...



    onClipEvent (load) {
    pauseTime = 5000; //this is time...
  19. i have some exported symbols in my main movie...

    i have some exported symbols in my main movie which seem to load first causing my preloader not to load until those 75k symbols load... which is pointless.

    my "solution" was to load my main.swf...
  20. ok.. i have a navigation on a stop frame in a...

    ok.. i have a navigation on a stop frame in a scene.

    clicking a nav item does this:
    on(release) {
    _root.clicked="scene3";
    play();
    }

    the scene ten plays to the end where there is a...
  21. Replies
    3
    Views
    496

    ok.. i had a developer here at work totally...

    ok.. i had a developer here at work totally unfamiliar with flash look at this for me...

    he did this....
    onClipEvent (load) {
    time1 = getTimer();
    // use to set your first comparison
    addTime...
  22. Replies
    3
    Views
    496

    sonwah.. thanks for the code... i placed the...

    sonwah..
    thanks for the code...
    i placed the following code on a movie clip symbol which sits on the last frame with a stop action, inside a movie clip (which appears on the main timeline)
    ...
  23. Replies
    3
    Views
    496

    could someone point me to a resource to learn how...

    could someone point me to a resource to learn how to script a time triggered event in flash 5.

    i have a movie clip that i want to play at predetermined intervals without having to set up 500 blank...
  24. Replies
    2
    Views
    460

    didn't seem to get an email reply for your...

    didn't seem to get an email reply for your post...
    oh well.. i had gone back to the flash 4 way of doing it until i just read this...

    thanks.. this worked great and should shave a little file...
  25. Replies
    4
    Views
    647

    damn... great link.. exactly what i am looking...

    damn... great link.. exactly what i am looking for...

    but no source until the book is published and i need to get this done this weekend...

    thanks for the link.. i will keep it bookmarked.
    ...
Results 1 to 25 of 127
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center