Search found 6 matches

by cspster
Sat Feb 20, 2010 9:44 pm
Forum: PHP - Code
Topic: php & flash
Replies: 9
Views: 430

Re: php & flash

I will give that a try. Thanks for the help.
by cspster
Sat Feb 20, 2010 8:35 pm
Forum: PHP - Code
Topic: php & flash
Replies: 9
Views: 430

Re: php & flash

I'm able to pull the file path from the database and echo it back. But I have no idea where to begin in flash to load it. I assumed if I could create a variable with the file path I could load that into flash. but I can't.
I'm using mysql_fetch_row to pull the file path from my database.
by cspster
Sat Feb 20, 2010 8:21 pm
Forum: PHP - Code
Topic: php & flash
Replies: 9
Views: 430

Re: php & flash

That exactly what I've tried to do but I don't know enough to pull the filename from the database and load it into the swf and I can't find anything online that helps.
It amazes me that I can't find a tutorial on the subject.
by cspster
Sat Feb 20, 2010 7:56 pm
Forum: PHP - Code
Topic: php & flash
Replies: 9
Views: 430

Re: php & flash

I need to create a cooking site. each page would be a different chef with two videos, two recipe pdf and other misc content. I want to load everything using php and mysql. My first thought was to create .swf for every chef allowing them to pick between the two videos. But I thought that would be a p...
by cspster
Sat Feb 20, 2010 7:38 pm
Forum: PHP - Code
Topic: php & flash
Replies: 9
Views: 430

Re: php & flash

I forgot to mention I'm using actionscript 3
by cspster
Sat Feb 20, 2010 7:30 pm
Forum: PHP - Code
Topic: php & flash
Replies: 9
Views: 430

php & flash

I'm very new to php and my question is:
Can I load an flv into a swf using php & mysql.
I want to pull the flv from a database and load it into a swf & I can't figure it out or find any info online.
Thanks