Make Table In Flex4 Like Microsoft Word 2007?
Jul 27, 2011I want to make a table like word 2007 table in flex4 using action script3 and mxml.
View 1 RepliesI want to make a table like word 2007 table in flex4 using action script3 and mxml.
View 1 RepliesI was wondering if it is possible to open Microsoft Word through ActionScript 3.0 on Flash CS3? I have tried several different ways so far, but none work. I actually want Word to open (or whatever their default word document may be). I don't want to open it on an internet browser.
View 2 RepliesI was wondering if it is possible to open Microsoft Word through ActionScript 3.0 on Flash CS3? I have tried several different ways so far, but none work. I actually want Word to open (or whatever their default word document may be). I don't want to open it on an internet browse
View 7 RepliesI was wondering if it is possible to open Microsoft Word through ActionScript 3.0 on Flash CS3? I have tried several different ways so far, but none work. I actually want Word to open (or whatever their default word document may be). I don't want to open it on an internet browser.
View 2 RepliesIs there a feature in Flash that allows you to export content into Word. I know that Captivate has this feature, but was unaware that Flash did until someone mentioned it recently.
View 5 RepliesHow can i open a Microsoft Excel or Word using flash which is published as HTML, We have way to open these when Flash Stand alone EXE
View 1 RepliesI want to rotate 45 degrees the column label of a table.How can I do this with Actionscript or Flex?
View 2 Replieswhen you click on the button, it can "direct" open the microsoft word document from pc.if use this:
on (release) {
getURL("test.doc", "_self");
}
it will pop up diolog first, i dun want this i want it can direct open the file
I am doing drag-the-word quiz. When you match the word with correct part, the message pop out, saying Bingo! If the word is matched with wrong part, the "Sorry. Try Again" message pops out, says "Sorry. Try Again". I managed to make the "Sorry. Try Again" message disappear. However it dun work anymore after that. Sometimes it is quite funny. When I play it, the "Sorry. Try Again" message dun pop out at all.
Another problem - I am not sure how to make the word fit into the white box. I only know how to make the word drop on the white box. Can you tell me how to do it? I will be adding voiceovers to the quiz when the word is matched with the part. For e.g it will say "bingo" or "Sorry. Try Again". How to attach the voiceovers to it?
How to make a table in Flash and enable the column headers on the table to sort column on click?I have seen some tutorials with mySQL but I'd like to start with something basic. Is a sortable table possible using just Flash and AS 2.0?
View 1 RepliesI made a SWC project (my new Theme), with these elements :
src/views/MyViewSkin.mxml
src/DefaultTheme.css
I made a SWF project (Flex app), with these elements :
src/views/MyView.as
theme/DefaultTheme.swc // theme building result
In the SWF project, I added this information in mxmlc compiler : -theme theme/DefaultTheme.swc. My problem is : how to build SWC projet (theme) with HostComponent[xx] is external ?
[Code]....
I'm trying to make a dynamic table. First I thought about using Matrix class but then decided to use a1 a2 a3 and so on for the cell names.
I want to increment the string.
Code:
var letter:String="a";
letter++;
This doesn't work.
i want to make a table using action script 3.The description of the table is that table should have three parts one is headersecond bodythird footer.Every part of the table mean header footer body also tables which can contain more than one row.
View 3 RepliesHow to make a custom item renderer in flex 4 without extending the ItemRenderer class?I need this because I want to use a custom class that is extended in all my components. as this item renderer for me is like a component, i would like to extend that custom class.[code]the ThumbView doesn't extend the ItemRenderer
View 1 RepliesI want to make a grid with 3 images in a row and then should the next row start. How do I that in Flex 4? Are there any controls or can you do it with the Repeater? Or am I forced to do some math on my own (modulus here we go again).
View 2 RepliesI can find many AS2 tutorials on how to make a high scores table using PHP and sometimes SQL, but none for AS3. a resource showing me how to submit the user's score, and if it's in the top ten, show it on that list? I have the local high score just set to a variable, but would love for that to be passed to my SQL table.
View 1 Replieshow can i make a high score table for a flash game where EVERYONE see's the same high scores?
eg.
Bill gets 1000 in USA
Ben gets 1002 in UK
they can see each others scores on a high score table.
how to make a hyperlink for a word in a sentense?
View 4 RepliesI thought it would be cool to try and make a translator/word muddler based on this pic: The user types some text into a textbox and it gets "translated" into another.I have no idea where to start. Maybe I need to use an array and put each letter in and then return them tin a different order? (I have never used an array before)
View 14 RepliesI try to load an swf in my flex 4 project using the following line of code: <mx:SWFLoader id="game_swf" source="demo.swf" complete="init()" /> the demo.swf file is another project i created using flex 4. the problem is that when i run the application i see only the loading bar of the demo.swf flash file and nothing else. if i try to load a different swf file (for a example a game i downloaded), it loads just fine.
View 1 RepliesI have been building a simple word game. It is smple but works fine. I am now trying to enhance some of the features.I would like to see if I can display one letter of each word so the Player has a hint. Think of this as a beginners level.The words are random from a text list. Either I can make the letters invisible and the game starts without a hint or I am able to select a letter using charAt() or creating a new variable substring()from the word which is the displayed repeatedly on the stage(not what I want) I have not been able to find a way to display one letter and display it in the correct order within the word and keep the remaining letters invisible.
import flash.net.URLLoader;
import flash.events.Event;
import flash.display.MovieClip;
import flash.text.TextField;
[code]...
create the word which changing many time and in the end become a clear word like what's happend exactly in horizintal menu in [URL] That's what i wanted the changing in words like that menu?
View 3 RepliesIs possible to make a word as button within the dynamic textField in flash as3?
View 4 RepliesIn [URL], first off, how big is the dimensions of the site? Also, would you know how to make the menu bar, where the rectangle slides onto the word which the Mouse is over?
View 1 RepliesI've been developing a piece of code that looks for keywords inbetween tags, and then stores these into an array (hlword) I am now trying to get it so that when it finds these words, it makes the word bold and changes the colour.
[Code]....
The code in orange is what I have been working on in an attempt for it to change the Textformat - Is this going a long the right lines?
I'm adding dynamically labels to hbox, and i need to remove all spaces between the text of 2 nearby labels
i did horizontalGap = 0 for Hbox
padding left and right = 0 for labels
anything else i could do ? or maybe some other component
[Code]...
How can I make a word file (.doc) from flash builder (air application)? Is there any library to do that?
View 1 RepliesOk so If I load a list of like 2000 words from a text file into a text box like this
ActionScript Code:
var url:String = "dictionaries/"aa.txt";
var loadit:URLLoader = new URLLoader();
loadit.addEventListener(Event.COMPLETE, completeHandler);
[Code]....
how could I randomly choose a word from the list and have it as a variable
how can i make a high score table for a flash game where EVERYONE see's the same high scores?
eg.
Bill gets 1000 in USA
Ben gets 1002 in UK
they can see each others scores on a high score table.
Im having trouble with this and its going wrong. I need to use actionscript 2 and im on flash cs3.
View 3 Replies