Worked for me, only after I placed style="outline-style: none;" in the EMBED tag, not the object tag.
Thanks.
:cool:
Type: Posts; User: JackJack; Keyword(s):
Worked for me, only after I placed style="outline-style: none;" in the EMBED tag, not the object tag.
Thanks.
:cool:
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,...
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?
...
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",...
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...
There's also Handbrake which is free. It can rip a dvd into different formats including MP4 and AVI.
:)
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...
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...
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...
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
{...
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...
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...
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.
...
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...
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...
It worked!
Thanks for the help, jscheuer1.
:)
Nope. Doesn't work.
To the link in the lightbox content window. The rev link that says "Go to another page".
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...
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">...
<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]"...
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...