Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE DREAMWEAVER: HomeDreamweaver ForumDreamweaver TutorialsFAQAdobe FlashWeb Design

Embed Quicktime over sliced PSD?

Cow Forums : Adobe Dreamweaver

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>
Embed Quicktime over sliced PSD?
by Ryan Krumm on Sep 21, 2009 at 4:48:51 pm

Hello,

So I'm new to Dreamweaver and I'm trying to make a website to post videos onto. The simplest way for me to design the site (being a noob) was to make a sliced PSD file and import it into Dreamweaver. So when I click on the slice where I want the QT to play, it inserts the plugin below or above it. How do I get it to be on top of the image slice?

I know I could just simply work around it by created slices around where the video is going to play (as read on another post here) but there is going to be a gap there before the video pops up and I want to LEARN Dreamweaver not just get what I need done, you know?

Hope it makes sense and thanks in advance,

Krumm

Respond to this post   •   Return to posts index

Re: Embed Quicktime over sliced PSD?
by Fernando Mol on Sep 21, 2009 at 6:54:04 pm

Use a slice as a placeholder for your video. Then, delete the content of the slice in Dreamweaver and place your Quicktime movie.

You can use a poster movie, so it doesn't start downloading until the user click on it.

A poster movie is a single frame quicktime mov file you exported from your full movie to represent it. The code to place a poster movie should look like this:

<EMBED SRC="posterMovie.mov" CONTROLLER=false WIDTH=180 HEIGHT=136 HREF="yourFullMovie.mov" TARGET="myself">


I hope this helps

*Remember to share a link to your site and to rate the posts. This is a free service for you and for us.

Respond to this post   •   Return to posts index

Re: Embed Quicktime over sliced PSD?
by Ryan Krumm on Sep 21, 2009 at 8:12:27 pm

A poster frame is a great idea, thank you.

The only issue I run into by deleting the content from the slice is that it contains a radial gradient that spills into the other slices. Without it there, the background color that surrounds the movie shows and messes with the gradient effect. I know could always just slice around the movie, I was just thinking that there was a simple way just to layer the movie right on top of the slice. Is that possible?

Thanks for the help.

Respond to this post   •   Return to posts index


Re: Embed Quicktime over sliced PSD?
by Fernando Mol on Sep 22, 2009 at 12:24:56 am

You can create a poster movie with your gradient background and just a play button, so it shows nothing until the user click on it.

Placing an AP div in front of your background is an option, but definitely not a simpler one.

*Remember to share a link to your site and to rate the posts. This is a free service for you and for us.

Respond to this post   •   Return to posts index

Re: Embed Quicktime over sliced PSD?
by Ryan Krumm on Sep 22, 2009 at 5:06:03 pm

Thanks for all the help. I actually came across a tutorial for CSS on Adobe's site: http://www.adobe.com/devnet/dreamweaver/articles/first_cs4_website_pt2.html

I just made my slices the background and it worked perfectly.

Respond to this post   •   Return to posts index

Re: Embed Quicktime over sliced PSD?
by Ryan Krumm on Sep 23, 2009 at 4:25:06 pm

So I've tried adding the poster frame and it works... for the most part. I also referenced this Cow tutorial: http://library.creativecow.net/articles/chaffin_abraham/embedding-quicktime...

But the movie won't play when the poster is clicked -- you have to hit the controller play button. This is all while I'm previewing in Safari, mind you.

Here is a sample of my code. I've copied it from the tutorial and made the appropriate adjustments.



Any help would be appreciated.

Thanks.

Respond to this post   •   Return to posts index


Re: Embed Quicktime over sliced PSD?
by Ryan Krumm on Sep 23, 2009 at 6:22:48 pm

Oops, I didn't realize it would actually embed:

embed src="media/reelPosterFrame.mov" height="376" width="640" hspace="80" vspace="42" type="video/quicktime" pluginspage="http://www.apple.com/quicktime/download/" controller="false" href="reelClip.mov" autostart="true" target="myself"

Respond to this post   •   Return to posts index

Re: Embed Quicktime over sliced PSD?
by Fernando Mol on Sep 23, 2009 at 7:59:19 pm

Can you post a link to your site?

*Remember to share a link to your site and to rate the posts. This is a free service for you and for us.

Respond to this post   •   Return to posts index

Re: Embed Quicktime over sliced PSD?
by Ryan Krumm on Sep 23, 2009 at 9:29:56 pm

Since this is my first attempt at creating a website, I haven't gotten a web host yet in case it didn't work out and I had to get someone else to do it.

I did notice that I was using the plugin method as opposed to ActiveX. Could that be the issue? Should I be using ActiveX?



Respond to this post   •   Return to posts index


Re: Embed Quicktime over sliced PSD?
by Fernando Mol on Sep 24, 2009 at 1:30:07 am


Try changing autostart for autoplay.

*Remember to share a link to your site and to rate the posts. This is a free service for you and for us.

Respond to this post   •   Return to posts index

Re: Embed Quicktime over sliced PSD?
by Ryan Krumm on Sep 24, 2009 at 1:12:07 pm

Autostart doesn't seem to work either.

I've also checked to make sure the movie is hinted -- which it is. However, the poster frame isn't hinted, not sure if that matters.

I've just gone the ActiveX route and that is to no avail.

Should I simply wait until I have a host? Maybe it's Dreamweaver's preview mode?

Respond to this post   •   Return to posts index

Re: Embed Quicktime over sliced PSD?
by Ryan Krumm on Sep 24, 2009 at 1:30:47 pm

A ha! It was actually my Quicktime plug-in through my browser that was causing the problem. It was set not to automatically play.

However, now that I am using the ActiveX, the movie is placed where it's supposed to be in Safari but it is pushed to the right in Firefox and Opera.

In Safari, I have the hspace set to 80 which centers it. But to center it in Firefox and Opera, I have to cut the hspace in half to 40. Odd.

Any ideas on that? Is ActiveX the way I should go?

Thanks for all your help, I really appreciate it.

Respond to this post   •   Return to posts index


Re: Embed Quicktime over sliced PSD?
by Fernando Mol on Sep 24, 2009 at 1:51:58 pm

As far as I know, hspace and vspace does have that kind of render problem across browsers. But it could be something else. Pretty hard to guess without the actual page on my hands.

Try adding a CSS rule for the margins on that element or place it inside a div.

*Remember to share a link to your site and to rate the posts. This is a free service for you and for us.

Respond to this post   •   Return to posts index

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>


FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]