A Flash Developer Resource Site

Search:

Type: Posts; User: danwednesday

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    3,031

    Pause dynamic flv on load

    Hi,

    I have a script which loads an flv file dynamically into a swf container. It just needs to be very very simple - which it is. It should just play when someone rolls over it and stop when they...
  2. Replies
    0
    Views
    2,236

    Clarification: flv, mov, sv3

    Hi,

    I'm developing a website offering video for download. It has three main stages:

    1. User sees a page of thumbnails of stills which play a few seconds of the video on mouseover.

    2. User...
  3. Flash container to preview MPEG4 - possible?

    Hi,

    Is it possible to build a flash container into which mpeg4 movies can be loaded dynamically.

    Basically, I have potentially 1000s of MPEG4 clips. I'd like to put these on a web gallery, so...
  4. [MX] Scroll pane with XML file - tutorial?

    Hi,

    I'm looking to build a very simple scroll-pane in Flash MX. The pane needs to pull in 10 images via an XML file, each of which need to be clickable to link to a URL. A very standard thing...
  5. Thanks very much wattsup

    Thanks very much wattsup
  6. Favour: can someone publish this in Flash 7?

    Hi,

    I have a redirection script which needs to be used to detect the presence of Flash Player 7+. Trouble is, I've only got Flash MX, so I can only publish files up to Flash 6.

    Could someone...
  7. Replies
    3
    Views
    695

    Thanks Quixx. I've found lots of examples like...

    Thanks Quixx.

    I've found lots of examples like this for controlling the speed of a scrolling MC as the mouse moves linearly across the MC, but it's not what I'm after really - there's no intertia...
  8. Replies
    3
    Views
    695

    Scroll movie with inertia

    Hi,

    I've got a very simple flash movie. One long image (which scrolls horizontally) and two buttons - left and right.

    At the moment when you mouse over the right-hand-side button the image...
  9. Yes, I've just downloaded the latest version and...

    Yes, I've just downloaded the latest version and still get the same message??

    In fact, it now tells me I need Flash MX or higher. I'm using MX!
  10. Hmm, thanks - it won't install on my machine...

    Hmm, thanks - it won't install on my machine though. Says I need Macromedia Flash 5 or greater to install even though I have MX!?

    Any ideas?
  11. Script needed to create random faded vertical bands

    Hi,

    I'm looking for a script which generates random vertical faded white bands across a movie. Y'know the sort of thing: a bit like what they've got here only constant (rather than each time a...
  12. Replies
    1
    Views
    334

    Website: pages scroll up and down

    Hi,

    I'm looking to build a website which has four or five standard pages vertically aligned. When the user clicks a link, the site should scroll up or down to the relevant page. I have done this...
  13. Replies
    0
    Views
    357

    Stop someone holding down key

    Hi,

    I have a keyboard-bashing game, which uses this code to do the work:



    onClipEvent (keyDown) {
    bounce = false;
    xscale = Number(xscale*1.008);
    yscale = Number(yscale*0.992);
  14. I think I've probably made this sound too...

    I think I've probably made this sound too complicated. Basically, how do I pass a querystring variable from a loadMovie URL to the loaded flash movie?
  15. Passing variable from one movie to another

    Hi,

    I have a series of thumbnail image buttons. When clicked these should load a large version of the image. Rather than hold each of the larger images in individual swf files, I've put e.g. 10...
  16. Hmm... Unexpected file format apparently. I'm...

    Hmm... Unexpected file format apparently. I'm really not having much joy here!

    The panorama is supposed to scroll to the right when the user mouses over the left-hand side of it, and vice versa....
  17. Thanks Shellghost, It doesn't seem to be...

    Thanks Shellghost,

    It doesn't seem to be working however. What am I doing wrong here?

    Forgive my ignorance with this, I'm learning, but it's a steep curve at the moment!
  18. Struggling! Prevent scrolling movie from going to next frame

    Hi,

    I have this code to make a movieclip scroll when the mouse is moved over it. The code is on the main timeline:



    if (mouseY>136&&mouseY<250) {
    play();
    if (mouseX > 380) {
    diff =...
  19. Replies
    2
    Views
    332

    Yeah, I did know that:) . Sorry though, my...

    Yeah, I did know that:) .

    Sorry though, my post was a bit unclear. It's the area outside of the stage which is limiting me. I basically have a really long movieclip which I want to scroll...
  20. Replies
    2
    Views
    332

    Width of Flash stage?

    Hi,

    I have a flash movie with a long panorama of image thumbnails which scrolls left and right when the users mouses over.

    However, this panorama contains up to 40 images, which add up in...
  21. Replies
    3
    Views
    450

    I'm using Flash MX version 6 apparently - does...

    I'm using Flash MX version 6 apparently - does that render the second option null?
  22. Replies
    3
    Views
    450

    Animate dynamically loaded jpg?

    Hi,

    I've got a site containing loads (150+) of thumbnail images. I want to be able to click these thumbnails to reveal a larger version. I'm assuming (tell me if this is wrong) that the best way...
  23. Best way to display large image by clicking thumbnail

    Hi,

    I have a flash movie with load of small thumbnail images. When each is clicked, it needs to load the large version on top with a 'close' button (kind of like a pop-up window would do in...
  24. Sergwiz, I did read your last post but...

    Sergwiz,

    I did read your last post but couldn't get it to work. Thank you very much for posting this sample file - I've now finished the project and it looks great!

    I really do appreciate your...
  25. Urgent! Call function on entering frame

    Hi I have a function which causes an exploding effect (from this post: here). I need to be able to trigger this function upon entering a certain frame (frame 35 in the attached .fla).

    If I remove...
Results 1 to 25 of 63
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center