1,320 Topics
![]() | |
I was wondering if anyone knows how to get flash to open another html page after the movie has played. im trying to make an opening page to my website which plays a short movie with the company logo on etc. When the movie has loaded and finished playing I … | |
My web does not display any icons or pics. My pages are full of those little circle squares and triangles wherever there should be a pic or an icon. This was caused by viruses but the viruses are now gone. How can I restore the pics and icons to my … | |
hello every one i want to know how i make amazing background like [URL="http://www.elissalovers.net"]www.elissalovers.net[/URL] in photoshop and how or in flash please help :rolleyes: | |
There is a feature that I like and would like to know how to implement in my own website (If I am able). When a link is posted the user can hover over the link and a small box will appear showing the website. How is this done? Example: [url]www.horizonsunlimited.com[/url] … | |
Hallo, Using my adobe Flash CS3 i have built up a Flash Dropdown menu box along with a go button. But I am not understanding how to link and activate the go button, so that after i hit the go button it will take me to the page which is … | |
Sorry for this question but this, I believe is the one area that I am most fuzzy in. I have trouble positioning my content boxes (divs, float, absolute positioning, etc.). I am looking to make whatever boxes I make fixed in one position. When I am in another system the … | |
I need urgent assistance in creating a marquee in flash 7.The text should scroll from left border to right border on a mask layer. The frame rate of this marquee affects the frame rate of the photoslide in that same flash. please help. | |
i want a loading screen before my site fully loaded. it can be 1. loading screen before the home page fully loaded. 2. loading screen before the flash fully loaded. 3. loading screen before each page loaded. 4. loading screen before the WEBSITE fully loaded. i used SWISHMAX 2 for … | |
My wife and I will be traveling the world by motorcycle starting, God willing, wihtin the next year. I am new to web-development and am looking to create our website on my own. With that said: I was curious to see how I could upload our videos that we will … | |
I'm a web developer, but not much of a designer, so I often resort to using stock images and photos for my content. So far I've been able to get by with stockxchg and wiki commons, but my needs are quickly growing and I would like to expand to something … | |
I have two layers overlapping each other. There is a distinct boundary between the two layers. How can I make the boundary go away. | |
Sorry for the stupid question, but I notice that we talk about a lot about the importance of have the right words or title in H1 or H2. What exactly does this mean what is the relevance of it? I’m trying to build my own web site but don’t have … | |
I have been thinking about building my own website, however the one thing that concerns me is providing content, fresh content, neighborhood stats, calculators, etc,.... point2 does a very good job at doing this, however if i decide to do my own website, where can I find a suitable web … | |
Hi, I was looking for an animation that gets names of winners (1,2,3 place) and shows them in an attractive way. They way of getting input is not important, it might read from file or anything. Trust me Google is not helpful now, because I am not able to find … ![]() | |
![]() | Anybody send me the links of good tutorials to learn flex 3 |
I am not a newbie but have knowledge in Swish,dream weaver,fireworks and so on.What i need is a lesson in flash because my brain is on overload if u know what i mean....But i could use some instruction.I bought and downloaded a flash web template but need to edit some … | |
Hello Any and Everyone, I made a pop up which is a Flash movie embedded in an HTML page. I used Flash's export feature to put it in the proper Dreamweaver file and then used Dreamweaver's media embed button. The movie is in the file and plays, but its not … | |
Hello, my friend here is making a component in Flash, but he was working with Action Script 2, and now he needs to convert it to AS3. so that it would be able to work with FlashPlayer 10 . Can someone tell me if this is possible,and how to do … | |
I need a flash video player with a Javascript API with a seek function. And I need to be able to seek in this video by second or, better, by frames and not by keyframes like all flash video player like JW or Flow. My video are encoding in 10s … | |
I've tried to find a [B]tutorial[/B] on how to make a Flash application where a picture can by changed by a press at a button. [B]Example:[/B] [url]http://www.railbirds.com[/url] (the front flash presentation application where you can press '1', '2' or '3' to change the picture) Thanks in regards, Robin | |
![]() | [B]Why button not works within movie clip in flash?[/B] I have to use in that way, help me!!! |
![]() | I need to do a flash photo slide show like this, anybody help me to do that using action script. Please provide any tutorial/samples/ or just SWF like that to do that. Please look into the link for the sample [URL="http://www.walkertek.com/portfolio.php"]http://www.walkertek.com/portfolio.php[/URL] Please help me to solve, its very urgent too... … ![]() |
Hey Guys, How do i install a web layout??? for example from [url]www.free-css.com[/url] How do i change the images to what i want??? Cohen | |
![]() | Hi friends, I want to create a flash presentation (demo) about a product and working of their product. The product is look like a inventory software (having forms, buttons, menus, generating reports etc). you can see an example how it is has to be done below: [URL="http://www.desire2learn.com/demos/keybenefits/"]http://www.desire2learn.com/demos/keybenefits/[/URL] [URL="http://www.obout.com/t2/index.aspx"]http://www.obout.com/t2/index.aspx[/URL] This is … |
![]() | My client ask me to do a "Style Guide" for their website. Anybody knows what is meant by style guide and how to write that. Samples and tutorials required. Help me. Thanks ![]() |
Hello there! I need to create a Flash menu for a CD-ROM and open PDF files from it and using Adobe Reader's command line parameters so that the PDF files are open in specific pages. Possible? I've heard it's even possible now to actualy open PDF files INSIDE Flash player. … | |
Hello All, I'm having a bit of trouble finding something that I thought wouldn't be too bad of a script or standard flash script out there. Here's what I want. Click a button for song, opens up pop up window (flash or javascript, anything really), and plays the selected song … | |
![]() | Hi Everybody, I have a problem on applying colors to raster images. When using setRGB (or) setTransform the color was applied but not mingled with the image, so please help out me to solve this. My application is look like a paint tool but I have to apply colors for … |
Hi, i want to display a pdf inside my web page using object tag... I did succeed to display the pdf if i store it in the web root of the server like this: [code=html] <object data="images/mytest2.pdf" type="application/pdf" /> [/code] but i need to access to a pdf file that … | |
pls someone help me resolve this. one of the layers in my flash document is not showing in the movie, even though it shows very well in the timeline. it is not a guide layer, so i expect it to show well in the movie but it doesnt, what is … | |
I am trying to make an external .swf file load into a movieclip when a button is clicked. I have this code on my button: [code] on(release){ mc_holder.loadMovie("home.swf"); trace ("..."); } [/code] and my mc_holder movieclip is on the stage. But when I click the button the trace output shows … ![]() | |
Hi I'm using Dreamweaver8 on a Mac and want to embed short video clips. In the past I've used YOUTUBE because the procedure is simple but I don't like the quality or the lack of personal control. I know how to set up a link to upload a clip, of … | |
Ok, so I have Dreamweaver, Flash Professional, Photoshop, and now Fireworks, all the CS4 version. I have been playing around with Flash and Dreamweaver over the past couple days, however, I'm still learning them. Phonoshop I haven't worked too much with. Now, about Fireworks. What exactly is the point of … | |
In this tutorial you will learn how to create a stylish looking content box for your website. Before you start, however, you will need to have two custom patterns which should each be from a 5*5px image that just has a pencil line drawn diagonally across it. You need to … | |
i need someone to kindly give me a beginners guide to macromedia flash. i've got it installed on my system but i don't even know where to start from thanks. | |
Hi, I have designed a pop up menu in Dreamweaver using "Show pop up menu" in behaviours option. I need to show a flash file right under the menu options. I place the menu link and also the flash file in two separate files. The problem is that when I … | |
Hello guys, I want this video ([url]http://video.kenblockracing.com/flash/small_player/preloader.swf?vendor_id=2[/url]) now... i want to download it, now add ons in Firefox will do it. How can i do it?? or can someone give me a alternive youtube link or something??? Pls, i really want this for my ipod! Thanks, Cohen! | |
Helloo guys, I have a problem. I dont like the way images load partially on slow connections (loading as it displays). I really want to eliminate this problem fro my site. I have seen a number of j/s preloading scripts but i have not seen their effect on my web. … | |
What are the basic steps in making GIF image in photoshop? | |
hi to all! how to embed flash swf file into microsoft excel 2007. | |
OK, this is probably the wrong place for this question, but here goes nothing... I want to know what math is involved in making a Color gradient (so i can program some myself). My goal for now is to make a program that can get two locations and matching colors, … | |
Hi all, I'm looking for a tutorial on how to make a dynamic flash photo gallery. I want it to do the following: [LIST] [*]Automatically detect images in a folder without having to manually list them in an xml file [*]have simple next and previous buttons [/LIST] I'm not great … | |
I'm trying so hard to add a flash overlay on the page <URL SNIPPED> that blends in and can be closed. Any help? I have nothing so far other the it has to be transperant. I will pay for this as well | |
I have a theory that I'd like someone to affirm or refute. With sites like Flickr now on the scene wouldn't another method of optimizing the speed with which a site can be downloaded be to upload your pictures first to one of those sites and then just include the … | |
Is this flash (how do you tell?) [url]http://www.kwikkopy116.com/[/url] Is there any way to develop a flash site on linux? I've been unable to find anything about it! If not, is there any other way to make a page like this that can be done on linux? Thanks! Dave | |
I can not figure this out. this code seems to add the uiThumbs3rd to the whole stage but I am trying to put it on a movieclip shown here.There is no code in the timeline and I have the movieclip McContent drawn on the stage with the instance name mcContent. … | |
In flash is [code] public function set fileName(String:fileName):void{ this.fileName=fileName } [/code] the same as [code] public function setFileName(String:fileName):void{ this.fileName=fileName } I was wondering if the word "set" acted as more than a function naming convention? [/code] | |
Hi Im a newbie, so I hope I am posting in the right place.... Some advice if you can, I have a little flip book that works fine in Firefox and some versions of Explorer, Flash 9 with Actionscript 2, Problem is for some people with older version of ie … | |
My question is concerning Super. If someone is farmiliar with Super . Is it possible to get someone to look at the first and of code only and get me started on how I would approach the concept of using Super. Because the second two blocks of code are almost … |
The End.