Hey,i'm wondering how i can "autostart" the users webcam when he joines the room and has accepted the "little flash acception popup".So just instead of click on "start my camera" autostart the web camera.I already gave the camera an ID:and tried the followingin the <mx:Application tag.But it didn't ...
How do I change default text in Subject ("Form Returned") and Body ("The attached file is the filled-out form. Please open it to review the data.") of email that results from Submit as PDF to mailto:email address? Is there a .txt file somewhere that contains this information? Thanks! ~Carol
Hey,i log into a room with the room console.Then i select "Default Camera" in the tab "Streams" and klick on "Configure".Now i choose "Viewer (10)" as "Publish Model" and save with "OK".When i click on "Configure" again the "Publish Model" is set to "Owner (100)".Can you tell me whats possibly wrong...
I've downloaded an example from Adobe for Adding or Removing a row at runtime.The example works great, But it only allows you to generate maximum of 7 rows!!!!!I've tried to change the code but I was unseccessful. Can you help?Here's the code for the Add buttonform1.#subform[0].Add::click - (JavaScr...
I have a 4 page form that uses global binding for the Name, Address, etc. fields that are common to each of the pages. When the end-user fills out the form is it possible to break-out each of the 4 pages? (each of the 4 pages on the form is routed to a different office) If there is a solution, w...
Hey guys,i'm trying to generate the username dynamically by a given var.I send the var to the .swf:<object width="500" height="300" data="test.swf?userNAME=<?= $username ?>" type="application/x-shockwave-flash"> <param name="WEBCAM" value="test.swf?userNAME=<?= $username ?>"></object>In the ....
My add instance button is working as intended.The remove instance button is working, but not as I would like it to. The instance it removes is not necessarily the last instance added, as I would like. When "clicked" it removes the second instance listed. This is a problem when you add 5 or so instan...
I'm having some trouble setting presence for some text fields in various master pages. I've searched some other posts on setting presence, but haven't gotten any of the syntax that I've found so far to work. Below is the command I'm trying to use to set the presence of my text field now. This com...
I am trying to render a form guide in worspace and also in a browser so you can access the guide via a url outside the workspace environment. Can someone refer me to a good guide or tutorial for this.Thanks
Hey Guys,i'm simply trying to create some rooms with my PHP backend.Created a template so far and when i add a room manually everythings works fine and my template settings are in the new room.When i create a room with my PHP script the new room appears in the given template "application" but it's a...