ActionScript 3.0 :: Actual Flash Store Running In The Web

May 11, 2009

I want to build a flash webstore. I here just to ask if someone can tell me some actual flash store running in the web. I may use AS3+PHP+mySQL and some XML.

View 2 Replies


Similar Posts:


Actionscript 3 :: What Are The Actual Limits Of A Bitmap In Flash

Nov 18, 2010

As I can read it from this article the maximum square bitmap Flash can handle is 4,095 x 4,095 (which results in 16,769,025 pixels and bla-bla-bla). So, they say if I try to go to 4,096 x 4,096, I'll fail. But I have tried to load and display a bitmap image sized 4,096 x 4,096, and it worked well. Then, I even tried an image sized 5000 x 5000, and that was alright too. What do I not understand? What are the actual limits and how to calculate them?

View 2 Replies

Flash :: Converting Data (perhaps Hex) To Actual Numbers?

Mar 16, 2011

I get this out put (each row is a different element) and I don't know how to convert it in to a readable value.

it should be number with 9-10 digits. from what I have seen in other sites regarding this specific data (this is the value of the tempo in a midi file) - it looks something like this: "tempo is 06 96 27 (in hexa format)"

these values are ByteArray type. how do I convert them to the readable numbers (or perhaps they contain text)?

View 1 Replies

Flash :: Make The Actual Application/widget?

Jul 5, 2011

I have made an analog clock in adobe flash CS5 and want to make it a proper application. When i create an exe file it will run in flash player or firefox etc., which i dont want. Visual Basic 8 could not help me either.

So my question is: How do i make a real, self running and self installing application for this flash clock?

There are hundreds of clocks to download on the net, which run on there own and do not open in flash player. How is this done?

View 1 Replies

ActionScript 2.0 :: Controlling An Actual Robot With A Flash GUI

Apr 12, 2004

I was just wondering how the heck I can connect the two - xml socket? I'm not sure how to start googling this topic. I want to use my flash apps for more than just web functionality, I want control over the things outside my computer

View 1 Replies

ActionScript 2.0 :: Controlling An Actual Robot With A Flash GUI?

Apr 12, 2004

I was just wondering how the heck I can connect the two - xml socket? I'm not sure how to start googling this topic.I want to use my flash apps for more than just web functionality, I want control over the things outside my computer!

View 1 Replies

Professional :: Exe Projector Running Slow While Swf Running Fine?

Mar 19, 2012

I have a strange problem. When I run an exe projector that I exported from flash cs5.5, and on few of my client's computers it running very slow in full screen.When I running an swf file (not exe projector), also in full screen, it running well!I checked my clients computer hardware, and it match the system requirements of flash player.

View 3 Replies

IDE :: Site Is Running Inside The Dreamweaver But When I Publish, It Is Not Running?

May 11, 2009

I have a problem in Flash Site uploading.That is, i have created a flash site & in the dreamweaver i inserted the flash site as insert -> media -> Shockwave.The site is running inside the dreamweaver but when i publish it, flashsite is not running.

View 2 Replies

Flash :: IDE - Communicating PHP / JS - Remove All The Actual Attribute Options

May 26, 2009

I'm working with cart software called PinnacleCart. It's a pretty good system, I use it mainly because of the flexibility in the attributes fields, and our products require alot of customization. The obvious solution here is to add in a Flash customizer, to make it easier for prospective clients to see the changes being made to the items. Inside of the cart software I can select images to upload. I thought about stripping out the validation so I can upload .swf files (edit the product page php to embed if it's a swf file) and go from there.

Now here is the tough part, for usability reasons I want to remove all the actual attribute options - So the logic is simple, if SWF = true then don't display attributes. So, from here I assume when the person clicks 'add to cart' I need to run some javascript to grab the attributes from flash, assign them to the javascript attributes, then proceed as normal.

[Code]...

View 1 Replies

Css :: Center Flash Element Based On The Elements Actual Size 2?

Mar 2, 2010

how can I place a swf file in my webpage when the width of the file changes according to the user input. What I need is a sort of a dynamic css...

View 1 Replies

Flash :: Retrieve The Actual Shared Object Local Path?

May 12, 2011

i have prepared a login screee. using shared object i have saved username and password, now i want to know the sol path. Is there any way to actually retrieve the shared object local path.like C:Documents and Settings[userName]Application DataMacromediaFlash Player#SharedObjectsXXXXXlocalhost ext.sol

View 1 Replies

ActionScript 2.0 :: Change The Xml Script Inside Flash, The Actual Xml File And Add An MC?

Mar 4, 2009

i am working on the xml carousel code from gotoandlearn.com, and i was wondering if there's a way to change the AS and xml to make one button load an external MC instead of the content txt.I am assuming i have to change the xml script inside flash, the actual xml file and add an MC.If anybody is familiar with that code please i need some help, this is the code:

import mx.utils.Delegate;
import mx.transitions.Tween;
import mx.transitions.easing.*;

[Code]...

View 6 Replies

ActionScript 3.0 :: Flash Simple LocalToGlobal - Indicate Its Actual Location On The Stage?

Dec 4, 2010

Ive tried looking in a whole bunch of threads for a solution to this probably common issue but to no avail.I have a bunch of objects of same type on the stage which are generated through code.Inside these objects which are generally at x=300 on the stage.

Code:
this.x+=2.3;
trace(stage1.localToGlobal(new Point(this.x,this.y)), ", ", this.x , " ", this.y);

stage1 is the stage object I pass into my class.The trace output is as follows

(x=2.3, y=0) , 2.3 0

Now im expecting some values in there somewhere to indicate its actual location on the stage, ie, x=300.This isnt happening.Whats the correct syntax i should be using.

View 4 Replies

Flash :: Javascript - Center Element Based On The Elements Actual Size

Mar 1, 2010

I have a problem positioning a Flash element inside a div tag. The problem is, that the flash element is changing it's size based on the user input. I need a way how I can dynamically get the actual size of the flash element, and to change the behavior of the div element the flash is integrated in. actually I want to place it in the middle of the div. right now I gave the flash element width and height of 100% but that way I can not center the element inside the div...

View 2 Replies

Flash :: Determine The Actual Time Interval The User Sees Between Two Successive Images

Mar 7, 2011

I would like to implement an inspection time task using Actionscript. The idea is to dynamically change the time interval between masked and unmasked images based on user responses. The "inspection time" is defined as the interval at which the user achieves certain accuracy. There are various factors affecting the accuracy of that interval: monitor refresh rate, flash vm frame rate, Timer event accuracy, render time. Anything else? How do I determine the actual inverval the user sees? High accuracy is required, since typical performance is from 20 to 80 msec on that task. I assume the limiting factor is the monitor refresh rate. If it's 60Hz, I would only be able to increment by 16.7msec.

View 1 Replies

Actionscript 3 :: Make The Actual Stage Dynamic To The Content Loaded In The Flash File?

Nov 9, 2011

I was wondering if there is a way to make the actual stage dynamic to the content loaded in the flash file.

Firstly the method I am using is importing a external swf to the stage into a container called container. The main stage, lets call it index, is still on default size, and I want this to expand dynamically as content is loaded in. page1 may be 900px width, page2 may be 500px width, and as I load the content the index stage should expand the width to that of the page loaded. Some steps I have tried but did not work.

if page1 button is pressed stage.stageHeight = 900; - not working (how do I set stage size in as3)made a movieclip in page 1 spanning the page size and called it p1_stage so I can reference the data from there. trace(container.p1_stage.height); gives this error: TypeError: Error #1010: A term is undefined and has no properties. at index_fla::MainTimeline/frame1()

View 3 Replies

ActionScript 2.0 :: When Access The Custom Properties Of The Class In The Actual Flash File Everything Works Fine?

Dec 6, 2009

So I have a movie clip associated with an external class in the linkage dialog. I put that movie clip on the stage. I have another external class that contains some code (not for the movie clip but for the stage). When I access the custom properties of the class in the actual flash file (not the external code) everything works fine.For example.myMovieClip.explodeTheCode = true;works in the main movie. However, it doesn't work in the external flash file when I have a reference to that movie clip.myRefToCustomMovieclip.explodeTheCode = true fails!It throws an error. In java, I'd just import the custom class the movie clip is linked to and then I can call all the extra custom methods on the movie clip in the external class I want. However, this does nothing. I still can't access any properties.So my question is, how do I access the custom features of a movie clip (that is linked to a custom class) from an external code file. It works in the movie, but not in the external source code.

View 0 Replies

Store Actions In Flash As3?

Jul 23, 2010

I am trying to create a history of the actions, perhaps stored in an array, I make in flash so that I can have a button that allows the user to go back to a previous action

View 3 Replies

ActionScript 2.0 :: Php In Flash E-store?

Apr 4, 2005

I have a theoretical question about constructing a e-store in flash. There are some free ready-made shopping cart systems for flash that use PHP. Why exactly is the PHP script used? To avoid running out of stock?Im not very comfortable with PHP, so I wonder if it is possible to make a simple shopping cart system using variables. For example after pushing a button add to cart the price and quantity is added to certain vars, that can be used afterwards to send the client the bill via mail.

I would like to offer clients to choose between bill to mail and bank link. Could somebody also tell if the var system can be implemented in the bank link system with SSL security and stuff? I will hire a programmer to do the bank link system just don't want to run into unpleasent surprises when the programmer will take a look at my var system and start laughing.

View 2 Replies

Flash :: Store Imported Xml Data?

Feb 17, 2011

I was hoping for some guidelines on the general best practice for storing data from an XML document. When all is said and done, my whole flash site will be powered by XML, so I want to make sure it is organized properly. Usually what I do is parse the XML, and store all the different sets of data in arrays, but I'm sure there's a better way to do it. I'm no expert though, so I need something fairly straightforward. Here's my initial setup:

var myXML:XML;
var myLoader:URLLoader = new URLLoader();
myLoader.load(new URLRequest("xml/presentation.xml"));
myLoader.addEventListener(Event.COMPLETE, processXML);

[Code]...

View 1 Replies

Asp.net :: Store Flash Object In Different Location?

Nov 15, 2011

How to store flash objects in different location?

View 1 Replies

Creating A Store Locator Flash Movie Using Google Maps Flash API

Oct 19, 2010

I am trying to create a flash banner add that utilizes the google maps flash api to display a store locator tool similar to this: [URL]

I have been given an extremely tight deadline and am basically clueless on how to get these technologies jiving;

View 2 Replies

ActionScript 2.0 :: Flash Postcode Search - Develop A 'Nearest Store Locator' In Flash For Part Of Website

Feb 16, 2010

AS2, + CS4 Flash I am trying to develop a 'Nearest Store Locator' in flash for part of my website. Basically instead of having all of my stockists and stores listed on the website, I would like to have an input box, where a user can put in their Postcode, and the flash swf will search the stores we stock by the postcode(s) and bring up the closest 3 - 5 stores. Is this possible to do,

View 1 Replies

ActionScript 2.0 :: HTML Loads A Preloader That Then Loads The Actual Flash Movie?

Mar 28, 2009

Everything is embedded in an HTML site. The HTML loads a preloader that then loads the actual flash movie. Inside this movie I created a few buttons, inside a scroll bar movie clip. I want the buttons to load a whole new movie inside the same html. The code I'm using in the button is simply:

on(release) {
loadMovie("new_movie.swf", 0);
}

The problem is that it works beautifully in the Flash movie tester but doesn't do anything when tested inside the browser, embedded in the HTML. I think the problem is that the HTML embeds as an object the first movie, the preloader for the menu movie, not the menu movie itself.

View 3 Replies

ActionScript 3.0 :: Store Data For Flash Application?

Mar 14, 2010

Know how to we store data for flash application? As im not using any server-side script, it is not possible to connect to database right? 2 things i managed to found by google it are SharedObject and XML. But later i found that it is not possible to modify data in XML using flash without any server-side script. For sharedobject, it seems not possible if i want to store the information of a list of users, as the instance of shared object can only hold the latest data.

View 4 Replies

ActionScript 3.0 :: How To Store Global Constants For Flash App

Apr 18, 2010

What is the most proper way to store "global" constants for a flash app:
a static data class
a dynamic data class
a dynamic data class via getter/setter

View 2 Replies

Store Scores From Flash Game Into Database?

Jun 3, 2009

And one more, im still new to flash and im thinking which database is best to be used for flash. i got some ideas in SQL server and Microsoft Access.

View 1 Replies

AS2 :: Xml : Update/store Changed XML Node Value In Flash?

Jan 14, 2011

I've succesfully loaded and parsed this XML file, using XMLParser and AS2:

<Resources>
<item author="Julian" date="28/12/2010" time="01:18" id="876" like="8" dislike="5">
<Text>Sample paragraph</Text>
</item>

[code].....

Now, what I need, is to increase and store the "like" and "dislike" values with the click of a button, but I don't know how to modify and store them in the existing nodes (eg., without adding new ones).Do I need to use PHP, or can AS2 handle it by itself?

View 1 Replies

Flash :: Store And Access Symbols In A Database?

Jul 8, 2011

just like facebook game, I see that even I am playing facebook social game, it still have some downloading when I click on an item for the first time, or just by doing something new. Is that people can divide flash into many parts and connect them when they need?

View 1 Replies

Flash :: Save An Array From SWF And Store Using Actionscript 3 And PHP

Oct 14, 2011

I have an AS3 project that takes user inputs (basically like a multiple choice test) and saves the these inputs in an array. I need to save the array to a text file so it can be reloaded when the app is reloaded. When the user returns to the application they can pick up where they let off. I really just need to know what options I have for saving an array inside an swf to an xml file or text file in the same directory. Is this even possible.

View 2 Replies







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