Forum: Graphics and Multimedia 18 Days Ago |
| Replies: 2 Views: 443 |
Forum: Graphics and Multimedia Jun 16th, 2008 |
| Replies: 7 Views: 595 Re: Flash Intro use getURL() (http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html) function. Use this function ion layer action panel of last frame. |
Forum: HTML and CSS Jun 12th, 2008 |
| Replies: 3 Views: 272 Re: I'm New. Well there is nothing like advanced HTML. Its very straight forward markup language. Same with CSS. Its very easy to learn them all and know what they do but the thing is that you should know how to... |
Forum: Graphics and Multimedia Jun 12th, 2008 |
| Replies: 5 Views: 483 Re: movie clip in flash Then this would work:
movieclipname.onRollOver = function(){
stop();
}
I removed this because if you use that it will stop the clip playing inside that movie clip will stop, not the current... |
Forum: HTML and CSS Jun 12th, 2008 |
| Replies: 11 Views: 1,007 Re: Flash Plyer HTML Enclose your code inside [code] (http://www.daniweb.com/forums/announcement143-4.html) tags to make it more readable and presentable. |
Forum: Graphics and Multimedia Jun 11th, 2008 |
| Replies: 4 Views: 811 |
Forum: Graphics and Multimedia Jun 11th, 2008 |
| Replies: 6 Views: 592 Re: Flash Err....start with google'ing for tutorials. There are loads.
Use Adobe/Macromedia Flash, its the best and complete solution. |
Forum: Graphics and Multimedia Jun 11th, 2008 |
| Replies: 6 Views: 634 |
Forum: Graphics and Multimedia Jun 11th, 2008 |
| Replies: 5 Views: 483 Re: movie clip in flash Create a layer over the tween if both exist in same layer. Otherwise if would be simple. Posy if I not very clear.
on (rollOver) {
_movieClipName.stop();
} |
Forum: Graphics and Multimedia Jun 11th, 2008 |
| Replies: 2 Views: 415 Re: Help me Well I recommend to start with Flash and some graphic manipulation program like Photoshop. Otherwise try to google things. |
Forum: Graphics and Multimedia Jun 11th, 2008 |
| Replies: 1 Views: 407 Re: flashmovie loader If you want a hyperlink to another webpage tryout getURL() (http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html). Otherwise for another frame try... |
Forum: Graphics and Multimedia Jun 11th, 2008 |
| Replies: 4 Views: 811 Re: Anyone know of a good free flash editor? Well, there is nothing free for flash development when you want full featured, powerful tool. If you want some simple things tryout SWFTOOLS (http://www.swftools.org/). Otherwise spend few bugs on... |
Forum: HTML and CSS Jun 11th, 2008 |
| Replies: 11 Views: 1,007 |
Forum: Graphics and Multimedia Jun 2nd, 2008 |
| Replies: 4 Views: 420 Re: GIMP or Photoshop? I'm a very good in graphics but I think, GIMP is pretty good image editing software and its worth learning. It has gained good reputation in community and the best freeware. Suffice most of my needs.... |
Forum: HTML and CSS May 29th, 2008 |
| Replies: 4 Views: 278 Re: How To Do A Navigator Also as far as I know Visual studio just got good support for ASP.NET and nothing else, so dont use it. |
Forum: Site Layout and Usability May 28th, 2008 |
| Replies: 13 Views: 1,255 Re: Dreamweaver Layout Problem > how would i make a website that isn't absolute dimension?
For this I would say learn and practice. You will know yourself. Learn HTML/xHTML, CSS(if you want then JavaScript too), practice them and... |
Forum: Site Layout and Usability May 27th, 2008 |
| Replies: 13 Views: 1,255 Re: Dreamweaver Layout Problem > How do i make the site fit to all resolution screens
It wont fit in all resolutions because, you have specified absolute dimensions to every image and table, the everything is constant. Also if... |
Forum: Site Layout and Usability May 27th, 2008 |
| Replies: 13 Views: 1,255 Re: Dreamweaver Layout Problem > that didn't get rid of the problem with the layout having big gaps
Have you followed instructions exactly as what I said, cause my solution works well with Firefox2, Opera9, and IE7. Try again,... |
Forum: HTML and CSS May 27th, 2008 |
| Replies: 4 Views: 278 Re: How To Do A Navigator > Erm . Need Help With Navigator.
What??? Explain your problem clearly. Do you think other members will understand what you ask with that single line. Show what you have done, and you will surely... |
Forum: Site Layout and Usability May 27th, 2008 |
| Replies: 13 Views: 1,255 Re: Dreamweaver Layout Problem > I have never done this before so i dont know what to do with that css Syntax
Well, its simple. Just add following lines anywhere between the <head></head> tags.
<style type="text/css">
... |
Forum: Site Layout and Usability May 27th, 2008 |
| Replies: 13 Views: 1,255 Re: Dreamweaver Layout Problem Could you post link to the page or a bit of with which you have problem so that we could help better.
Well you may try this. Use following CSS properties and see if it works.
{
border-width:... |
Forum: Graphics and Multimedia Mar 19th, 2008 |
| Replies: 2 Views: 584 |
Forum: C Mar 16th, 2008 |
| Replies: 2 Views: 256 Re: need help with c > convert my c program so it works on a linux system or mac
Don't use any non standard functions. Dont use conio.h, since that is DOS library. So replace getch() with getchar() since later is... |
Forum: Site Layout and Usability Mar 8th, 2008 |
| Replies: 4 Views: 568 |
Forum: Graphics and Multimedia Mar 8th, 2008 |
| Replies: 4 Views: 554 Re: actionscript: selfcontained images' slideshow >can multiple files' linkage be done in an automated (smart) way?
I think and am pretty sure that isn't possible.
But one thing I want to say is that you shouldn't put 50 images in one swf. If... |
Forum: Site Layout and Usability Mar 5th, 2008 |
| Replies: 22 Views: 3,321 Re: web design software I like HomeSite+(shipped with DW) and UltraEdit. Basically what I want is auto-indentation, intellisense and syntax highlighting. |
Forum: Graphics and Multimedia Mar 5th, 2008 |
| Replies: 4 Views: 554 |
Forum: C++ Mar 4th, 2008 |
| Replies: 16 Views: 741 Re: What Language(s) SHould I Learn > ok i think i will learn C++, what is the best compilier to use?
I say, try many compilers to make your code portable. And yes compiler must be compatible with standard ansi c++. So don't start... |
Forum: C++ Mar 4th, 2008 |
| Replies: 16 Views: 741 Re: What Language(s) SHould I Learn > ok i think i will learn C++, what is the best compilier to use?
I say, try many compilers to make your code portable. And yes compiler must be compatible with standard ansi c++. So don't start... |
Forum: Graphics and Multimedia Feb 20th, 2008 |
| Replies: 2 Views: 357 Re: Text as links I think SwishMax supports ActionScript. So try getURL() (www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary377.html) function.
I have never used SwishMax,... |
Forum: HTML and CSS Feb 1st, 2008 |
| Replies: 7 Views: 559 Re: Text Editor & Web Design I use UltraEdit or Dreamweaver. Here's (http://www.thefreecountry.com/webmaster/htmleditors.shtml)a list of free editors or, try these free editors.
HTML-Kit (http://www.htmlkit.com/)
AceHTML... |
Forum: Graphics and Multimedia Jan 23rd, 2008 |
| Replies: 11 Views: 1,423 |
Forum: HTML and CSS Jan 14th, 2008 |
| Replies: 2 Views: 672 |
Forum: Graphics and Multimedia Jan 13th, 2008 |
| Replies: 1 Views: 491 Re: how to get global variable of other movie?? Nice Question. Never thought of that. Anyway after doing a bit of experimenting, I come to this conclusion.
As soon as external movie is loaded, you could retrieve the data ( not necessarily global... |
Forum: JavaScript / DHTML / AJAX Jan 11th, 2008 |
| Replies: 3 Views: 501 Re: please help me Its because the receiver's computer doesn't have Arabic character set installed. |
Forum: Graphics and Multimedia Jan 11th, 2008 |
| Replies: 1 Views: 856 Re: Free Web Templates > I need good template free of charge or there is a any technique
Mambo (www.mamboserver.com) and Joomla (www.joomla.org/)
> any technique that I can download from monster template and after edit I... |
Forum: C++ Jan 11th, 2008 |
| Replies: 4 Views: 406 Re: how to display results in c Use you command promt and run. Or if you want to run it directly add std::cin.get() at the end of main() to wait for a keystroke. However this wont work under certain circumstances as mentioned here... |
Forum: C++ Jan 4th, 2008 |
| Replies: 3 Views: 351 Re: Use of brackets for variable types This is typecasting (http://www.cplusplus.com/doc/tutorial/typecasting.html), i.e. changing a data from one type to another. Both are same and works same. Enumerators are nothing but named integer... |
Forum: Graphics and Multimedia Jan 4th, 2008 |
| Replies: 11 Views: 1,423 |
Forum: C Jan 3rd, 2008 |
| Replies: 3 Views: 403 Re: Odd array code If you just want to print single character, you could also use putchar() |