A Flash Developer Resource Site

Search:

Type: Posts; User: Jo6891

Page 1 of 4 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    790

    Anchor an image to bottom of a div

    Hi there,

    I was wondering if anyone knows the solution to my problem.

    I need to anchor an image to the bottom of a div which is positioned relative.

    I have tried position:absolute and...
  2. I have tried commenting out all other javascript...

    I have tried commenting out all other javascript and I still get the same problem. Does anyone know of an issue with the above show/hide div javascript? Or does anyone know of a better way which I...
  3. Images not showing in IE - Javascript conflict?

    Hi There

    I hope someone can help me.

    I am having trouble with a portfolio page on a website I am building - but only in IE. Let me explain the structure of the page:

    The page contains a...
  4. Replies
    0
    Views
    2,407

    Flash8 Accordion menu tutorial

    Hi there,

    Does anyone know where I can find a tutorial to create an accordian menu system similar to the one at this address?

    http://flashden.net/item/xml-accordion/36743

    The only thing is...
  5. Replies
    5
    Views
    575

    Thanks for that, I will try that out and see how...

    Thanks for that, I will try that out and see how it works for me!
  6. Replies
    5
    Views
    575

    Basically if there's some script which will allow...

    Basically if there's some script which will allow zoom in and drag around which affects the whole movie (like the right click zoom in) I'd rather use that than start rescaling all movie clips on my...
  7. Replies
    5
    Views
    575

    But is that actually what the right click zoom...

    But is that actually what the right click zoom function does, or does it affect the whole stage?

    I've tried to scale the x and y values of my movie clips, which is fine, but then my dragging...
  8. Replies
    5
    Views
    575

    Right Click > Zoom In

    Hi there,

    When you right click a flash movie there is an option in the menu which appears which allows you to zoom in and then a hand tool appears for you to drag the screen around. Then, if you...
  9. Replies
    2
    Views
    642

    Hi, Thanks for your reply, The way...

    Hi,

    Thanks for your reply,

    The way pixelwits works is, each 'flipping' page you set up as a separate movie clip then these obviously play within an overall stage which you set up.

    I have...
  10. Replies
    2
    Views
    642

    [MX04] Page Flip Zoom in

    Hi there,

    I'm using the Improved Page flip from http://www.pixelwit.com and was wondering if anyone knows a way of how to zoom in to the pages? And then once you've zoomed in you can move the...
  11. Hi - no changing the name from a variable to the...

    Hi - no changing the name from a variable to the instance created all sorts of weird things - but you code did help me a lot...

    I kept the variable and called it pageNo, and now my code looks like...
  12. [RESOLVED] [MX04] Problems passing variables

    Hi there

    I am having problems passing even numbered variables!

    To outline my problem: I have downloaded the improved version of page flip from pixelwit.com (its a digimag). And i want to add...
  13. Replies
    10
    Views
    16,449

    No one yet can help me? I have seen these...

    No one yet can help me?

    I have seen these things every where but the price that people are chargin per page is pretty expensive - especially if there are a lot of pages. Any help would be...
  14. Replies
    10
    Views
    16,449

    [F8] How to create a flash e-brochure

    I have been searching the web for ages but I can't find a tutorial which explains how to create an e-brochure, like the on in the following link:
    ...
  15. Embedding Flash Video into HTML with the controls

    Hi There

    I have created an swf file, a flv file and in doing that Flash asked me to choose playback controls, which i did. in stand alone flash player, the video works fine with the controls and...
  16. CSS - div does not expand with more content in FF

    Hi there,

    I have an issue with wanting the size of my div to expand (and push other divs down with it) in FF.

    I have it working in IE fine, although that makes me know there's gotta be...
  17. [CS3] How to create a scrolling image gallery?

    Hi there

    I'm looking to create an image gallery with a scrolling image banner like the one here:

    http://www.spacekitchens.co.uk

    I know the one here has been done in javascript but i'd really...
  18. Replies
    4
    Views
    761

    Well, the reason why i do it that way is because...

    Well, the reason why i do it that way is because when i was learning, i came across many problems inserting the keyframe directly - sometimes it didn't tween despite there being motion tween there. ...
  19. Replies
    3
    Views
    2,620

    Lightwindow interactive swf issues in firefox

    Hi there

    I'm having a few issues with Lightwindow in Firefox (lightwindow from www.stickmanlabs.com/lightwindow/).

    I want to launch Lightwindow which displays an interactive swf file. This...
  20. Replies
    1
    Views
    512

    You could load the movie from it's external...

    You could load the movie from it's external source, so, you would have your main slide show movie, then when you click the play button, you would tell the flash to load the swf movie into your slide...
  21. Replies
    4
    Views
    761

    I usually do it in this order: 1. Create...

    I usually do it in this order:

    1. Create keyframe with text.
    2. Add frame at 10.
    3. Create motion tween.
    4. Convert frame 10 to keyframe.
    5. Change alpha properties of 1st and last...
  22. Replies
    4
    Views
    813

    Just stumbled across this post whilst browsing -...

    Just stumbled across this post whilst browsing - i didn't know these were created this way - this is helpful as i need to do a portfolio too.
  23. Replies
    0
    Views
    521

    [CS3] Create preloader for external swf

    Hi There

    I have a movie which loads an external swf using the following script:

    this.createEmptyMovieClip("container", 1);
    function preloadf(clip, scal) {
    clip._alpha = 0;
    if (clip._width>0)...
  24. Replies
    4
    Views
    2,563

    You could also use: _root.button.enabled =...

    You could also use:

    _root.button.enabled = false;

    This would disable your button.
  25. Replies
    4
    Views
    1,465

    Because when the user presses the back button it...

    Because when the user presses the back button it doesn't fade out and back in, as i don't know how to play the timeline backwards.
Results 1 to 25 of 89
Page 1 of 4 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center