Search:

Type: Posts; User: JackJack; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    6,795

    Worked for me.

    Worked for me, only after I placed style="outline-style: none;" in the EMBED tag, not the object tag.

    Thanks.

    :cool:
  2. Scene 1 is a new scene in the Flash movie file....

    Scene 1 is a new scene in the Flash movie file. Label 100 does refer to a frame number in Scene 1, but I'm trying to send the movie to the label, not the frame because the movie my grow or shrink,...
  3. Replies
    0
    Views
    2,031

    eLearning Software advice?

    Does anybody have experience with eLearning software?

    I was looking at Adobe Captivate, but the system requirements are Windows only. I'm on a Macintosh.

    Are there any other recommendations?
    ...
  4. I have seven scenes in a one flash movie, each...

    I have seven scenes in a one flash movie, each named Scene 1, Scene 2, Scene 3 etc... There is a label in Scene 1 named label 100.

    It used to be written like this:



    ifFrameLoaded ("Scene 1",...
  5. Simple ActionScript _framesloaded help wanted

    This doesn't do what I want it to do, the frames just play right through till the end. I wanted to use the if else statement, but I guess I'm not writing it out correctly.




    if...
  6. Thread: DVD to flv

    by JackJack
    Replies
    5
    Views
    7,036

    There's also Handbrake (http://handbrake.fr)...

    There's also Handbrake which is free. It can rip a dvd into different formats including MP4 and AVI.

    :)
  7. Replies
    7
    Views
    18,371

    Thanks

    Thanks for the help.

    I couldn't get it to work on IE, and after much trail and error I figured that the DOCTYPE is pretty darn important on IE. Also, I found that the DOCTYPE will not be included...
  8. Best Image Optimization for Screen = Awful Print Quality.

    I would like to optimize some large photos for the web so that they will look great on screen at about 900px width, but print out awfully, very bitmapped, and/or not fit for re-distribution or...
  9. Replies
    7
    Views
    18,371

    Thanks for the reply, but it didn't quite work....

    Thanks for the reply, but it didn't quite work. The closest I could get it to work was this following code in my CSS style sheet.

    body
    {
    background: #C3E2A6 url(/images/flowerLEFT.jpg) 0% 0...
  10. Replies
    7
    Views
    18,371

    2 Body Background Images?

    Is it possible to have two background images? One to the left, and one to the right of the window?

    Here's the code I tried in my CSS stylesheet, but it only showed one of the images.

    body
    {...
  11. Replies
    3
    Views
    5,459

    Found the problem in the CSS

    I spent some time validating the CSS style sheet page and found the problem; #outerImageContainer Value Error : margin only 0 can be a length. You must put an unit after your number : -40 auto 0...
  12. Replies
    3
    Views
    5,459

    Lightbox image viewer: DOCTYPE problems

    1) Script Title:
    Lightbox image viewer 2.03a

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm

    3) Describe problem: If I use a defined DOCTYPE, the image...
  13. Is it even possible?

    Still at it. I've tried ton's of different things throughout the day. Seems this DIV has to line up top-left, bottom-left, top-right, or bottom-right. There's no top-middle, or top-center I guess.
    ...
  14. Still working on it.

    I'm able to offset the menu horizontally, but that is not what needs to be done. The menu should stay centered according to the parent "trigger" with every window size. Offsetting it will look...
  15. Drop down menu: Center positioning the menu?

    1) Script Title: Drop down/ Overlapping Content script

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex5/overlapcontent.htm

    3) Describe problem:

    I want to center position the...
  16. Success!

    It worked!

    Thanks for the help, jscheuer1.

    :)
  17. Nope. Doesn't work.

    Nope. Doesn't work.
  18. To the link in the lightbox content window. The...

    To the link in the lightbox content window. The rev link that says "Go to another page".
  19. Lightbox image viewer: Style the "rev" link?

    1) Script Title: Lightbox image viewer 2.03a

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm

    3) Describe problem: Is there a way to style the rev link in...
  20. Replies
    5
    Views
    5,849

    Thanks for the reply. I thought there might...

    Thanks for the reply.

    I thought there might be a way to establish a javascript array in the <head> named "posters" consisting of the jpg images.

    Example:
    <script type="text/javascript">...
  21. Replies
    5
    Views
    5,849

    Quick and dirty way.

    <p><a href="01.jpg" rel="lightbox[posters]" title="Poster One">See sample poster set</a>

    <a href="02.jpg" rel="lightbox[posters]" title="Poster Two"></a>
    <a href="03.jpg" rel="lightbox[posters]"...
  22. Replies
    5
    Views
    5,849

    Lightbox image viewer: Simple Array Help

    1) Script Title: Lightbox image viewer 2.03a

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm

    3) Describe problem: I want to use the Previous and Next button...
Results 1 to 22 of 23