Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
mgason #1
Flash OCX inside Visual Basic app- passing variables
Hi,
can a variable only be passed by visual basic to the _root timeline of a flash
movie playing in the ocx inside it?
This will work in VB
MyFlashMovie.SetVariable " MyVariable" ,"MyValue"
this will not
MyFlashMovie.SetVariable " MyMovieClip/MyVariable" ,"MyValue"
is there a better way I do not know of?
Also can anyone point me to good info on using the ocx inside visual basic
applications?
I have been doing this for a while but was hoping some improvements may have
been made.
thanks
Mark
mgason Guest
-
Passing flash variables to CF
All the ways I've found so far of passing variables back to CF from flash seem to involve either getURL with POST/GET or the loadvars method. This... -
Flash 8 and Visual Basic 2008 Express integration
Hi ! I've been working on a program and need some updated information about working with Flash 8 and Visual Basic Express 2008 From my research... -
Passing url variables to flash app
I have a video application in flash that I would like to be able to control which video plays, based on id info contained in a URL. Is this... -
Passing variables to CF from Flash
Hey, I can pass a varibale into Flash from CF, but I don't know how to pass a variable to CF from Flash. EX: I want to enter a name into a field... -
passing variables from flash to php
I was trying this: loadVariables("prueba.php", "", "POST"); but it doesnt work, so i tried c.sendAndLoad("test.php",c,"POST"); i need to...



Reply With Quote

