ActionScript 2.0 :: Cheap Reliable Host Including Php And MySQL Support In UK?
Jan 7, 2004Does anyone know of a cheap reliable host including php and MySQL support in the UK?
View 1 RepliesDoes anyone know of a cheap reliable host including php and MySQL support in the UK?
View 1 RepliesI have a sweet XML gallery that works perfectly fine, offline and when I drag the swf file to any internet browser. The problem that Im having is when I go to my web host and try uploading the .as file I get a message that says my web host doesn't support this type of file. I can't nest the action script 3.0 code from my .as file into my swf because my .as file contains packaged code. Is there anyway I can convert this .as file into something else.. like another xml or is there a way I can nest this packaged code into my swf or fla file? The fla files I am using can be downloaded here [URL].
View 13 Repliessuppose I have an AS3 app made using FlashDevelop (I don't have the expensive IDE). Now I want to turn it into AIR app to deploy it on mobile or run it on the desktop or whatever. So how do I do that? Is there a free conversion utility? Or would I need to either buy some IDE or else get somebody else with a license do the conversion for me?
View 1 RepliesI'm working on a site which allows people to pay to stream videos online. I'm currently using JW Player to stream FLV/F4V files from Amazon S3, using a signature.This method is extremely unstable, and needless to say, useless. I've heard I can use Amazon CloudFront as a CDN for my videos. But that it won't make the files any more secure, if I've understood it correctly.Price is an important thing. I know hosting/streaming video is expensive, but what are my best options, for a cheap, reliable, and as-safe-you-can solution for me? I have very little hosting experience,
View 2 RepliesI was wondering if any of You can recommend some free/cheap video-chat based on flash?
View 1 RepliesI keep getting a 'cannot contact reliable source' error when trying to install Adobe Flash Player 10.3.
View 4 Repliesi don't understand flash plugin only support .swf file,not support .flv file? always require load a swf file for play flv file, for exampes:
<embed type="video/x-flv" src="http://www.my.com/test.flv"></embed>
must be use a swf for play
<embed type="application/x-shockwave-flash" src="http://www.my.com/player.swf" flashvars=""></embed>
Every security setting is turned to its lowest setting on IE9. Every single Norton setting is turned off, every one. No file scanning is taking place.
Nevertheless, the scroll bar goes to 12%, sits there, looks stupid, and then the message appears "Cannot contact reliable source".
I set Norton to recognize the file as a trusted file. No difference.
Is Adobe deciding to make these downloads impossibly difficult as a business strategy? Never in my decades of using computers (I've been doing so since 1972) have I encountered such a ridiculous procedure.
And I'm supposed to pay $39 for stupidty? Why, as far as I'm concerned, Adobe should be fined for the idiocy it is doing to its customers. Even having to close the browser at the right time (I never get that far) is the dumbest procedure I've ever seen. Or is this part of a strategy to sell Macs?
In answering a question on stack overflow, one person recommended using the following code to detect flash server-side, he pointed out that it does not work in safari:
if (strstr($_SERVER['HTTP_ACCEPT'], 'application/x-shockwave-flash')){
$hasFlash = true;}
Testing for Flash capability on the server-side. My question: why does it not work in safari, and how reliably does it work with other browsers?
I am having difficaulties getting a preloader to work when I have multiple thumbnails loading. I am trying to simply have the loading spinner movie (preload) dissapear when the image is loaded, and the image fade up (medThumbLoader)Each instance of the thumbnail is contained in a movie clip (so approx 12 instances of these) generated via xml, with the following code, I assume as each is in an individual movie clip the variables wouldnt clash: Im not sure if you can use getbytesloaded for multiple instances though?
medThumbLoader.loadMovie("/gallery/"+gallID+"/rep/represent.jpg");
this.onEnterFrame = function() {
l = medThumbLoader.getBytesLoaded();
[code].....
I'm looking for a reliable mocking framework for ActionScript. I've been using mock-as3, but I'm annoyed with what I feel is a hack-ish solution for triggering events. There are other a few other reasons why I'd like to have some options, but not sure if I necessarily need to go into them. I've also looked into Mock4AS, but the interface appears to be cumbersome.
View 3 RepliesI 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?
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 RepliesI have downloaded MySQL JDBC driver from [URL]... How do I configure it?
View 1 RepliesIn 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 RepliesIs there any way to determine a file type from a url when the file extension is not a reliable indicator? Since there are different APIs for playing video, audio, or displaying images, you need to know the filetype beforehand.
View 5 Repliesi got 2 web domains. for example first one isi put my swf in [URL]i can reach the xml file but i cant load photo if photos are in hosts.
View 5 RepliesWhen it in PHP, we already know using $_SERVER['HTTP_HOST'] we can a host IP, what if it in AS3?
View 1 RepliesWe are running Adobe FMIS 4.0. We have five "applications" which host stream video material just fine. Recently I was asked to host an "Adobe Presenter" presentation (html file, viewer.swf and a file full of xml and swfs) I have spent three days trying to get it to run. I can link to the Presenter presentation if it is hosted on public network storage, but I can not seem to get it to run under an application in FMS?
View 1 RepliesI'm working on a major Flash project that is going to be the core content of a site. As most of you well know, almost any site can be entirely copied by copying the cached files and the hierarchy (files and folders structure), and it would run without problems on an Apache server with PHP enabled, if used. What I would like to know is: How to bind SWF files to run on a specific host?
The SWFs will be encrypted, so outsiders won't have access to the methods used to stop the SWF from running on a different host, question is: what method to use? I think the solution could be hardcoding the host IP inside the SWF, so if the SWF is looking for 123.123.123.123, only a host with that IP would allow the SWF to run further. The issue is that AS3 alone can't discover the host IP or could it if it's trying to load a resource file? Can you secure your swf so it checks if it is running on a recognized environment?
i'm trying to do something with no success so i would like to know if it's possible.
I load an external swf in a host swf. Loaded swf dispatchs a customized event.
And i just want to get Event back in host swf file...
I've tried a symply code but it doesn't work :
external swf, class of document
Code: Select all
package monpaquetage
{
import flash.display.Sprite;
import flash.events.Event;
[Code].....
I use a free web host for a site but they don't allow uploading of mp3 files (they filter and block them)
I want to offer visitors a choice of background music that would have to be streamed or loadMovied'ed as mp3 files, here lies the problem.
I thought a work-a-round would be to have a small empty movie off stage that contained the swf music file but I then thought that someone might have a more elegant solution.
When you use loadMovie to download a swf file into a parent movieclip, what's the best way of initially filling the parent movie BEFORE anything is downloaded, assume you use attatchMovie - is this correct ?
I am trying to use the localhost server on my macbook for website development (instead of doing testing by ftp). I downloaded the files from my webserver to the Site folder on my macbook. The Apache is running. My site is flash and make use of the SWFAddress class. The AC_RunActiveContent.js file is in the same folder as the index.html file. When I try to open the page [URL] in firefox, the title and favicon loaded properly, but the embedded flash could not be displayed. However, the same set of files works alright on the remote web server.
I thought it might be problem with the directory and I have tried ./swf/home.swf, swf/home.swf, /swf/home.swf in the index.html file but none work. I already tried changing all the swf/home or ../swf/home.swf or whatever to swf/home.swf but still the flash does not load. I am posting this index.html coz despite all the discrepancies, it works on the remote server.
Would this be problem relating to the SWFAddress class?
[Code]...
I've done the following:
created a folder /fmsRoot/conf/_defaultRoot_/stream.example.comcopied in Application.xml and Vhost.xml from _defaultVhost_specified a new apps directory here: /home/stream.example.com/fms_app/ then added
[code].....
I have a preloader function that uses contentLoaderInfo to load swfs ont the stage. It works fine in simulated download in the Flash Player. When I run it on my host the swf file finishes downloading before the preloader appears to run. I use the word appears because I only sometimes spot a glimpse of a graphic that indicates the loading process.
Are there known discerpancies between host and Flash Player realities?
Are there any subtlties with using with contentLoaderInfo?
I gave the wrong url it should have been: [URL]..
View 2 RepliesI am creating a Host movie, where 5-6 buttons will be loaded from. However, I am having difficulties coding each button to open an swf file. Here is the code I have to try and load my ipod button.
stop();
ipod_btn.addEventListener(MouseEvent.CLICK,ipod_btn);
function ipod_btn(event:MouseEvent) {var request:URLRequest = new URLRequest("ipod.swf");
var loader:Loader = new Loader()loader.load(request);
addChild(loader);}
However, it doesn't do anything and I get these compiler errors
1023: Incompatible override.
1021: Duplicate function definition.
I install FMS on my hosting server (linux).For testing the installation status i opened start screen page and click on stream video (RTMP) it showing error massage like..' The connection timed out.If you are viewing this page remotely, please make sure you are including the server hostname in your RTMP address'.
View 1 RepliesI am writing an AIR desktop application which needs to know the host name of the compute on which it is running.
How do I get the host name?
Is there a way to disable a Date object from responding to a change in the system time of the host computer? currently if i have:
[CODE]....