Tagged Questions
The gaia tag has no wiki summary.
4
votes
3answers
1k views
GAIA Framework, a blessing or a handicap?
As a new developer, is GAIA Framework something that I want to look into. Is this going to stifle my learning and keep me dependent upon such.
What are the limitations of this framework. Is there ...
1
vote
0answers
32 views
<gaia:DateTimePicker> does not align with grid in IE9
I have a popup form in asp that lists data in a table. In IE when the data exceeds a certain amount of rows you can scroll to look at the data, but if you wanted to update the date I have a ...
1
vote
0answers
179 views
AS3 gaia and particle effects problem
EDIT: I changed the code. I implemented it in the last code block (third), being the first two originals.
I have a gaia website, in one of its pages there should be a background particle effect.
...
0
votes
0answers
27 views
As3 Gaia FrameWork PreLoader
I have a problem using preloader in GAIA, I wont to set two diferent loaders, one for Starting aplication, and another for pages. How Can I do that?
0
votes
1answer
28 views
How to set custom path to preload.swf in gaia framework?
How can I set custom path to prealod.swf in gaia framework? I need this because the index.html file generated by gaia and all the swfs are located in different directories. I have set full path to all ...
0
votes
1answer
36 views
as3 extended classes doesn't understand updates
I think my flash has a curse.
I use Flash Professional CS5.5 with Gaia FrameWork in my project. movieclips in the project have extended classes and the problem is that when I give new functionality ...
0
votes
1answer
50 views
as3 caching classes, ASO files
I have a problem with classes in my project, when I declare new functions or variables, or just trace something in them, it doesn't work, like it doesn't upload new functionality. I found out that I ...
0
votes
1answer
61 views
How do I change an uploaded image file's URL in wordpress
We currently downloaded a Wordpress template from Themeforest called Gaia. It is a portfolio theme that allows you to upload portfolio items, and uses the featured posts section for the thumbnails on ...
0
votes
1answer
81 views
I cannot paste stuff onto the stage with Gaia Framework
I'm a total noob to Flash, and I'm learning it because I want to make a website design that looks like this.
That's coming from a separate external .fla file not inside my Gaia project.
I ...
0
votes
0answers
58 views
Using ExternalInterface from within a GAIA page.
I'm using GAIA framework. I have a function from within one of the pages that i would like to expose to Javacript. Normally I would just use ExternalInterface.addCallback() with the swf. Since GAIA ...
0
votes
1answer
171 views
Liquid Area issue with Greensock & Gaia
I have a flash file that I'm trying to change backgrounds for each page. The background itself changes nicely but I'm having a problem getting the background to scale to the stage size. I'm using ...
0
votes
1answer
432 views
Img tags inside an Anchor in an Flash/AS3 HTMLtextfield with embedFonts = true, and a css file for styles behaves unexpected? Any solution?
when the embedFonts is removed, it works perfectly as expect. Otherwise when an image is clicked, it selects the whole text around it.
Alternatively can anyone suggest a method to style dynamic ...
0
votes
1answer
272 views
How do I tell Gaia to cache loaded swf files?
I used Gaia framework to build a self-scrolling slideshow. There are only 4 pages in all, but I have realized to my dismay that each of these pages are requested over and over from the server. If you ...
0
votes
1answer
605 views
How does the Gaia Flash Framework access the scaffold.as file?
In the Gaia Flash Framework, a file called 'Scaffold.as' is used to make each page a scaffold page. This is accessed by the code,
new Scaffold(this);
But the class itself does not appear to be ...