How To Create A Subdomain
Jun 10, 2009
I know this is not flash oriented but after i make my flash website i copy the files into the www folder on my linux webhosting service and the index page loads when anyone uses the website url. Now if i want to have a second website at the same url how do i add a second domain ? my hosting service shows im allowed a max of 5 subdomains. me just where to put the second sites files including its own index file and how should the url be spelt to access the second site ?
View 4 Replies
Similar Posts:
Apr 13, 2011
I have a.swf, which is the SWF file for my main application, and it's trying to load in b.swf, which contains some additional resources as well as some Actionscript. a.swf lives on sub1.my.domain.com and b.swf lives on sub2.my.domain.com (both on the same domain, just different subdomains.) In a.swf, I've loaded the crossdomain.xml from domain.com and also added the following code into both a.swf and b.swf:
Code:
Security.allowDomain("*");
Security.allowInsecureDomain("*");
Do I need to load the crossdomain.xml in b.swf as well to prevent a security error or is having
[Code]...
View 1 Replies
Feb 16, 2010
I have a problem with a flash header - the links in it does not work unless they point to another domain other than the one that it's hosted at. I suspect that its got to do with domains but I'm not sure and that's why I'm here The flash (a header for a blog) is located at [URL], but the blog using it is located at blog.hotsailsmaui.com. The subdomain is located at another IP-range, namely Googles [URL].No links in the Flash-header pointing at pages at [URL] work, but all links pointing at other domains work. The Flash-header works as it shuld at [URL] but not at the blog.
View 4 Replies
Nov 14, 2009
I'm trying to create a series of scripts that will create some custom event listeners.
I have three movie clips on my stage. One is a movieclip who's sole function is to hold array's and the event listeners. A second which moves around the screen. And a third that is motionless.
The problem is that the argument I want to test (which activates the custom event) is held within a string.
What I want to know is, how do you test to see if the string argument is true?
Is it something similar to this:
var myCode:String="1<0";if(myCode){
trace('one is smaller than 0'); //Strangely apparently one IS smaller than 0!!!
}
I think I'm going about this in the wrong manner, however this is the only way I can think of this working... (since I need to be able to dynamically create these events)
View 7 Replies
Sep 29, 2010
I'm trying to create a flash program that uses it's own code to send and create images. Each square has a colour and that colour gets added into the array. A black, then grey, then white is:
filecode = ["Bl", "Gr", "Wh"];
That works fine, but when I try to paste it into an Input text box it will only fill in the first part of the array.
filecode = ["Bl,Gr,Wh"];
So the program has NO idea what I want.The only ways I can think of fixing this is by putting in 402 text boxes to suit every box...But every one of them needs a Variable Name.Or by sending the information straight into the array. But this way you are just looking at what you just drew, and that is not at ALL practical.
View 3 Replies
Aug 26, 2010
Is the only way to create a style sheet to create Objects for each element?
import fl.controls.TextArea;import flash.text.TextField;import flash.text.TextFormat;import flash.text.StyleSheet;
I do this when a user clicks on a MovieClip:
var style:StyleSheet = new StyleSheet();
var heading:Object = new Object();heading.fontWeight = "bold";
heading.color = "#FF0000";[code]...
View 1 Replies
Jan 26, 2007
It is possible to create a menu in the contextmenu making it possible to create a window (component�) ?
example:
function tab()
{
}[code]....
View 2 Replies
Mar 21, 2004
OK frame 1 new fla and I type the following code:
[AS]createEmptyMovieClip("clip1",0);
clip1.createEmptyMovieClip("clip2",1);[/AS]
I have tried over and over again to get this to work but it won't! I want to create an empty MC and then create anoth MC within the first!
View 5 Replies
Oct 19, 2006
At the moment I create an onEnterFrame function to ease a movie clip into view. I then delete it. I want to be able to recreate a similar onEnter Frame function later to swoosh the movie clip out of view. At the moment weird things happen when I try and do the second onEnterFrame.I know I could put this all in the original onEnterFrame, but I don't wanna be wasting processor time doing an if statement every frame to work out if it's time to swoosh out the movieclip. Or should I not worry because that's negligible cpu time?
View 3 Replies
Feb 24, 2009
I am trying to create dynamic variables. Lets say: I read a file where I have: building, restaurant and hotel.
[Code]...
View 1 Replies
Aug 29, 2007
I've been playing around with custom classes. My objective was to create a custom class (Testing) that would create a box when an instance of the class is created. I've tried three different approaches, however only (3) seems to be showing up. I'm just curious why (1) or (2) doesn't work?
Also is there a better approach than (3)? Since at the moment it's been created on _root. I hope the box can only be accessible through the instance. Since I'd like to incorporate the whole idea of public, private, encapsulation, etc.
[Code]...
View 3 Replies
Nov 29, 2007
create a rollover button that once hovered over would create the snow and once 'un-hovered over' (<---:s) the snow would stop falling. I tried creating the button but kept getting errors etc.... Im a total noob (been using flash for about 1 month) if you could give us a hand that would be great....
View 5 Replies
Feb 23, 2010
I am trying to do is create an "app" with flash that will allow an employee of the company to create there business card on the fly. The business card templates will have been pre approved and uploaded into the "system". The employee will be able to choose the card template that he likes the most and edit information on the card template such as Full Name, Title, Office Number, Cell Number, Fax Number, and Email. After he inputs his own information onto this template he will have the option to save the file as a pdf file, that will be used to print his business cards.
View 1 Replies
May 17, 2011
I'm new to Flash AS3. I started making a game and I am a bit confused. Let's assume that I want to create a game that has multiple levels/modes, how can I do this in an object orientated way?
When i create games in other languages e.g. XNA C#, i create a separate class then create an object of that class within the main class and run the game based on a simple statement.
[Code]...
View 2 Replies
Jan 28, 2009
[Code]...
I get "Error #1056: Cannot create property _ld0 on tsl." error.
View 4 Replies
Jun 11, 2011
I wish to create SWF (Flash) files with PHP but what is the best option for that nowadays? When I use Google I find all kinds of old pages about this subject, but not much is happening in this field lately, it seems..Ming is no longer part of PHP 5.3, and I can't figure out how to install it with PECL.('pecl install ming' doesn't work... but neither does any pecl package I try, so I guess I do it all wrong...)Is anybody actually using PHP to create SWF's or is this a bad idea anyway?
View 3 Replies
Nov 9, 2009
There will be a "pool" of SWF files- I would like to create a "shell" swf that will load an external XML file that will determine which of the files in the "pool" the shell will play. I guess this would be called an XML-driven SWF playlist.Forgive me if my terminology is rather primitive- again, I'm new to XML (I'm an animator by trade.)
View 1 Replies
Apr 25, 2010
CS3 How to create a fade-out
View 3 Replies
May 3, 2010
How to i create a timer that executes the following peice of code after 10 seconds:[code].
View 2 Replies
May 21, 2010
I googled about this but apparently i follow some instructions but i am not successful in doing it
okay i have this fla that contains with object or image and convert it to movieClip. so how could i do that?
View 1 Replies
Apr 17, 2009
i am trying to create a pdf.... of data i requested thorugh php.or any other method by which i can get the output in a file so that i can easily print it and save for my records.
View 10 Replies
May 9, 2009
I have created a video in After Effects that I exported to an FLV movie. I would like to use it as an intro for my website but I would like to have a preloader for it... I don't need anything complicated, a 'youtube style' little circle thing would be totally fine.
Now I tried an Action-Script-two-frame preloader. It works but when my video finally plays, the sound is not synchronized with the images; which is kind of annoying as I used visual effects that need to be synchronized with the music and sound effects. Would anyone would have some simple AS that I could use for that.
View 3 Replies
Aug 5, 2009
I want to create a usa map,it just showing the every state,same as [URL].And when I mouseclick open a popup a show some data from database. But I am New abount map in flash. How can I proceed?
View 5 Replies
Aug 13, 2009
How can I go about creating an adjustable background like in the following site
[URL]
I presume the width of the background changes depending on the resolution of each monitors.
View 1 Replies
Apr 29, 2010
I have built a template for a client that I would like to use for every page of the site. The problem, of course, is that the content within each page has to be changed. Ideally, I'd even change the layout; for example, some might have images, others just all text, others tables, etc.
View 5 Replies
May 26, 2010
How can be created an application for the latest Adobe AIR version ( 1.5 ) with Flash CS5. I have a licensed cs3 and I consider to buy cs5. I want to create an applications for the stable version of Adobe AIR.
View 1 Replies
Jan 11, 2011
I have a demo file,like follows: package{import flash.display.Sprite; public class Demo extends Sprite; ....}Then I compile itc:>mxmlc Demo.as Then I got a Demo.swf file,Now I want to package it into swc file,such as Demo.swc,so I use following commands:c:>compc Demo.swf -output Demo.swcLoading configure file "C:sdkframeworksflex-config.xml"Error:Can't find class Demo:swf.I have Demo.swf in this directory,why raise above error? How to create swc with command line?
View 1 Replies
May 4, 2009
How do I use Flash to take the existing flv file and turn it into an swf file that can be viewed on my web server (without also uploading any flv or fla files along with it) I obviously (and desperately) need to learn and understand Flash. I have an avi file that I converted to an flv file using Corel Video Studio. Now I need to turn that flv into an swf file (since my web host does not support flv files).
So my best guess was that I should open a new Flash document, and then Import the flv video. Doing that produces a wizard that asks me to point to that file. That's simple enough. The next step - Deployment - I am unsure about, but I selected the default (Progressive Download from Web Server). I accepted the default on the Skinning page as well, and then the next (and final) page of the wizard -Finish Video Import - has a bunch of Flash-centric information that I do not really understand as I feel that I probably should.
But I acepted the defaults and clicked on Finish, and then it asks me to save the file, as an fla file .So, then I'm back to the Flash document, and I am now guessing (?!?) that I need to Export the movie.So, I Export the movie, and it gives me the swf file extension (which causes me to think that I'm on the right track).Next I get the Export Flash Player box. Since I have no idea about any of the options it offers, I just accepted the defaults and click OK.Ok so far, as this bit of guesswork actually produces an swf movie file on my local drive which actually and successfully plays the video on my computer.
Unfortunately, that is the only victory in this tale, as it seems that I am unable to reproduce that success when I upload it to my web host server.I created a webpage with the object and embed tags which I took word-for-word from W3C (and I've had success with similar pages using links to youTube videos) but when this webpage loads using the link to the swf file that I uploaded onto my hosted site, I get a blank page.
View 4 Replies
Dec 5, 2010
I have got set of images with whom I'll play animation like in powerpoint. Now i need to export that animation to avi, mpeg, mov format using either flex or php.
View 1 Replies
Feb 14, 2011
I building a website with Ruby on Rails framework.The site will contain a flash application that will interact with the rails application using web service.My partner builds the flash application and he told me that the flash application interacts through WSDL file.
I am new to web services. I would like to know how to create the WSDL file, and how to make the interaction between the rails application and the WSDL file.
View 2 Replies