35 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for andreiviziru

I tried loading a swf through <mx:SWFLoader source="game.swf" /> (The game.swf is a flash free game if this helps) But it displayed blank, white screen. Why?

Member Avatar for andreiviziru
0
262
Member Avatar for rrajeswari03

iam new to flex environment..i have created a new desktop application with "----*---" some resolution which works fine in that resolution.but my problem is application size differs in different system resolution.how can i control this problem and create application that support multiple resolution.can anyone help me???

0
126
Member Avatar for FaisalSarfraz

Hi all!! I am building a media player in flex that uses video streaming through rtmp:// I want to get its bandwidth usage but found out that we can't get bytes loaded for video streaming. Is there any way to get it through php or js? I mean php gets …

0
128
Member Avatar for bluepc

I observed my in-built sound speaker stoped working .,after series of troubleshooting steps i decided to lose the laptop getting to the keyboard i found flex cable attached to the mther board and i carefully pull the cflex cable disconnecting from the board., the speaker was enclosed inside th the …

0
195
Member Avatar for rrajeswari03

i can able to create dynamic textinput field and also create the eventlistener to get particular textinput value.but i need to store all textinput value which was created in vgroup.it is possible???am newbie to flex..help me..

0
106
Member Avatar for rrajeswari03

i need to upload multiple image randomly in flex with php as backend..can any one help me??

0
119
Member Avatar for ashley9210_1

I have a flex slider and I want to place a div over the top so I can put a nav bar on there. It's not co-operating with me. Any help will be apreccatied. Thanks in advance. HTML <body><div class="container"> <div id="logo-nav" class="sixteen colums"> <img src="img/logo-white.png" class="logo"> </div> <div class="flexslider" …

Member Avatar for diafol
0
374
Member Avatar for mikerock

I am working on an application based on flex and ColdFusion while setup application in flex and ColdFusion, Gateway 500 errors has occurred. I am trying to resolve the problem but still unable. I am looking for solution. Does anyone have same experience please share?

Member Avatar for LastMitch
0
175
Member Avatar for mikerock

Hi, I am working on flex based project and want to integrate ColdFusion within. Does anyone have any idea how to integrate ColdFusion with flex? Any resource or step by step guideline is welcome

Member Avatar for LastMitch
0
188
Member Avatar for mikerock

I want to implement payment gateway in flex. Can anyone throw some light on Payment Gateway implementation methods with Flex or ColdFusion?. Any ideas or links are welcome. Thanks

Member Avatar for LastMitch
0
184
Member Avatar for siss

can anyone convert this to flex code? def encypt(string, key): h = hmac.new(key, string, hashlib.sha1) # print '\n' + h.digest() return base64.b64encode(h.digest()) I have to use hmac sha1 in my flex code.

0
121
Member Avatar for siss

Do anyone here knows flex builder? I'm a beginner in this language. I have written a code for HMAC SHA1 signature generation for authenticating account in cloudstack. No error is showing while compiling. But when i run, the browser opens blank. The url is correct, the signature is genetated. I …

0
153
Member Avatar for coolrosy

hi frnds i start learning flex..i dont where to start learning.can anyone know the requirement tools,softwares?

Member Avatar for coolrosy
0
197
Member Avatar for dd2308

Dear All, I have one php based application now i want to make interactive application of the same . i started work on flex for php . but now the problem is menu . in current application i have javascript file for menu with few php code i want add …

Member Avatar for AleMonteiro
0
228
Member Avatar for nikita.kulshreshtha.5
Member Avatar for LastMitch
0
135
Member Avatar for Skate Bart

I'm using a MSHFlexGrid (fgdVehicle) to input data from a database ( via a recordset (rsVehicle) ). You can either enter the data into the database in two ways : 1. From the database application 2. From a form. The problem is present in the second method. There are specific …

Member Avatar for AndreRet
0
586
Member Avatar for anujthefuhrer

I run the following commands to execute a flex program flex myname.lex gcc lex.yy.c -lfl ./a.out But then the terminal doesnt display any output. Nor it returns to the main prompt.The program doesnt have any errors. Thanks in advance..

Member Avatar for sepp2k
0
557
Member Avatar for Skate Bart

okay. Here's my problem. I have a form in which a Microsoft Hierarchical Flex Gid (fgdCompany) is used to display records taken from a database to relavent textboxes on the same form. When a record from fgdCompany is clicked, then the data in that record is shown on the textboxes. …

Member Avatar for AndreRet
0
560
Member Avatar for johndmingione

Dear Reader, I would like to be educated on how to open an Excel Worksheet within a VSFlexGrid OR MSFlexGrid. The reason I give both as an option is because I want to explore which option is best, so if you have input on the Pros and Cons of using …

0
155
Member Avatar for Skate Bart

Okay, so here's my problem. I have a MS Hierarchical Flex Gird Control [fgdCompany] which is used to display records that are taken from a database. Everything works great but not the Delete button. What the delete button is supposed to do is when a record is selected in fgdCompany, …

Member Avatar for Skate Bart
0
226
Member Avatar for binningen

I'm trying to use GNU flex to write a lexical analyzer. Is it possible to have multiple definitions for the same name in Flex? Like this: /* DEFINITIONS */ FRUITS "APPLE" | "ORANGE" | "LEMON" Also, what can we do and not do with string constants in flex's regular expressions? …

Member Avatar for L7Sqr
0
158
Member Avatar for desup

Hi, I'm developing app for Smartphones (iOS, Android and Blackberry) I'm contacting my server for php script, with local server, everything works fine, but with remote, I'm still getting an error: **faultString="Channel disconnected" faultCode="Client.Error.DeliveryInDoubt" faultDetail="Channel disconnected before an acknowledgement was received** I have found out, this can happen if there …

0
164
Member Avatar for Stefano Mtangoo

Hi friends, I need to make a simple parser for parsing PHP files (classes, functions et al) and I have read both Flex and Bison manual. I have read somewhere that I must build Abstract Syntax Tree (AST) and utilize that. But I cannot find any tutorial on how to …

Member Avatar for Stefano Mtangoo
0
2K
Member Avatar for indianjoe

I want to develop a website in which Live Video Streaming forms the core. THE MODEL : A user's camera will be broadcast live and other users will watch that in a browser . (seems more like earthcam.com ....) No need for conferencing , chatting etc.. I want to add …

0
112
Member Avatar for QuesoTaco

I am studying viruses and trying to figure out how the FLEX module works for C++. I have taken classes before on regular languages, context free, etc. Is FLEX dealing with regular languages or regular expressions, and also what is the difference exactly? Could you give an example of how …

Member Avatar for gusano79
0
230
Member Avatar for QuesoTaco

I am trying to get consecutive words in a document using flex. Normally the forward slash should work, but for some reason it is not. Also I need to account for spaces. So I can't seem to use that regex character for this, how do I account for consecutive words …

0
132
Member Avatar for dd2308

hello to all members... i have developed a simple application with php...now i am further looking for learning RIA developments....i searched for flex and silverlight... i want to know is there any requirement for silverlight to have IIS server or any to work with php..... In flex i found good …

Member Avatar for dd2308
0
167
Member Avatar for nihan1

how to create basic template mxml page as ajax in flex I want to create that page is portable for other pages as a template /main page how can ı do this? ı want that main mxml page is useful for everywhere .For example in AJAX, the pages are storing …

0
100
Member Avatar for nihan1

[B][B]how to create basic template mxml page as ajax in flex I want to create that page is portable for other pages as a template /main page how can ı do this? ı want that main mxml page is useful for everywhere .For example in AJAX, the pages are storing …

0
94
Member Avatar for marian99us

Hello, I have been looking for a solution for a long time. I have embedded a SWF app in html page using SWFObject. Now I need to give the Flash app the address where it is currently embedded, since the same SWF file is embedded in more than one locations! …

Member Avatar for rajarajan2017
0
180

The End.