CodeCharge Studio
search Register Login  

Visual Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 Inserting Flash

Print topic Send  topic

Author Message
manolo
Posted: 08/24/2005, 9:51 PM

Why I cant insert a flash movie? I tryed manually, using Frontpage (and CCS go crazy), or replacing the image path with the flash movie rute...

but it doesnt works...! It's flash supported in CCS 2.3 ?
datadoit.com
Posted: 08/25/2005, 8:51 PM

The problem is with the <object> tag in CodeCharge. Don't ask me what, I
just know it doesn't work.

To get flash to play nice with CCS, create a label control, set it to HTML,
and add BeforeShow custom code to set the flash properties:

$yourPage->yourLabel->Value = "<object>blablabla</object>";

-MikeR

Michael Mikkelsen
Posted: 08/29/2005, 4:26 PM

I think there is a similar issue with the <IFRAME> Tag
Jose Maldonado
Posted: 08/30/2005, 8:36 PM

On html desing mode

<object id="iAUDIO"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
height="height_that_you_want" width="width_that_you_want"
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param
value="url_where_the_swf_movie_is" name="movie" /><param value="false"
name="menu" /><param value="high" name="quality" /><param value="exactfit"
name="scale" /><param value="#000000" name="bgcolor" /></object>


<MichaelMikkelsen@forum.codecharge (Michael Mikkelsen)> wrote in message
news:5431399bbbfc38@news.codecharge.com...
>I think there is a similar issue with the <IFRAME> Tag
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

marcos
Posted: 11/22/2005, 4:12 PM

id did as Jose said, but the IDE goes crazy...... I cant change anything in CCS, all images apperars with an "x", right mouse botton dont work, etc, etc, etc.

Theres another way to do this? CCS can handle flash???????????
Visiomart

Posts: 13
Posted: 11/23/2005, 1:52 AM

Finish your coding as well as your code generation using image tag ie <IMG src.......... then go to dreamweaver and coat the tag with <OBJECT classID...............
_________________
Don Capone
View profile  Send private message
marcos
Posted: 11/24/2005, 11:44 AM

I did, but then CCS IDE stop working.....
Damian Hupfeld
Posted: 11/25/2005, 2:05 AM

I think the key was - FINISH your coding THEN go to dreamweaver...


"marcos" <marcos@forum.codecharge> wrote in message
news:543861820bece8@news.codecharge.com...
>I did, but then CCS IDE stop working.....
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>

marcos
Posted: 11/28/2005, 6:12 PM

is Yessoftware planning to fix this?
marcos
Posted: 12/05/2005, 3:10 PM

please, any example of the "label" option? I found it in the .asp forum, but I have problems with the double quotes!
datadoit.com
Posted: 12/06/2005, 3:18 PM

Marcos, follow these instructions:

1. Add a Form Label control to your page.
2. Change the label's content type to HTML.
3. In the label's BeforeShow event, add custom code similar to the below:

$YourLabel->Value= "" .
" <object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' " .
"
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0'
width='230' height='220'>" .
" <param name='movie' value='YourFlashFile.swf'>" .
" <param name='quality' value='high'>" .
" <param name='bgcolor' value='#FFFFFF'>" .
" <embed src='YourFlashFile.swf' quality='high' bgcolor='#FFFFFF'
width='230' height='220' " .
" type='application/x-shockwave-flash'
pluginspage='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'>"
.
" </embed>" .
" </object>";

marcos
Posted: 12/07/2005, 6:01 PM

I did it this way:

1. Create a table "banners_list" with the colums: id, code, link, visible
2. In the "code column" I copy paste the flash html code
3. In my page, I inserted a grid with a link label called "banner" and set its datasource to the "code" field, and the link value to the "link" field

It works great, I created a page where the end user can add or delete more banners... but, the problem is that CCS ignored the link property, the curson dont even changes when I pass it over the banner...

I missed something, but I dont know what.... some help????
datadoit.com
Posted: 12/08/2005, 8:48 AM

Marcos, did you set the link control to 'Extended HTML'? Do that by right
clicking on the link control, and choosing 'Edit Link whatever'.

marcos
Posted: 12/08/2005, 4:35 PM

Yes I did set the link control to 'Extended HTML'...!
ironfo
Posted: 12/28/2005, 7:28 AM

Hi!

I use CCS3 and i have a problems with my page design making.
I'd like use flash head, but in includable page not working.


Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.