They have a play button when pressed plays a super high quality quicktime video. The videos are very large in size. The movie starts as the rest of the movie is downloading. It is embedded in flash.
How is this accomplished? I do not want to use the flv or media component features in flash.
yeah, i looked in the source and it seems like they are doing something tricky with javascript… apparently there is some function called qtPop (which is pretty self explainitory) that calls some var called url from the flash movie? that’s a neat trick. this tells the javascript to pop up the quicktime window on the page at a certain spot… very tricky stuff.
but basically, it is not embedded! it just looks like it. i wish you COULD embed. you can do it the other way around, as if that is useful.
i tried contacting the makers of the page, theroyalorder.com, but THEIR website is even more unhelpful…
Daniel, I’ll see if I can provide some input on this. Comcast.net had a similar solution that was amazing. I’m working on a solution that will do what you said but with windows media. If I come up with something I’ll pass on the goods.
I don’t think this site is actually using QuickTime at all. They have created their movie controls to look exactly like the quicktime controls. If you scroll to the very end of that first movie you’ll notice a small glitch. This would only happen if the movie (and the controls) were Flash.
The qtPop JavaScript function doesn’t have anything to do with the flash. This is a function to popup a new browser window with a movie it in. You can tell by the “window.open” call.
So to answer your question, they are actually using FLV video.
you guys , im a little lost here. i can totally import a quicktime movie into my flash page. and when you do that it asks you if you want to embed it and you say yes, or you can have it link to ano outside source. so what do you all mean when you say you cant embed a qt into flash???
Yes this is true, you can import avi or quick time at author time. However, dynamically at run time is where I see that functionality missing.
Flash can’t call an external URL that is a qt movie and load that quick time movie into your stage. Flash can’t be a shell that loads qt or avi movies that are external files residing on your server. They must be embedded at author time, not run time.
If I’m wrong, and I would love to be in this instance… please correct me. I’ve been battling this for months (literally). If you know how to import a qt or avi at run time dynamically into your Flash .swf stage please tell me…
Or you can import the quick time into your Flash library… go through the sorenson encoding process… then when it’s in your library, right click on it, click properties, then I think there’s an export button… this pops up a save as dialog that allows you to save a .flv
i see what your saying now lomelino, i was going through the same thing. if your screen resolution is 1024 X 768 go ahead and check out my website. i basically have external quicktimes pop up on a certain location on the screen to try and give the illusion of being part of the flash page. its not what you want but thats what i ended up doing. go to the animation page and click on a link : www.creativejuggernauts.com
well, basically i just popped a quicktime .mov file on my server, and then followed the kirupa “making centered pop-ups” tut, tweaked my co-ordinates a bit, and voila! pretty easy.
This has nothing to do with the topic but I was wondering if you knew that the enter your site button is nearly impossible to see because its in the black. I’m on a pc and I just kept clicking around the image till I found something. I find when I design on my mac versus my pc I have to adjust the images lighter for people with a typical pc monitor because they are much darker.
So for the centered pop-ups tute you set the link to the qt .mov file? Well that will work if the user has their computer set up to automatically stream movies but if not then doesn’t it pop up the download dialog box?
lol, I have two monitors at work and I have my browsers set to always open on the right screen (which is the secondary monitor). When I clicked on his movies they popped up on the left so I could see them fine even though they were kind of floating around on their own.
Said it before and I’ll say it again though - the animations are awesome! :thumb:
Nice site. You mentioned a specific site resolution of 1024 x 768… Might I recommend setting your stage as a percentage of the browser window. This can be done dynamically with actionScript or you can click file > publish settings > then change the Dimensions dropdown to percent and set the width and height to 100. Now when you preview the site or publish the age it will adjust bigger and smaller as the user adjusts their browser window. Hitting F11 will also rescale the .swf.