A Flash Developer Resource Site

Search:

Type: Posts; User: quazi

Page 1 of 4 1 2 3 4

Search: Search took 0.18 seconds.

  1. Replies
    6
    Views
    827

    Thanks for responding, hp3! ---- You must use...

    Thanks for responding, hp3!
    ----
    You must use attachSound in a frame after the frame containing the sound.
    ----
    If a frame contains a sound - is that a 'timeline sound'?

    I ask because Sound...
  2. Replies
    5
    Views
    1,494

    here's the latest... music = new Sound(this);...

    here's the latest...
    music = new Sound(this);
    music.attachSound("song1");
    music.onLoad = function(){ music.start() }
    music.onSoundComplete = function(){ trace("done") }
    stop;
    the above code is...
  3. Replies
    6
    Views
    827

    Thanks for the detailed response! That code...

    Thanks for the detailed response!

    That code makes more sense than what I had.. but I still can't get a song to play unless it's on the timeline...

    should i check 'export to first frame' in the...
  4. Replies
    5
    Views
    1,494

    OK, the code is all together on the same frame...

    OK, the code is all together on the same frame and I've removed the sound from the timeline.

    "and give it an identifier in the library, i.e. its variable name...
    where it looks like you are...
  5. Replies
    5
    Views
    1,494

    attachSound w/o putting sound on timeline?

    Flash MX 2004 - export as flashPlayer 6 - AS 1

    Hi,

    I'm working on a jukebox. Each song is in the library of its own .swf file. The swfs are loaded into movie clips.

    I am trying to manipulate...
  6. Replies
    6
    Views
    827

    onSoundComplete w/ attachSound()

    I am trying to use "onSoundComplete" with an audio file contained in the library.

    Is there a way to use "attachSound()" without putting the song on the timeline?

    I'm using Linkage, checked...
  7. Replies
    4
    Views
    823

    How to get a .MP3 file from a .SWF

    I am trying to use Flash as a WAV to MP3 converter; can one import a .WAV file into Flash and obtain a .MP3 file?

    Is it perhaps possible to rename from song.swf to song.mp3 before or after...
  8. input text varification (i.e. does field contain "@")

    hi :D

    I am putting a contact page together with input text boxes 'n such where the data gets emailed to an address.

    I want to verify that the fields have been properly filled out before I send...
  9. Replies
    3
    Views
    603

    what don't you like about it, and how could I...

    what don't you like about it, and how could I make it better?

    is this the consensus of everyone that checked out the site? It sucked? Why?

    Thanks
  10. Replies
    3
    Views
    603

    warderbros.com - video & music production

    Greetings from Warder Brothers Productions,

    http://warderbros.com is a site which has been redesigned recently.

    It has been built to include video clips in quickTime.

    Any input about the...
  11. Replies
    119
    Views
    233,186

    Sticky: thanks. in my case, however I don't need to...

    thanks. in my case, however I don't need to stream.

    I used cleaner xl at default quickTime settings for this comression...
    I understand cleaner is also useful for streaming purposes.
    Has anyone...
  12. Replies
    119
    Views
    233,186

    Sticky: greetingsAll

    I work with Warder Brothers Productions, a video and music production company.

    We recently published a flash website with some video clips of our work available to view. We used QuickTime on an...
  13. how d, if your original website is flash, no...

    how d,

    if your original website is flash, no prob.
    if it's html, javascript is probably necc.

    if it's flash, say so and i'll lay down the run thru

    :mrpimp:
  14. Replies
    0
    Views
    483

    how to place MC in library w/ auto update?

    hello friends,

    I am trying to update a MC with another MC (with the same name)located in a different FLA.

    I thought this would be as easy as moving the MC from library to library, replacing the...
  15. thats lovely! how simple can it get? Thank...

    thats lovely!

    how simple can it get?

    Thank you very much, Musicman,
    this solves my little dilemma nicely.

    All the best to you! :smoov:

    quazi
  16. wow, is that possible? can a movie at _level20...

    wow, is that possible?

    can a movie at _level20 read variables on the root of _level0?
    and if so, how do I go about that?

    right now the method I use is much like the one you described, but...
  17. hi Musicman, Yes the movies are on seperate...

    hi Musicman,

    Yes the movies are on seperate levels
    in the same html page.

    Once B loads A, all that is left of B is three buttons at the top and copyright info at the bottom

    the body of the...
  18. send variable values from one SWF to another

    Greetings :D

    Here's the didge: I want to send different variable values to a SWF when loading it - so it goes to the frame I want it to.

    I have several buttons - each send the SWF to a...
  19. Thanks Musicman!

    I was publishing to flash player 5 from flashMX...
    could use flash6 if neccessary.

    I tried:

    loadMovieNum (embed src="Project2.swf"flashvars="quicknav=synopsis", 20);

    which didn't work - how...
  20. Thanks Musicman! ;) I have one question: if...

    Thanks Musicman! ;)

    I have one question:

    if I load a SWF, and define a variable, as described above, then later load the same SWF, with a different value assigned, the SWF has to load again. ...
  21. Yes, movieB loads movieA. I was thinking of...

    Yes, movieB loads movieA.

    I was thinking of having several buttons in movieB, which all load movieA, but tell movieA to jump to different positions in the timeline.

    That makes sense about the...
  22. simple communication between SWF files (variable values)

    Hello, happy new year's eve :)

    How would I go about sending variable values from one movie to another?

    I imagine using a txt file to store the info would be the way to go. I'm a baby when it...
  23. Replies
    2
    Views
    444

    Thanks Hannibal, How should I go about this? ...

    Thanks Hannibal,

    How should I go about this?

    I have a little experience using perl/cgi scripts and no experience with PHP. Any generic script to do this? or a tute?

    Thank you very much!
  24. Replies
    2
    Views
    444

    sending variables from one movie to another

    Greetings friends,

    I would like to have some minor communication going on between two (or more) .SWF files.

    Could I have a .txt file that I record variable values into from one movie, then read...
  25. Replies
    3
    Views
    699

    Why are sound loops on FK not seamless?

    Hello,

    I have noticed that many loops in Flash Kit's sound loops section do not loop very smoothly; I have written this off to poor editing in the past.

    Recently I created a seamless loop for a...
Results 1 to 25 of 91
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center