ActionScript 2.0 :: Make The Site Nav Like Dane Cooks?

Oct 9, 2004

I have a client that wants a site that functions just like Dane Cooks' site (www.danecook.com).

I'm not sure how to script it, but I've started by building movie clip objects of each page (homeContainer, bioContainer, mediaContainer, and calendarContainer). Each page is comprised of a button (verticle bar, like on Cooks' site) and then the background image (i'll load the actual content from another SWF file).

View 4 Replies


Similar Posts:


Make A Customization Site?

May 9, 2010

I would like to design a customization site like one of this:http:[url]....or https:[url]....how to even begin.What should I use Flash or Flex?How it works? Is the customization done by changing any values in something like an XML file? how to create something like that?

View 2 Replies

ActionScript 2.0 :: Make A Bar Preloader For Site?

Feb 23, 2002

I must be the stupidest person on the face of the earth! I don't know how to make a bar preloader for my site!

View 1 Replies

ActionScript 3.0 :: Make The Site Resize According To The Browser?

Nov 4, 2010

I'm having a lot of trouble with a website a friend asked me to make her.For the longest time, I couldn't figure out how to make the site resize according to the browser. (Any help with how to have the background/stage expand while keeping the movieclip containing the content centered and the same size would be a great bonus.)Now, with the code I found after weeks of searching, I'm recieving error 1046. What is this, and how do I fix it? Or, how do I implement the changes to resize background/keep movieclip constant?

[Code]...

View 5 Replies

ActionScript 3.0 :: Make New Site Work With Netscape7?

Jul 4, 2011

I have a probleme to make my new site work with netscape7 (the name of the clip is pis=piscine)
 
http:[url]....
 
size of the stagevar largeurScene:uint = stage.stageWidth;var hauteurScene:uint = stage.stageHeight;
/bt01 is a button called clpix01var bt01:clpix01 = new clpix01();bt01.x = 110;bt01.y = 200;// Le curseur de la souris prend la forme d'une main au survol du boutonbt01.buttonMode = true;addChild(bt01);[code].....

View 10 Replies

ActionScript 3.0 :: Make A Preloader For A Site Have Built?

Dec 15, 2009

I am trying make a preloader for a site I've bulit.I did this site via the displaylist the whole thing and I have every pages linked togther as actionscript files

View 0 Replies

ActionScript 3.0 :: Make All Site Is Full Screen?

Apr 23, 2010

I'm working on a flash site. my boss want it is full screen for all screen resolution .... and i don`t know any thing about how i do it ..

View 7 Replies

ActionScript 2.0 :: Make A Navigation Bar For Flash Site

Sep 5, 2010

im trying to make a navigation bar for my flash site. The idea is that all the content is displayed in small vertical lines, like this - and when you scroll over a line it opens out to a thumbnail. At the same time the other lines move outwards to accommodate the space taken up by the thumbnail. I wanted only the line your scrolling over to show but its kinda similar to the mac osx dock. Ive tried using examples of mac docks and none seem to do what i want them too.

View 0 Replies

ActionScript 2.0 :: How To Make A Panning Navigated Site

Apr 24, 2011

I am trying to make a site similar to [URL] or [URL] (i think that with these two examples you get the point) I have already done something concerning the menu (see attachment) but I have no idea what to do to make it like the examples mentioned before..

View 9 Replies

ActionScript 2.0 :: Make A New Portfolio Site In Flash?

Jun 3, 2004

i want to make a new portfolio site in flash... i was thinking on using as much server-side scripting as possible, to make in easier to update and add some features like flash guestbook/mail form and some other stuff... I was wondering... is it possible using php and mysql to add content to the portfolio without modifying the flash itself? Is there a tutorial regarding this? WHat i want, exactly is to be able to add photos, sites, prints and other stuff to my portfolio like i would add a post to this forum... the title being the title, the message being the description of the project and the pic i can attach being the photo itself..

View 14 Replies

ActionScript 2.0 :: Make My New Site Work With Netscape7?

Oct 17, 2004

thought I would start to make my new site work with netscape7.

FSCommand - works fine but cant get the following to work

window.open to call a popup or SetVariable - to return a value to flash.

Now if this really is a problem - why are flash developers still using netscape when it is so full of bugs..

I donloaded it 3 days ago and it didnt even have the most uptodate player..

I new there was a reason I like IE. everything works the way it is supposed to.

Anyway any AS Developers have an answere please help so I can make my new site cross browser compatible.

View 1 Replies

ActionScript 2.0 :: Make A Panoramatic View For My Site?

Jul 20, 2005

I'm trying to make a panoramatic view for my site but I can't find any good tut or .fla for it.

View 4 Replies

ActionScript 2.0 :: Make A Great Flash-only Site?

Apr 29, 2006

Does one have to learn actionscripting in order to make a great flash-only site?

View 1 Replies

ActionScript 2.0 :: Make A Web Site With Menu [renamed]?

Dec 5, 2006

I'm designing a site that has 4 parts (for the sake of explanation)Part 1 is the menu which will be it's own .swf, which I would like to have align to the top center of the browser even if you resize the browser. Part 2 is the content which I'd like to align to the center of the page, even when you resize the browser. This is also an .swf which corresponds with the menu.swf Part 3 and 4 don't have to be .swf's, but are just graphics in the top right corner and the other in the bottom left that stay in the corner even when the browser is resized.

View 1 Replies

ActionScript 2.0 :: Make My New Site Work With Netscape7?

Oct 17, 2004

I would start to make my new site work with netscape7.FSCommand - works fine but cant get the following to work

window.open to call a popup

or

SetVariable - to return a value to flash.why are flash developers still using netscape when it is so full of bugs..

View 1 Replies

ActionScript 2.0 :: Make A Guestbook For A Flash Site?

Nov 7, 2002

i made a flash site... i wanna make a guestbook for it... any ideas how i would go about doin that?

View 2 Replies

ActionScript 3.0 :: Make Several Banners For Individual Pages Of A Web Site?

Sep 17, 2009

i need to make several banners for individual pages of a web site. The banners will each contain different images that i want to have fade in the same way. Also, over the images will be the title of the page. I would like to load the images and text by xml.I was using the uiloader (loading images from a url) but could not figure out how use the xml file as source.Also, for the animation,is there anyway to apply a transition to the uiloader? Is the uiloader even the best way to load xml?

View 1 Replies

ActionScript 2.0 :: Make Water Drop Randomly Throughout The Site?

Jul 16, 2007

i want to make water drop randomly throughout the site

View 3 Replies

ActionScript 3.0 :: Make Marquee For News That Is / Has Happened With Site

Jan 23, 2009

I would like to make a Marquee for news that is/has happened with my site.I have know Idea where I want to get started. Basically I want to have an XML File, and just load its contents and display it as a never ending marquee.

View 1 Replies

ActionScript 3.0 :: Make A Site In Flash Which Will Have An Image Gallery?

Jun 2, 2010

Im just about to make a site in Flash which will have an image gallery. This will need to include a CMS for the images. Anyone know the best approach in order to make the images as easy as possible to update?

View 6 Replies

ActionScript 2.0 :: Make Flash Site On Full Screen?

Jul 29, 2005

is there a way to make flash site on full screen I mean no IE tool bar nothing, flash on full screen

View 4 Replies

ActionScript 2.0 :: Make Multiple Preloaders For Different Sections Of The Site?

Jun 6, 2002

heres another one for ya, how do I make multiple preloaders for different sections of the site? Im using the ifFrameLoaded script, but it loads every frame because scene2 (with the content) is just 1 frame with many movie clips.

View 1 Replies

ActionScript 3.0 :: Make A Fade In Of One Array Of Images To Use As A Header In A Site

Aug 6, 2009

I need to make a fade in of one array of images to use as a header in a site, but this function does,t work good, tracin np, I get 0, 1 and then always 1

[Code]...

View 4 Replies

ActionScript 1/2 :: Make Flash Site Stay Centered In Browser?

Sep 11, 2009

I'm still farely new to flash so this my be real easy i make my flash site stay centered in the browser no matter what size screen they are viewing it on....i like the look of a clean centered site not matter what size the screen you view it on.

View 5 Replies

Make Navagation Bar Run On A Independent Timeline From The Rest Of The Content On Site

Nov 16, 2009

On my Flash site, I'm trying to make my my navagation bar run on a independent timeline from the rest of the content on my site. I built my navagation bar in a movie clip, because they use independent timelines. However I can't seem to figgure out how to make the buttons in the movie clip effect the timeline of the main file. Is there something I'm missing? Or am I just going about this the wrong way?

View 16 Replies

ActionScript 3.0 :: Make Input Text/search Button On Site?

Aug 24, 2009

make a input text/search button on my site.

I have a bunch of pdf files in a specific location on my site (mysite.com/pdf).

I want to create a search field where the end user inputs text into a field and flash locates and opens the corresponding pdf file (mysite.com/pdf/myfile.pdf).

View 0 Replies

ActionScript 2.0 :: Make The Site So That Its Size Is Dependant On The Users Resolution

Feb 3, 2003

I have created a website 900px by 600px, and need to know how to make the site so that its size is dependant on the users resolution.( I have had complaints of the text being too big in 800 by 600, but too small in 1600px by 1200px) the site itself is created in flash 5 if that is of any use.(although wouldn't it be something more to do with the html coding?

View 3 Replies

ActionScript 2.0 :: Make Some Htmltxt For Site Turn Into A Button To Email?

Jan 10, 2006

how to make some htmltxt for my flash site turn into a button to email. i know in dreamweaver I use mailto"blabla@bla.com" but this doesn't seem to work in htmltxt.I also like some functions like underline,bold, how to go to a certain url,etc.

View 3 Replies

ActionScript 2.0 :: Make A Flash Site To Fill The Screen Just On Its Height?

Aug 9, 2006

Is it possible to make a flash site to fill the screen just on its height, keepping it�s width?

View 5 Replies

ActionScript 2.0 :: Make Buttons In Flash That Link To Other Pages On The Site?

Jul 24, 2003

I Am Trying To Make Buttons In Flash That Link To Other Pages On The Site. When You Press On A Button, It Will Take You To A Page Like main.php?page=thepage. (Which Also Has Flash)I Am Trying To Use The Variable page (from The Url) In The Flash On The New Page. How Do I Get It From The Url, Into The Flash?I Have Looked All Over But Cannot Find A Solution That Works.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved