C Board  

Go Back   C Board > General Programming Boards > C++ Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 07-21-2008, 10:58 AM   #1
Registered User
 
Join Date: Jul 2008
Posts: 1
Question question regarding outputting data to adobe flash

hi all, im new to C++ and i am learning using Visual studios (2005).

for my multimedia course i am creating an interactive peice using a wii remote. i am using a C++ library that already handles the conection to the wii remote and recieves and sends data to the wii remote.

I am planning on creating a flash project that uses data from the wii remote as the interactive controller for the project.

for example: twisting the wii remote will speed up some video footage.

anyway onto my question: Is it possible to output data to an xml document or something similar that flash will be able to read in order to create the interactivity between the two programs?

i know this is kind of an odd question but im kinda new to C++ programming and any help on which path to follow would be much appreciated.

thanks
hoax464 is offline   Reply With Quote
Old 07-21-2008, 01:08 PM   #2
Cat without Hat
 
CornedBee's Avatar
 
Join Date: Apr 2003
Posts: 8,439
Of course you can write a text file, which is all that XML is. There are also libraries that make the creation easier.

The harder part, I think, would be to make Flash actually read that file.
__________________
All the buzzt!
CornedBee

"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
- Flon's Law
CornedBee is offline   Reply With Quote
Reply

Tags
data, flash, noob, remote, wii

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Lame null append cause buffer to crash cmoo C Programming 8 12-29-2008 03:27 AM
Beginner Question - Linking a data file noiprocs2 C++ Programming 1 06-16-2008 08:58 AM
MySQL - first program - question about returned data Dino C Programming 2 04-09-2008 01:54 PM
can't insert data into my B-Tree class structure daluu C++ Programming 0 12-05-2002 06:03 PM
Question on Web Server Technologies: Data Compression mikech C Programming 1 06-07-2002 11:22 AM


All times are GMT -6. The time now is 02:17 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22