Jump to content

virtualadz

Members
  • Posts

    489
  • Joined

  • Last visited

About virtualadz

  • Birthday 02/28/1990

virtualadz's Achievements

Member

Member (2/7)

0

Reputation

  1. Sorry guys...my site got hacked and had to take it down completely and so couldn't reply. I will check out the ways you suggested and post the results tomorrow. thanks
  2. @dcole.ath.cxI received it for free, pre-installed with the pc, double-checked the items but no support documents found. Moreover I tried what you pointed out: Desktop (in the taskbar) > System Settings > Network and then edited the connection under the devices tab. filled in the details for the LAN connection. but when I checked with FF, it couldnt open the url.
  3. Does any1 know how to make a new internet connection in linux. Been googling for seconds now (cant stick with linux more than that) but its all too confusing. Is there any wizard or sort of functionality. I have redhat fedora linux.btw: i havent bought the lunix os, got it free with along with a pc :)Thanks
  4. thank you for ur reply. Instead of a converter, I just used the VLC media player.....n could resize the flv file to fit the whole screen!
  5. i have an flv video file which I want to convert to either mpeg, avi or any other wmp supported format. Is there any free software that does it ? I have found only one (that is Moyea) but it costs much for my one time use. Basically, what I want is to have the video on the full screen (which the flv player doesnt allow) but after converting it to either mpeg or avi, it will be possible to have the video playing on the whole of the screen.Thank u.
  6. virtualadz

    Timer

    I have a count down timer in Roman Numerals which has currently the days, hrs, mins, n secs in different boxes I would like to club the counter digits all together, but have run out of ideas to do so.Though in the simple numbers counter (23:09:23:43), I have it clubbed together: var counter:String = days + " " + hrs + " " + min + " " + sec; time_txt.text = counter; whereas the roman version has days_txt.text = convertToRoman(days); hours_txt.text = convertToRoman(hrs); mins_txt.text = convertToRoman(min); secs_txt.text = convertToRoman(sec); I just want to make the roman version of the counter to have the digits all in one box just like the simple numbers one. Can anyboyd throw some light on it.......Thx !!!
  7. You need flash player to view the swf files, i dont know about conversion to image format but maybe you need a decompiler, after which you can export the pics through the source file itself.
  8. You should also see this site. Pretty nice menus out there.
  9. virtualadz

    shopping cart

    You could try Oscommerce, works on PHP n Linux too. Plenty of help in the support forums (if not main hoon na). Yea, a bit (just a bit) difficult to install after which you set sailing. And yes.....the thing you were talking about paypal.....they provide only buttons for small enterprises otherwise act as payment processors.TC.
  10. You want to download a .fla file or .swf file?If you want a .fla file......just go to the link and the browser will automatically ask you to take the reqd action (save it, cancel it bla bla)Or make a link to that file in an HTML page, and then use save link as or save target as (the same can be done for swf files)Certain swf files are like....ummmm well you need a software called flash catcher .........to download certain swf files (maybe dynamic ones)
  11. Hey, Thanks for the info, I got an idea of what will be the result in Flash 5, Though I think i will have to get flash 5 from somewhere to get the real pic.
  12. virtualadz

    Flash 4 & 5

    Are the tint and alpha color options available in flash 4 and 5 ? as in Flash 8
  13. Well, I have just begun with Photoshop or say graphics in the broader sense. Surfing through online tutorials isnt much of a help when you want to be learn the basics and be able to create designs on your own. Before I go out and buy a book, I did love hear to your suggestions for books on Graphic Design (Photosop). Though am not a newbie and know the little basics quite well, I am not kind of a pro. I have CS2, so please suggest the best quality of book. I have these two books in mind:Photoshop down and dirty tricksPhotoshop CS2 Visual EncyclopediaWhat do you think of them ?Thanks.
  14. Ok, I got the tab menu to work. Just one more thing.I have this code for the tab menu:http://practicewriter.com/?1196FNow if you have a look at the ebay template: virtualadz.com/secure/menu2.htmlThere at the top left you will see a image named "Warranty Information"Now what I want to do is that link that image to the respective tab i.e when I click on the imageIt takes me to the "Warranty Information" tab directly.You can see the tabs at the bottom of the page.So the respective tabs should open when I click the relevant images.So Maybe I should add this code onclick="showTab(1)" to my warranty image so that the warranty tab opens. Anyone got any idea about this.
×
×
  • Create New...