ActionScript 2.0 :: Create A Webshop In FlashMX, PHP And (if Needed) MySQL, XML?

Dec 12, 2003

I need to create a webshop in FlashMX, PHP and (if needed) MySQL, XML.I'm currently working on the graphical part in Photoshop and Flash, but I need to start on the code part in a day or 2.give me some tips/tuts/open source on how to create the Actionscript side of a webshop?I want to work with Objects and stuff, since this seems the best way.

View 2 Replies


Similar Posts:


ActionScript 2.0 :: Find An Open Source Webshop Made In FlashMX?

Jan 17, 2004

I want to know where I can find an open source webshop made in FlashMX.

I'm having a hard time making mine and I would like to see how others made it so I can see how it can be done

Does anyone here have that for me or knows where to get it?

View 2 Replies

Php :: Element's / Structure Needed To Create A Flash , MySQL Cms ?

Feb 4, 2010

Does any one know of an article's on the element's / structure needed to create a flash , php , MySQL cms ? I failed to mention flash would be the GUI for the CMS

View 1 Replies

Php :: HTTPService & MySQL - Can't Post Needed Information To My Database

Aug 30, 2010

I can't seem to post needed information to my database, here's what I've got:

[Code]...

So what is wrong? Why ain't it adding the information to my database?

View 3 Replies

Mysql :: Create An Insert Form With TextInput Containing ComboBox Provided By MySQL Database Table?

Jan 13, 2010

I have a Flex application which manage a database composed by 7 tables.I have created the insert form and all work great. Now I wanto to improve the Form performances; the idea is to replace the TextInput of the Form with ComboBoxes which are provided by the DataBase tables

View 1 Replies

IDE :: FlashMX -create Photo Gallery Tutorial?

Jun 15, 2009

Does Tutorial for photo gallery in Flash MX also woek for Flash CS3

View 1 Replies

Professional :: Bright Spark Needed To Create An Interactive Renewable Energy Map?

Jul 2, 2010

A Melbourne-based group, Beyond Zero Emissions, are about to release a 200+ page plan (already endorsed or supported by quite a few illustrious people) for Australia's stationary electricity to be provided entirely by wind and solar energy using existing technology by 2020. It would be great to create an interactive map that would show in a nutshell how this plan would work. Please contact me if you are interested in this project.

View 1 Replies

ActionScript 2.0 :: Webshop - Possible To Store Array In Session

Jun 22, 2009

I'm creating a webshop in Flash using an array which stores the items put in the basket. Is it possible somehow to store this array in a session in PHP or similiar, so it will save the basket if the user reloads the page or visit another page and then return to my page?

View 1 Replies

ActionScript 3.0 :: Create Button Dinamically With Php/mysql?

Sep 4, 2009

this simple table has some few columns: id, buttonlabel, dir, filesBut I need to have these buttons created automatically on flash. I mean, when I insert a new line into "buttons" table, a new button is created on flashSaw something related to XML, but I dont think it would be necessary since flash can get the mysql results with PHP.

View 3 Replies

Php :: Create A Query From Flash Builder To MySQL With SelectedItems?

Nov 22, 2010

I am trying to create a query from Flash Builder to PHP/mySQL with selectedItems. I have a simple SELECT query set up to populate a datagrid of items I would like to select for main query (two records looks something like this "19 10","20 10"). This is where I get stuck. I don't know if I need to break down the selectedItems in Flash Builder for formatting in SQL or if I can do it in PHP.

I would assume that it should be done in Flash Builder and I would then send the partial SQL statement to PHP. As of right now, Flash Builder is holding the selected values as CustomObjects and I unsure of how to retrieve what is in the objects for formatting.

var arr:Array = dataGrid.SelectedItems

This yields an array of CustomObjets and I lost from there.I will need the resulting SQL statement would need to look something like this.

SELECT *
FROM Stats
WHERE neu IN ('19 10','20 10');

View 1 Replies

ActionScript 3.0 :: Create A 'register For Info' Form On My Site Without Php/mySQL?

May 6, 2010

I want to collect email addresses on my Flash/AS3 site for a project.I just have basic web hosting (just FTP upload space) and do not have access to a LAMP server.I assume this is what I need to be able to run PHP/MySQL etc.Does this mean there is no way of me making a form that will allow visitors to input their email addresses to sign up for a newsletter I send out?

View 2 Replies

Server Side :: Create A MySQL Database In Which People Can Sign Up/log In?

Dec 13, 2003

First: I want to create a sort of webshop and I want to create a MySQL database in which people can sign up/log in.How can I create this in FlashMX + PHP + MySQL.I want people to log in, sign up and the database should register what people bought the last time(s) they visited.

Now for my second question:For this shop I have a section on the homepage with news.This sections needs to display the news and have a link to the archives.Each newsitem is an images that contains the news.How can I make Flash loads in the news dynamicaly and let Flash detect if there is an archive (archive = more than 3 newsitems in folder) and if there is one, display it?

View 3 Replies

ActionScript 2.0 :: Create A Live Message Board In Flash Php And Mysql Databases?

Apr 3, 2005

how to create a live message board in flash php and mysql databases what i want to do is for users to be abel to post messages in forum style , with title message and so on , and for them to be listed out on a page ( not more complicated than that, no different topics or anything) and i want flash to check if there are any new posts ever like 10 seconds

View 1 Replies

ActionScript 2.0 :: Create A Live Message Board In Flash Php And Mysql Databases

Apr 3, 2005

how to create a live message board in flash php and mysql databases

what i want to do is for users to be abel to post messages in forum style , with title message and so on , and for them to be listed out on a page ( not more complicated than that, no different topics or anything) and i want flash to check if there are any new posts ever like 10 seconds

View 1 Replies

Connect To MYSQL DB From Java, Create Table, Insert Data, Retrieve It With Datatypes

May 25, 2010

How to connect to MYSQL DB from Java, create table, insert data, retrieve it with datatypes. How to make use of the data to/from in Flex application. i have basic knowledge in sending and receiving messages using BlazeDS.

View 1 Replies

ActionScript 3.0 :: Create A Flash Gallery Which Imports Images From Mysql Datbase And Links

Dec 14, 2010

I am looking to create a flash gallery which imports images from a mysql datbase and links associated to the image which will also be in the databae . The idea is to show the user in a carousel style the last picture added to the database at the front and if that or any other picture within the carousel is clicked another swf will load.Using php will do I just don't know where to start.

View 3 Replies

Mysql :: Migrate A Preexisting Flex/Java/Hibernate/MySQL App Onto A CD For Portable Distro?

Feb 2, 2011

I have a typical Flex-based application that was written to use a Java/Hibernate/MySQL backend. The client changed the requirements - now they want to distribute it on a CD where the user can just run the app without any installation or a network connection.

To do this, I certainly need to eliminate the web server and the database server and adapt my application (with as few changes as possible, of course) to a stand-alone application that will fit on a CD/DVD. I've managed to export the data to XML and read it into Flex, but I'm wondering if there's a way to recreate the Hibernate data structures in Flex so I could change as little code as possible. Failing that, is there any way to keep the existing Java/Hibernate external to the Flex code but retrievable without installing Apache Tomcat or MySQL?

View 3 Replies

Configure MySQL JDBC Driver Mysql-connector-java-5.1.12?

May 25, 2010

I have downloaded MySQL JDBC driver from [URL]... How do I configure it?

View 1 Replies

ActionScript 2.0 :: Create A Login Page In Flash Site That Relates To Information Input To A Mysql Database

Oct 11, 2006

I need to create a login page in my flash site that relates to information input to a mysql database. after the submit their information we want to send them a link to a differnt flash page with a login screen they will use their first name and a password (already in our database) to gain access to this "new" page. on that page there will be a welcome message that says "Welcome, User First Name" so I guess i have two questions

1: how do i set up a login page?

2: how do i pull that login info to a welcome page?

View 7 Replies

Mysql :: Accent MySQL-Flex/ZendFramework?

Oct 22, 2011

In my table the Collation is:latin1_swedish_ci (but i tried UTF8_unicode too).In my flex application when it shows the table,it displays it correct,with all accent and pointing correct,but in the table is like :

View 1 Replies

ActionScript 3.0 :: Migration FlashMX To FL CS5?

Nov 15, 2010

I have just upgraded from Flash MX (Macromedia vanilla version of flash) to Flash Creative Suite 5 migrating from ActionScript 2 to to ActionScript 3?It has been a while since I have used flash ActionScript on a "medium plus" level As I am currently *attempting* to convert an awesome preloader that I used to use in my old flash projects.

View 3 Replies

ActionScript 2.0 :: Using Mp3/wav In A Flashmx File?

Jan 20, 2004

i am using mp3/wav in a flashmx file. when i am hearing it in flash itself (pressing enter) then quality is excellent. but when i am exporting it quality vanished.what should i do.i am attaching the fla file.

View 2 Replies

ActionScript 3.0 :: Create A Dynamic Menu In Flash Using PHP & MySQL And Bring It Into Flash Using DataProvider?

Dec 2, 2010

I'm trying to create a dynamic menu in Flash using PHP & MySQL and bring it into Flash using AS3 DataProvider. My menu works fine with a local Array, but I seem to have an issue with the Type being a String and not an Array, but how do I set it up properly so the types are correctSo I started with a typical, non-dynamic array and it works to create my menu:

Code:
var items1:Array = [
{myClass:"SCI101", question:"What color is the sky?"},
{myClass:"MATH110", question:"What is the square root of 81?"},[code].....

View 1 Replies

Professional :: Importing FlashMX .fla Into Cs5.5 Failure

Oct 12, 2011

Im trying to open a .fla i got from the internet. Its from 2004 and in flashMX format.
 
On opening it flash gives an "unexpected file format" error.
 
Is this a corrupt file or isnt it possible to use this? If the latter, is there a way to convert a .fla from MX format to cs5.5?

View 1 Replies

ActionScript 2.0 :: Load The Swf Into FlashMX Page?

Dec 3, 2002

I modified Kirupa's Changing Colors using Actionscript and now I am trying to load the swf into my FlashMX page .When I use LoadMovie the color changes won't work.When I use LoadMovieNum into 1 the color changes work but I can't dicate x and y positions and the changing colors swf pops up for every button pushed (because I sent it to level 1).I have tried thisX = _x and thisY = _y and then when I use the other four buttons, those swf are misalligned.

View 3 Replies

ActionScript 2.0 :: (FlashMX) Interaction Between Levels?

Dec 3, 2003

tell me if it's possible to go from, let's say, Level 2 to a specific frame of Level 1? How to do that?

View 6 Replies

ActionScript 2.0 :: Form E-Mail Within FlashMX?

Jun 8, 2003

I have an FLA file that has forms with variables and stuff.It also has a script to validate the forms are all filled in.how do i make the button work? How do i make this Email to[url].... when you click SUBMIT.

View 6 Replies

ActionScript 2.0 :: A Button In FlashMX On The HIT Frame?

Apr 29, 2004

I created a Button in flashMX on the HIT frame. I want when someone hit the button it loads an external .swf that would be located in c:windowsproject. est.swf ,.What actionscript code can I use to achieve that?

View 6 Replies

ActionScript 2.0 :: [flashMX] Can Get Vars To Load But Can't Display All Of It

Dec 15, 2004

why the "songinfo" variable (song title and artist) won't always show up. Sometimes, only the "seconds remaining" value will appear. Since that number is based on caculations I'm doing to other variables, I know that I'm getting the variables correctly but I have to sometimes reload the web page multiple times in order for the song artist and title to display.

[URL]

What I've done is to create a Flash-based display for a radio station that shows what song is currently playing on the radio. I'm using actionscript to read in a series of variables from a PHP file (sont title/artist, length of song, and time the song started playing).Now, rather than having the Flash file check the PHP file every 30 seconds and overload the servers, I'm using actionscript to calculate a countdown timer value for me and to only recheck the PHP file when that counter is < 0 (i.e. the song is over).

View 2 Replies

ActionScript 2.0 :: FlashMX Random Movement Tutorial

Mar 31, 2003

I tried to remake the random movement tutorial [URL] but at the end the objects stayed all at the same place. So I downloaded the fla at the bottom of the page and when I previewed the animation it also did not work. I use Flash MX on a Windows XP pc.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved