2,013 Topics

Member Avatar for
Member Avatar for missumissu

[CODE]<?php $target = "upload/"; $target = $target . basename( $_FILES['uploaded']['name']) ; $ok=1; if(move_uploaded_file($_FILES['uploaded']['tmp_name'], $target)) { echo "The file ". basename( $_FILES['uploadedfile']['name']). " has been uploaded"; } else { echo "Sorry, there was a problem uploading your file."; } ?> [/CODE] that's mean must create 'files' table? and 'target' is entity …

Member Avatar for qazplm114477
0
136
Member Avatar for ggeoff

Hi I am designing my first musicians website and need to find out what media player or players I can install on the website so that visitors can hear the musician's music and also vidoes. Long Tail video's JW payers seem like a solution but I don't anything about these. …

Member Avatar for ggeoff
0
198
Member Avatar for frenzra
0
80
Member Avatar for Rasmalai

hey guys, i recently installed adobe photoshop CS5 on my desktop pc. but everytime i select paint bucket tool, i can't select any brush because all of the brushes get disabled after selecting paint bucket tool.

Member Avatar for Rasmalai
0
144
Member Avatar for tat2dlady

Hi. I am having some trouble with my computer. Here is a quick review of issues...About a month ago my McAfee AV kept getting turned off. I could not figure out what was wrong. Nothing was found on any scans. I removed McAfee and got AVG free edition. It stopped …

Member Avatar for 07knev
0
621
Member Avatar for Kammerbulle

I live in a small town where we have a fair a couple of times a year. Last year two programming students wrote a booking system for us in PHP. I am rusty when it comes to PHP, but I think it would be fun to try to improve the …

0
66
Member Avatar for csterling

Hi, I have two objects: One is a button (instance name button1) and a square (instance name square1), and I would like the square's visibility to be toggled on or off when the button is clicked. So far, my code can make the square disappear, but not reappear. Below is …

Member Avatar for misd_bunder
0
234
Member Avatar for Ritesh_4

Hi anyone can relate me to a psd or illustrator sample for the attached image (or a tutorial on how to get on with this)

0
79
Member Avatar for hadeelh30

package ch07_auxiliaryclasses.taxcalculator; import java.awt.*; import javax.swing.*; import java.awt.event.*; public class UPAdvisor extends JFrame implements ActionListener { JButton displayadvice = new JButton("Displayadvice"); JTextField displayadviceTxt = new JTextField(11); JSpinner ucasPointSp = new JSpinner(new SpinnerNumberModel(0,0,180,10)); JRadioButton Degree = new JRadioButton("Degree", true); JRadioButton FoundationDegree = new JRadioButton("Foundation Degree", false); ButtonGroup bg = new ButtonGroup(); …

Member Avatar for NormR1
0
139
Member Avatar for hadeelh30

[CODE]package ch07_auxiliaryclasses.taxcalculator; import java.awt.*; import javax.swing.*; import java.awt.event.*; public class UPApp extends JFrame implements ActionListener { JButton displayadvice = new JButton("Displayadvice"); JSpinner ucasPointSp = new JSpinner(new SpinnerNumberModel(0,0,180,10)); JRadioButton Degree = new JRadioButton("Degree", true); JRadioButton FoundationDegree = new JRadioButton("Foundation Degree", false); ButtonGroup bg = new ButtonGroup(); JButton doneBtn = new JButton("DisplayAdvice"); …

Member Avatar for hiddepolen
-1
69
Member Avatar for aaloo

i am getting confused that which one can be implemented >sending data out from flash to php via xml or >sending data out from flash to xml via php i know we can load data directly from xml to flash but i dont know how to send data from flash …

Member Avatar for sufyan2011
0
125
Member Avatar for aaloo

this is my xml file [ICODE]<myxml> <a> I can load XML like the wind! </a> <b> I can load XML like the storm! </b> </myxml>[/ICODE] i want to trace "I can load XML like the wind!" in flash movie.for this i am using this syntax that is not working .somebody …

Member Avatar for sufyan2011
-1
93
Member Avatar for aaloo

this is my php code [CODE]<?php $i=0; echo "t$i=pp&"; ?>[/CODE] and this is my as2 code [CODE] myData = new LoadVars() myData.load("http://localhost/exercise/0.php") myData.onLoad = function(succes){ if(succes){ a.text=myData.t$i; //this is not working } else trace ("Error loading data") } [/CODE] as you can see i want to send variable"t$i" from php …

Member Avatar for sufyan2011
-1
118
Member Avatar for pritaeas

I am looking for some experiences with embedding video's in my website. Until now I had only externally linked video's (which included their own players). Now I have to embed my own. So far I've seen HTML5, Flow player, JW Player and VideoJS. Any recommendations ? Added: Also found [URL="http://praegnanz.de/html5video/"]this …

Member Avatar for pritaeas
0
121
Member Avatar for aaloo

this is my as2 code , i m trying to get variable t outside the onload function but failed , somebody help me !!! [CODE]$i=0; myData = new LoadVars() myData.load("http://localhost/exercise/"+$i+".php") myData.onLoad = function(succes) { if(succes){ var t:Number =myData.total_pages; a.text=myData.t1 b.text=myData.t2 c.text=myData.t0 tp.text=t } else trace ("Error loading data") } next_.onRelease …

0
107
Member Avatar for rjm001

Please help with research on my final year project and fill out the questionaire below: [URL="https://www.surveymonkey.com/s/you_approve"]https://www.surveymonkey.com/s/you_approve[/URL] The questionaire is for all digital media professionals although it relates most to web designers/developers. Thanks, much aprechiated!

Member Avatar for rjm001
0
176
Member Avatar for siva28

[url]http://www.parithi.com/[/url] please visit this site... How to develop these first page..what kind of design tool is used? I develop own site , so these type of front page design i needed. please reply.. flash is ok for that?

Member Avatar for walid86
0
167
Member Avatar for aaloo

i want to know that how to make a dynamic website in flash which can send and receive data from server.i want to make a blog in flash.so what languages are needed to implement this ?

Member Avatar for aaloo
-1
132
Member Avatar for whitshade

I recently noticed that images are no longer appear on my website. It is an add-on domain name, but images are viewable in the parent domain. I've checked the paths in the code, the permissions for the images direcoty and the images themselves and can't figure it out. The images …

Member Avatar for whitshade
0
209
Member Avatar for aaloo

this is my as3 code which is making an xml file [code] var submitListener:Object = new Object(); submitListener.click = function() { var login_xml:XML = new XML("<login password=\""+username_txt.text+"\" username=\""+password_txt.text+"\"> password_txt.text </login>"); login_xml.xmlDecl = "<?xml version=\"1.0\" ?>"; packet_txt.text = login_xml; }; submit_btn.addEventListener("click", submitListener); [/code] i want to insert password as node value …

0
87
Member Avatar for Garidius

Hello everyone, Somebody could suggest me some good script that you have used (jquery or something) to embed within a div structure a multi album photo slideshow/gallery or some other way to do it. I've seen some but they aren't multi album and one of them has that feature but …

Member Avatar for Garidius
0
115
Member Avatar for seowebtech

I am looking good script that could control the site, ideally with search engine friendly urls, and easy google shopping integration, paypal, sitemap, etc. any help would be appreciated, thanks

Member Avatar for ThePirust99
0
126
Member Avatar for davy_yg

Hi, I am trying to create a new card with AI. The size is 80 mm x 50 mm. Before I printed I export it to jpg format. The print out result is as big as an A4 paper. How to create a new card with the output (print out) …

Member Avatar for davy_yg
0
97
Member Avatar for peterpa

hello friend please any one tell how can i create this kind of images which is used here in this website [URL="http://www.npkgroups.com"]http://www.npkgroups.com[/URL], menu link

Member Avatar for niranga
0
118
Member Avatar for pygame

We are very excited to announce the launch of [URL="http://www.pygamezine.com/"]PyGameZine[/URL]! PyGameZine issue 0 is chock full of articles about pygame, and interviews with people using pygame. It was inspired by the magazines that people used to type code out of into their comodore 64s, or z80 spectrums plugged into their …

0
76
Member Avatar for hijabihtohai

could any body help me here on this issue I want to know if there is a way to call a javascript on vPlayer Event: VPLAYER_PLAY Like when I play/stop a video it do call a javascript on the page VideoPlayed() function VideoPlayed(){ alert('Video Play'); } Reference URL: [url]http://www.goto-multimedia.com/products/vPlayer/asdocs/html/gT_media_vPlayer_VPlayerEvent.html[/url]

0
62
Member Avatar for Ritesh_4

Hello Anyone knows a font which can help me in photoshop to create an S similar to the one shown in the image?

Member Avatar for Ritesh_4
0
93
Member Avatar for rahulvramesh

hi friends i need help in flash. i need flash script to upload and cut mp3 by seconds... please help me.....

0
81
Member Avatar for siva28

hi everyone.. now i developin own site.. [url]www.parithi.com..this[/url] is a site home page having one wallpaper(background image)with that person name has been displayed transparent... how to do that..please refer that site...i attracted that design... please reply with solution

Member Avatar for jcarbillon
0
110
Member Avatar for ktsangop

Hello everyone. I am trying to publish a win projector (.exe) for a flash project using CS5.5 and Flash Player 11. I downloaded the following extension : [URL="http://blogs.adobe.com/rgalvan/2011/11/adding-fp11-support-to-flash-pro-cs5-and-cs5-5.html"]Flash Player 11 support for CS5[/URL] and therefore i can use Flash Player 11 in publish settings. When i publish swf and load …

Member Avatar for ktsangop
0
245
Member Avatar for davy_yg

Hi I am trying to open a file with ATN File in Photoshop CS5 and I have the following error: Could not place the document '960_GRIDS.ATN' because no parser or file format can open the file. Why is it ? How to open file with ATN extention ?

Member Avatar for Ritesh_4
0
135
Member Avatar for jemz

Hi, I need some help to you all,how can i make image like this in the header of this cite [URL="http://www.freecsstemplates.org/"]http://www.freecsstemplates.org/[/URL] the color dark green that looks like grooving lines or slanting lines,can you help me please how to make like this...please help me.Thank you in advance and i am …

Member Avatar for jemz
0
78
Member Avatar for aaloo

i want to create a blog in flash .can anyone suggest me a website with gud tutorials related to it or is there any open source software to create such kind of blog??

Member Avatar for adrianabrand
0
227
Member Avatar for dada2011

i am new in flash..please help me in this code.. why is it that when i run this program it will proceed to else statement??? how coould i fix this??? thanx.. [CODE]var dragArray:Array = [orangeduck, monkey, yoyo, car]; for(var i:int = 0; i < dragArray.length; i++){ dragArray[i].buttonMode = true; dragArray[i].addEventListener(MouseEvent.MOUSE_DOWN, …

Member Avatar for JasonHippy
0
140
Member Avatar for Jen0608

Does Anyone know how to convert ordinary images to vector images in photoshop? How do you do it in the simplest way?

Member Avatar for londomedhit
0
364
Member Avatar for as786

Hey, I am looking to make a coverage map & a data speed test with it. I have basic html skills. But have no idea how to start. Could you guys lend me hand ? would be much appreciated.

0
55
Member Avatar for mombasageek
Member Avatar for irish luck
0
119
Member Avatar for Andy_Parr

Hi I'm relatively new to Actionscript coding and have a small problem in Flash. I want to track the x property of a symbol (in this case a movie clip) and display the x property of that movie clip in a text field. However I want the text field to …

Member Avatar for JasonHippy
0
176
Member Avatar for JD321

I have a Flash CS3 movie containing menu links. It works fine in IE, Chrome, Opera and Safari, but not in Firefox. Hovering over the menu, the graphic moves but then flickers repeatedly, and pressing the menu button does not take you anywhere. I read earlier posts here and learned …

0
146
Member Avatar for 73formula

Hello; I need help with an annoying virus or malware. My search results display correctly, but clicking on any of the urls in the results takes to me usually to a "How To" page or a list of sales sites related back to the searched topic. To get anywhere i've …

Member Avatar for crunchie
0
368
Member Avatar for djdubuque
Member Avatar for anand01
0
84
Member Avatar for mrjimoy_05

Hey all, I have a problem to read a XML file using XmlReader. I have this code: [CODE] Dim xCount As Integer = 0 Using xReader As XmlReader = XmlReader.Create("tekno.xml") TreeView1.Nodes.Clear() Do While xReader.Read() With TreeView1 .Nodes.Add(xReader.Item("title")) .Nodes(xCount).Nodes.Add("(link: " & xReader.Item("link") & ")") .Nodes(xCount).Nodes.Add("Date: " & xReader.Item("pubDate")) .Nodes(xCount).Nodes.Add(xReader.Item("description")) xCount = …

0
97
Member Avatar for asif49
Member Avatar for clansman

I'm looking for signal strength bars like below link. I need all icons 1 to 5. [url]http://buyme.ae/images/Signal_Strength_Bar-1.png[/url] Thanks a lot.

0
70
Member Avatar for ahp@aol.in

Hi folks, I'm planning to purchase a laptop which fulfill my requirements. My laptop use will be for programming(C/C++/embedded/graphics/system) and multimedia(songs, movies etc) and Also I need a machine at my hometown(I goes to my hometown frequently, on alternate weekends) Currently, I've a desktop with following specifications.. Procesor: Intel Core …

Member Avatar for Drycola
0
214
Member Avatar for Ritesh_4

hello anyone can point me to a tutorial which can help me design something similar to the image shown on this link: [url]http://www.vectorstock.com/i/composite/93,87/449387/company-symbol-vector.jpg[/url]

Member Avatar for anand01
0
52
Member Avatar for gawickham

Problem - Main - Clicking any Google Search result, results in redirect to random sites - NOT the site of the search result - search function not usable Secondary - computer has slowed to less than a crawl plus - recently, on boot-up, Avast reports that Microsoft Realplayer.exe is suspect …

Member Avatar for gawickham
0
601
Member Avatar for amazed

Hi This is a duplicate of this thread [url]http://www.daniweb.com/web-development/javascript-dhtml-ajax/threads/378765[/url] I want to make image map in flash similar to this one - [url]http://www.image-maps.com/[/url] My image map implementation will be more complex. Basically I want end result like this [url]http://digitalhymn.com/argilla/tipmage/[/url] Only with two changes : - User should able to mark …

0
67
Member Avatar for dflor

I would like to reproduce the flash effect from the web page [url]http://www.flashfridge.com/tutorial.asp?ID=17[/url] 2 images on a transparent background in Adobe Flash CS3. I followed the explanations and for my first image, everything is OK The second (vertical shift), fails to keep the first image as the background. The first …

Member Avatar for anand01
0
105
Member Avatar for ogollah

Can someone please help me to find an idea how you can develop image codec which can compress the raw format images of type ppm using two programs; one for the encoder and one for the decoder. using java? <-------Please------>

Member Avatar for peter_budo
0
34

The End.