2,013 Topics

Member Avatar for
Member Avatar for ceyesuma

Could someone check out the way the object are created? All the classes work independently but somewhere I think I am messing the display up when I call a new Class. I have two classes: one creates and loades a combobox and another class that creates and loads an UILoader …

Member Avatar for ceyesuma
0
96
Member Avatar for danpad

I am trying to embed more than one video on a site. The problem is they all start playing automatically, I would like to keep them from starting automatically. I get my code from helloworld.com they use razor stream the videos load up fast and don't stutter. If anyone with …

Member Avatar for peter_budo
0
155
Member Avatar for Stefano Mtangoo

I have so far been playing with wxpy's media control and is greater, but needs backend which is not good habit anyway. Is there any framework, that can in its own play multimedia file independent of OS's as backend?? I use python 2.5.2 Thanks all

Member Avatar for Stefano Mtangoo
0
90
Member Avatar for ceyesuma

Hello. Could someone tell me why I open photoshop and the only tool available it the hand tool? I have no way to select anything. Thanks. -Steve

Member Avatar for Jen0608
0
53
Member Avatar for rexusdiablos

Hi All, I'm using a script that displays a larger image when a thumbnail is clicked or moused over. I need the larger image of the first thumbnail to be displayed by default so that I never have an empty white space on my page. The html page is as …

Member Avatar for rexusdiablos
0
259
Member Avatar for architact

Hello, I am trying to develop a calender using the flash's built-in date chooser component, what I want to do is that I want to pass an array of dates to flash from javascript and then disable that dates in the calender component, Please help me in doing this. Thanks

0
65
Member Avatar for pcmicro

Hello - I am fairly new to the flash/multimedia game... I am very familiar with HTML and other aspects of web. I am just coming accross one slight issue. I am trying to create a landing page with at least 12 full sized images collaged together to create a banner. …

Member Avatar for php_noob
0
128
Member Avatar for ladytracey

Help. My computer is running very slow and generating lots of errors. I have enclosed all logs requested except ESET or one of the others you recommended. Kaspersky Online Scanner , Panda Active Scan ,Trend Micro HouseCall, and F-Secure Online Virus Scanner all either failed to load, run or after …

Member Avatar for jholland1964
0
193
Member Avatar for Reliable

Hello everyone, Trying to get a grasp on AS3.0. I know what addEventListerner is for and pretty much how to use it, but I the last three parameters in the statement have me scratching my head. There is a number (usually 0) and two Booleans--false and true respectively. Why are …

Member Avatar for erico564
0
137
Member Avatar for xylude

I am trying to write a script in flash that takes variables ( a list of movies that I wish to be played ) and loads them into the movie. I don't have much code written for this but here is what I have in the first and only frame: …

Member Avatar for erico564
0
179
Member Avatar for jimbob90

I've got a blog up simply using html and css. what should i learn next, i want to add a comment feature stuff like that. my next project is going to be a forum wat languages are used to create forums?

Member Avatar for erico564
0
118
Member Avatar for mardone

Hi everybody, I am planning to start my own web developing business. First, I will be starting off at home and then seeing how it goes and will decide to take it to a bigger level. Keeping in mind the present scenario, web designing and internet based business are proving …

Member Avatar for erico564
0
151
Member Avatar for synxmax

Dear delphi coders i am a newbie to delphi , i am using an free ocx called devalvr for loading panorama images , thats a great activex with powerfull parameters all free now i want to create a multimedia cd with delphi and flash and i want to load panorama …

Member Avatar for LizR
0
124
Member Avatar for danpad

What I'd like to do now is have the video window to have an image before the play button is pushed. So this is the code for this video I am working on. [ICODE]<iframe width='320' height='240' frameborder='0' marginheight='0' marginwidth='0' noresize scrolling=no src='http://widgetpf.razorstream.com/widgets/v.1.0/inc/mediaplayer.aspx?lic=hw&accHex=3656ba4d-5fa8-4f9e-9906-ae1c18ac73c5&mediaID=20172337&mediaTag=&ts=1227432940018&expires=false&ipLock=false&ip=71.34.231.17&hash=dd967f16b51cb415bea032046eb060da61863b23&successURL=&successCB=&errorURL=&errorCB=&bgColor=%23000000&width=&height=&controls=true&statusbar=false&repeat=false&autostart=false&fullScreen=true&fmtSelector=true&prefFormat=&prefSpeed=true&assetID=20172325'></iframe>[/ICODE] any suggestions? danpad

0
66
Member Avatar for tiger86

Hi I am having trouble with the hotspots tool and slice tools in photoshop extended cs3 and fireworks cs3. I get a hotspot or a slice and it works fine until I put it online then it doesn't work. I can't use XHTML to make it work because I am …

0
85
Member Avatar for Levirules

Hey all. I'm not a very active user, but I have a question for you all. It involves how a dual core processor interacts with Windows and the applications it runs. My previous assumption was that a 1.9ghz dual core processor would run everything at the equivalent of a 2.8ghz …

Member Avatar for jbennet
0
1K
Member Avatar for danpad

Hello, My name is Danny Padilla I Live in Oregon. Moved here from Southern California in '02. I personally home school my oldest son in first grade with the aid of a video based school have found it challenging and fun. We have four, a six, three, one and a …

0
25
Member Avatar for ceyesuma

Would someone have time to look at some classes and an XML to try to tell me why nothing is loading? I have: A simple interface with two combo boxes (that do load) and they are linked to two separate classes. One cb class should load an UILoader class and …

Member Avatar for ceyesuma
0
110
Member Avatar for ceyesuma

Is it possible to set a cb on the GUI and load some XML into it from an external class?

0
54
Member Avatar for T4gal

Hi, I don't know if this is the right place to ask this, if it's not please let me know. I'm thinking about getting Dreamweaver, but I'm wondering how hard/easy it is to use, or if there is anything better out there? I'm just starting to do web design, I'm …

Member Avatar for cohen
0
68
Member Avatar for rodrigortiz

Name: Rodrigo Andres Nickname: Andru, Height: 188 cm Weight: 82 Kg Hair: Black Eyes: Brown Location: Bogota Age: 22 Hobbies: Listening to music, drawing, going out with friends, movies, laughing, sleeping, pc gaming, swimming, tv series, ... Relationship Status: single Fav Music: damn, a lot of stuff...lol... U2, Greenday, Nirvana, …

Member Avatar for rodrigortiz
0
33
Member Avatar for marjan_m

Hi, Can any one please tell me how to resolve "catastrophic error" in corel draw x3 installation.Please view it's screen shot and recommend any solution. Thanks & Regards,

0
105
Member Avatar for ceyesuma

Can some one show me how to load thiis combobox to the fla from the Main.as? [CODE] package chromatic.load_files{ import flash.display.MovieClip; import flash.display.Sprite; import fl.controls.ComboBox; //this class is imported on the actions frame 1 //these are classes that create components already loaded import chromatic.load_files.CBMajorComponent; import chromatic.load_files.CBMinorComponent; import chromatic.load_files.UIImageComponent; import chromatic.load_files.CBMinorComponent; …

0
54
Member Avatar for Aikiman

Hello! I have a pre made flash website template and am using Mac Flash mxPro 2004. I cant seem to get the buttons to link to pages. I understand that I need to type in some code to do this yet I just cant work it out. Any help with …

Member Avatar for peter_budo
0
86
Member Avatar for Aikiman

Hi Can someone please tell me what I need to add to this code to make the link open in the same window and not a different window? [code]on (release) { getURL("http://www.drfire-online.com/html/index.html","_blank"); }[/code]

Member Avatar for OldDude
0
78
Member Avatar for cwindham

I am trying to get an idea of who uses Photoshop to design there website? I have been doing designs in PS since the beginning and it has worked out fine with me. Only thing is, everything has updated (such as coding). I am still a simple HTML guy. I …

Member Avatar for HI2Japan
0
38
Member Avatar for DFC

Hi, I'm offering a free mp3 on my website for people to download. However, when you click on it, it automatically opens and plays. Is there any way of having a link that, when clicked, automatically downloads the mp3 file to the user's desktop (without people having to right-click or …

Member Avatar for DFC
0
96
Member Avatar for dlacloche

I built a web site in DW CS3. It displays fine in every browser except IE. Most of the pages look okay, but some pages have unexplained white gaps. The nav bar right below the header image should not have any white space between the image and the nav bar. …

Member Avatar for cwindham
0
92
Member Avatar for Reliable

I'm about to make a photo gallery using lots of pictures. I imported all of them to the library, selected them all and then place them on the stage. Because they are all the same size they appear as one image and they sit inside the first frame in the …

0
64
Member Avatar for WEMCC

I am constantly redesigning my web page and now I would like to have a mouse over effect that when the mouse moves over one of my smaller gallery thumbnails in my gallery page I would like the background to change to a larger image of the same picture taking …

Member Avatar for Reliable
0
98
Member Avatar for rori

Hi, I have a website with a flash intro, after the flash intro finishes playing it shows a button within flash to enter the website. since we were changing the link to the enter page while testing, we asked the flash developer to give us an easy way to change …

Member Avatar for peter_budo
0
117
Member Avatar for zdaxxy

I can't figure out how to stop the thumb from moving. Steps: Create an mx:Hslider with min=0 and max=100. Create a var with a set value of 50. Start slider at 0, allow user to move slider up in range based on var decreasing. I can get the slider to …

0
62
Member Avatar for SelArom

I would like to know where to find the "get XX browser" images. I'm making a page to intercept IE <6 users and tell them to continue they need to upgrade to a more modern browser, and show images for each of the more popular browsers. Unfortunately, I can't seem …

Member Avatar for SelArom
0
59
Member Avatar for RockNRoll

Alright I made some banners in Photoshop and saved them as gifs on a different computer, then copied them to a flash drive. I then copied them to my computer and theres is no preview and when i tried opening it in paint it says files curropted or format not …

Member Avatar for elvenchild
0
228
Member Avatar for jiro

guys please help..newbie here i'm using macromedia flash 8.. i created a navigation button for my website...i used "iframe" in my html so the URL in my navigation will display on that frame..(i embed my .swfon my html) i used this script on my flash on(press) { getURL("#myurl", "mytarget"); } …

Member Avatar for nmcgoo108
0
53
Member Avatar for rajarajan2017

Anyone help out me to create a [B]pacMan game[/B] in flash. I need a good tutorial for this. Advance thanks for everybody.

Member Avatar for MidiMagic
0
30
Member Avatar for Dani

This document will explain the behavior and benefit of implementing Diskeeper defragmentation software with intricate modern hardware technologies such as RAID, NAS and SANs. SANs, NAS devices, corporate servers, and even high end workstations and multimedia-centric desktops characteristically implement multiple physical disk drives in some form of fault tolerant disk …

0
226
Member Avatar for babshyd

I need psd source graphics, plz can any one sugest me where i can get it thak u Babs

Member Avatar for HI2Japan
0
37
Member Avatar for alin_yuhee

i'm a student from malaysia....and i' doing my first degree in multimedia tecnology.....i really have problem in c++ :( and when i found this site i feel so happy :) because i really need someone to help me to understand more about c++....so i really hope that you guys here …

Member Avatar for Denniz
0
81
Member Avatar for moerpheus

I want to create templates using photoshop! And i want to edit them with macromedia dreamweaver!... I want to create headers, banners, footers, main body etc...... navigation bar! please help!

Member Avatar for Reliable
0
82
Member Avatar for Lie To Me

hi... i am doing an animation 23 fps that lasts about 90 secs...(around 2000 frames) I am trying to solve this problem i got but i cant find the solution... The movie plays fine but when 4 words are supposed to animate in individually (these words are movie clips) the …

Member Avatar for Reliable
0
52
Member Avatar for heavenkid

i m currently using Flash 8 i tried some of the codes from a tutorial for Action script but it doesnt seem to work when it exactly the same as the tutorial ones. the codes are at the other thread if anyone is interested to help me solve it.

Member Avatar for Reliable
0
88
Member Avatar for Reliable

We need an AS forum. I would say AS3.o but I realize there are some who are using 2.0 as well so we just need a place to discuss both. AS3 is difficult to learn for someone like me who is new to OOP languages altogether. I'd like to a …

Member Avatar for Reliable
0
80
Member Avatar for frh

Just built my first system in a long while, and it has not resulted in immediate success! All of the fans come on, along with all the case leds etc, and the hard drive activity light flashes on for a moment, with a solid light on the motherboards led. There …

Member Avatar for HoustonIT
0
73
Member Avatar for MeTc123

Hi Guys, I'm in the design process of my website however I've encountered a few problems when switching back and forth from Photoshop CS3 and Fireworks CS3! Each time I do so the document slightly alters (usually down) tampering the whole design (soo annoying!) Is there a way I can …

Member Avatar for wickedsunny
0
89
Member Avatar for heavenkid

i was wondering if there is any program that allows you to grab the .fla file for editing from website because i would like to see more on how diff flash are done.

Member Avatar for cpeeyush1
0
197
Member Avatar for vladtudorache

Hello, everyone! I've recently bought some hardware components to build a new low-cost PC, whose purposes are: web surfing, office working, multimedia (at a medium level, not... video editing). The pieces are: [LIST] [*]AMD Athlon 64 LE-1640 2600 MHz CPU [*]ASUS M2N-MX SE PLUS nForce 430 / Geforce 6100 MB …

Member Avatar for vladtudorache
0
186
Member Avatar for SYST3M4T1C

I want to make one somewhat similar to one on GameBattles.com on their homepage where it rotates around the images but also gives you access to quickly move to a certain image...Those images as well is linked to go to another page if you click the image...Is there anyway someone …

0
55
Member Avatar for DaGibson

here is my log file i need help please! Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 7:33:04 AM, on 10/5/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16705) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe C:\WINDOWS\system32\lsass.exe C:\WINDOWS\system32\svchost.exe C:\WINDOWS\System32\svchost.exe C:\WINDOWS\system32\spoolsv.exe C:\WINDOWS\Explorer.EXE C:\Program Files\ESET\ESET NOD32 Antivirus\ekrn.exe …

Member Avatar for jholland1964
0
87
Member Avatar for Paladine

Ok folks, I am just curious, what would be the slickest program to use for creating these nice image maps that so many sights have today? I mean, no days you have to be more than just a programming/analyst, but a bloody artist too...least with the web side anyway. Anyone?

Member Avatar for peter_budo
0
721

The End.