I am trying to place a SWF form on a page and copy and pasted the HTML, XML, graphics etc but when I place the FLASH file the error message says it cannot find the XML file and I need to upload it.
Your assistance is appreciated.
Professional Software Development Tools
I am trying to place a SWF form on a page and copy and pasted the HTML, XML, graphics etc but when I place the FLASH file the error message says it cannot find the XML file and I need to upload it.
Your assistance is appreciated.
http://www.northstarmultimedia.com/gctest.zip about 13 megs...
Oh...btw, if I use the HTML file everything loads fine...but, I do not like the border that comes with using the HTML placement. The form uses a PHP file, XML file, HTML and SWF.
Hi, there is a example by worm that masks the ie plugin border
http://www.indigorose.com/forums/sho...ask+Web+object
however, i used his example in your project and come up with this
http://www.box.net/public/a403glhajd
you will need to add your video file back into the video folder as iv got a very slow upload speed, i had to make a few changes to your project, nothing major just a few bits in the html and set the buttons to jump page
pop the video file back in and preview it and see what you think
hope it helps
Open your eyes to Narcissism, Don't let her destroy your life!!
in fact now iv had time to think about it (as iv had some sleep) your form will not work anyway, ams cannot handle php, you will need server side scripting for that,
upload the form to your server and load it into the web object and it should work
Open your eyes to Narcissism, Don't let her destroy your life!!
Hey, no problem,
helping others is the very nature of the forum, i do what i can
Open your eyes to Narcissism, Don't let her destroy your life!!
Ok...Like all the little learning victories I have with AMS....this mask thing is very kewl....so, I took the code; not knowing what it means and redid it for a video component on a page....
01 VideoHWND = Video.GetProperties("Video1").WindowHandle;
02 Window.SetMask(VideoHWND, "AutoPlay\\Images\\webmask.png", true, 0)
Where does the 'HWND' come from? I tried to look at various command but none made sense so I just guessed on this code...but, I would like to learn if this is an OFFICIAL ADD ACTION code.
Thanks in advance.
-Robert