The problem was solved.
The error was in the html page, in the charset encoding.
I change to "UTF-8" and it solved the problem.
Thanks fow your help
Type: Posts; User: danielbento; Keyword(s):
The problem was solved.
The error was in the html page, in the charset encoding.
I change to "UTF-8" and it solved the problem.
Thanks fow your help
I'm sending some text from PHP to flash, but, despite trying several solutions, it keeps having some character errors, due to accentuation from portuguese language.
The way i am sending the vars...
i solved the problem with urlencode in php.
I'm trying to send some content from php to flash. Everyting is ok, excepts this:
I have a string with this char: &
When flash in interpreting the content from php, it stops in this char.
...
I search in the net and i found out some problems ins dynamic text and masks. I think that when the page starts to flip, it inserts a mask to do the flip effect.
So i have a mask over a dynamic...
www.audienciazero.org/daniel/vinhos/
The front page has a static text field.
The page 2 has a dynamic texfield that get's data from a php file.
- in this case, when you start to flip the...
I have a dynamic texbox inside the pages, where i load data. This works fine.
However another problems came out.
When i put the mouse in a corner to the page flip, the content disappears. Why?...
Problem almost solved.
It was easy to solve this problem.
There are two vars that save the current pages: left page and right page.
And there is another var that saves the current page...
To the second problem, i'm using the last version of flash.
To the first problem, thanks but no need to research. I'll find out. If you already knew a way, it could be a good help for me. If not,...
I need some help on pageflip. This is a very good application, but i haven't found out how can i had dynamic content to the pages.
I've already created a dynamic text box in a page and tried to...
hi,
i have two problems in flash actionscripting:
- first: i have a dynamic textfield formatted in multiline. Each line represents a different item. I need to retrieve each item no an array....
i found a solution already.
System.useCodepage=true;
I'm retrieving data from an external php file to flash, using loadVars and inserting data into a dynamic textField.
Everything works fine, excepts the encoding of text.
I'm testing in a mac...
I found a good way to do exactly what i want in this link:
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00001719.html
I have a dynamic textField, formatted in html, that receives data from a php file, which is getting from a mysql db.
In php i can include in the data received a link to each item, and it works...
i have another question. How can i call a php function from flash?
For example:
i have in php
function some_name(){
echo "success";
}
It's working with this:
$tab = $_POST['input_aleatorio'];
Thanks
Has i see there is no problem in my case. The output is a standalone player, and it wont play in a browser. The operating system is a MAC OSX 10.4, which is not refered in the "won't work" list.
...
To be more specific, i would like to know how the comunication works.
I know how flash retrive vars from php, but how php retrive data from flash?
I have this example:
var...
I'm using loadvars to get and retrieve data from flash to php.
I need some help in how can i call php functions from flash normally and with parameters.
I believe this will do what i want. Since i can control a xml file where i can define how many pages i want, i think i can put it work in a dynamic way.
But i'm having another problem. When i...
I found out what might be the problem. I've tried to insert text in the original pageflip and al worked fine.
Perhaps, as i resized my pages, i have to resize the mask, ii think. I know it works...
That's a very good help in the matters of inserting data in flash, I didn't know that texfields could support all the kinds of data, including images.
But the problem is other. I cannot insert...
i'm having some trouble workin with pageflip.
How cai i insert, for example, an image with loadmovie in the second page?
The second page export for actionscript the name "page2", but i cannot...
Ok. That was what i thought. My doubt was about using or not components, like datagrid and dataset.